Skip to content

Commit

Permalink
ci: Unifiy the memory footprint policy
Browse files Browse the repository at this point in the history
Disable STRICT_KERNEL/MODULE_RWX for all.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
  • Loading branch information
guoren83 committed Feb 22, 2024
1 parent e5a957c commit 9629712
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/riscv/configs/32-bit.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
CONFIG_STRICT_KERNEL_RWX=n
CONFIG_STRICT_MODULE_RWX=n
2 changes: 0 additions & 2 deletions arch/riscv/configs/64ilp32.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ CONFIG_32BIT=y
# CONFIG_PORTABLE is not set
CONFIG_NONPORTABLE=y
CONFIG_CGROUPS=n
CONFIG_STRICT_KERNEL_RWX=n
CONFIG_STRICT_MODULE_RWX=n
2 changes: 2 additions & 0 deletions arch/riscv/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,5 @@ CONFIG_LOCK_TORTURE_TEST=m
CONFIG_TORTURE_TEST=m
CONFIG_BLK_DEV_NBD=y
CONFIG_FUSE_FS=y
CONFIG_STRICT_KERNEL_RWX=n
CONFIG_STRICT_MODULE_RWX=n

0 comments on commit 9629712

Please sign in to comment.