Skip to content

Commit

Permalink
Adjust page-zeroing options
Browse files Browse the repository at this point in the history
In 5.11 the mechanism (and the options) for zeroing unused pages have
changed. Now it is no longer tied to a debugging mechanism, but is one
of available security features.
  • Loading branch information
marmarek committed Mar 8, 2021
1 parent 7d5a753 commit 8036c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ CONFIG_INTEL_IOMMU_DEFAULT_ON=y

# CONFIG_PROC_KCORE is not set

CONFIG_PAGE_POISONING=y
# CONFIG_PAGE_POISONING_NO_SANITY is not set
CONFIG_PAGE_POISONING_ZERO=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_INIT_ON_FREE_DEFAULT_ON=y

CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
Expand Down

0 comments on commit 8036c91

Please sign in to comment.