Skip to content

Commit

Permalink
Merge branch 'for-linus/hardening' into for-next/hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees Cook committed Nov 8, 2022
2 parents 4b21d25 + 000f887 commit 8abfff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
#define DATA_DATA \
*(.xiptext) \
*(DATA_MAIN) \
*(.data..decrypted) \
*(.ref.data) \
*(.data..shared_aligned) /* percpu related */ \
MEM_KEEP(init.data*) \
Expand Down Expand Up @@ -989,7 +990,6 @@
#ifdef CONFIG_AMD_MEM_ENCRYPT
#define PERCPU_DECRYPTED_SECTION \
. = ALIGN(PAGE_SIZE); \
*(.data..decrypted) \
*(.data..percpu..decrypted) \
. = ALIGN(PAGE_SIZE);
#else
Expand Down

0 comments on commit 8abfff2

Please sign in to comment.