diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-05-13 07:09:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-05-13 07:09:44 -0500 |
commit | 483a93c5de77fdc40a4aeefc5fac9fae4180a9e3 (patch) | |
tree | b725526d21303d4eb6243b05e2793d35b17e4287 /kernel-aarch64-debug-rhel.config | |
parent | 88a55827298426c1d67dd0f7e1c5d4eb7e0d3057 (diff) | |
download | kernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.tar.gz kernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.tar.xz kernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.zip |
kernel-5.18.0-0.rc6.20220513gitf3f19f939c11925.51
* Fri May 13 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc6.f3f19f939c11925.50]
- Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes)
- efi: x86: Set the NX-compatibility flag in the PE header (Peter Jones)
- efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy)
- efi: libstub: declare DXE services table (Baskov Evgeniy)
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-aarch64-debug-rhel.config')
-rw-r--r-- | kernel-aarch64-debug-rhel.config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 8c746009c..5bccf999f 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -1118,7 +1118,12 @@ CONFIG_CXL_PCI=y CONFIG_CXL_PMEM=m # CONFIG_DA280 is not set # CONFIG_DA311 is not set -# CONFIG_DAMON is not set +CONFIG_DAMON_DBGFS=y +CONFIG_DAMON_PADDR=y +CONFIG_DAMON_RECLAIM=y +CONFIG_DAMON_SYSFS=y +CONFIG_DAMON_VADDR=y +CONFIG_DAMON=y CONFIG_DAVICOM_PHY=m CONFIG_DAX=y CONFIG_DCB=y |