Refresh "Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for out-of-tree modules"" for context changes in 4.19.99

This commit is contained in:
Salvatore Bonaccorso 2020-02-20 11:46:04 +01:00
parent 6465b7bcb4
commit ae4f977a53
2 changed files with 7 additions and 7 deletions

2
debian/changelog vendored
View File

@ -443,6 +443,8 @@ linux (4.19.99-1) UNRELEASED; urgency=medium
* do_last(): fetch directory ->i_mode and ->i_uid before it's too late
(CVE-2020-8428)
* vfs: fix do_last() regression
* Refresh "Revert "objtool: Fix CONFIG_STACK_VALIDATION=y warning for
out-of-tree modules"" for context changes in 4.19.99
[ Ben Hutchings ]
* [x86] Drop "Add a SysRq option to lift kernel lockdown" (Closes: #947021)

View File

@ -10,11 +10,9 @@ a pre-built objtool.
Makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
Index: linux/Makefile
===================================================================
--- linux.orig/Makefile
+++ linux/Makefile
@@ -948,17 +948,6 @@ export mod_sign_cmd
--- a/Makefile
+++ b/Makefile
@@ -954,17 +954,6 @@ export mod_sign_cmd
HOST_LIBELF_LIBS = $(shell pkg-config libelf --libs 2>/dev/null || echo -lelf)
@ -29,10 +27,10 @@ Index: linux/Makefile
- endif
-endif
-
PHONY += prepare0
ifeq ($(KBUILD_EXTMOD),)
core-y += kernel/ certs/ mm/ fs/ ipc/ security/ crypto/ block/
@@ -1109,6 +1098,17 @@ uapi-asm-generic:
@@ -1115,6 +1104,17 @@ uapi-asm-generic:
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
src=uapi/asm obj=arch/$(SRCARCH)/include/generated/uapi/asm