Commit 8abfff25 authored by Kees Cook's avatar Kees Cook

Merge branch 'for-linus/hardening' into for-next/hardening

parents 4b21d25b 000f8870
...@@ -341,6 +341,7 @@ ...@@ -341,6 +341,7 @@
#define DATA_DATA \ #define DATA_DATA \
*(.xiptext) \ *(.xiptext) \
*(DATA_MAIN) \ *(DATA_MAIN) \
*(.data..decrypted) \
*(.ref.data) \ *(.ref.data) \
*(.data..shared_aligned) /* percpu related */ \ *(.data..shared_aligned) /* percpu related */ \
MEM_KEEP(init.data*) \ MEM_KEEP(init.data*) \
...@@ -989,7 +990,6 @@ ...@@ -989,7 +990,6 @@
#ifdef CONFIG_AMD_MEM_ENCRYPT #ifdef CONFIG_AMD_MEM_ENCRYPT
#define PERCPU_DECRYPTED_SECTION \ #define PERCPU_DECRYPTED_SECTION \
. = ALIGN(PAGE_SIZE); \ . = ALIGN(PAGE_SIZE); \
*(.data..decrypted) \
*(.data..percpu..decrypted) \ *(.data..percpu..decrypted) \
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment