summaryrefslogtreecommitdiffstats
path: root/modsign-post-KS-jwb.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-11-09 07:58:59 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-11-09 07:58:59 -0500
commit9ba61cece2f3b9834ab14f7745942532320e9910 (patch)
tree2385f5dea8ff750428b5af30a07eb229f6665aa8 /modsign-post-KS-jwb.patch
parente6981d532734ce6775191dcd6275201b3ab03882 (diff)
downloadkernel-9ba61cece2f3b9834ab14f7745942532320e9910.tar.gz
kernel-9ba61cece2f3b9834ab14f7745942532320e9910.tar.xz
kernel-9ba61cece2f3b9834ab14f7745942532320e9910.zip
Linux v3.7-rc4-72-ga186d25
Diffstat (limited to 'modsign-post-KS-jwb.patch')
-rw-r--r--modsign-post-KS-jwb.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/modsign-post-KS-jwb.patch b/modsign-post-KS-jwb.patch
index e78070bc7..1bafd22f5 100644
--- a/modsign-post-KS-jwb.patch
+++ b/modsign-post-KS-jwb.patch
@@ -1,37 +1,3 @@
-From f6a79af8f3701b5a0df431a76adee212616154dc Mon Sep 17 00:00:00 2001
-From: Rusty Russell <rusty@rustcorp.com.au>
-Date: Tue, 6 Nov 2012 11:46:59 +1030
-Subject: [PATCH] modules: don't break modules_install on external modules
- with no key.
-
-The script still spits out an error ("Can't read private key") but we
-don't break modules_install.
-
-Reported-by: Bruno Wolff III <bruno@wolff.to>
-Original-patch-by: Josh Boyer <jwboyer@redhat.com>
-Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
----
- scripts/Makefile.modinst | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst
-index dda4b2b..ecbb447 100644
---- a/scripts/Makefile.modinst
-+++ b/scripts/Makefile.modinst
-@@ -16,8 +16,9 @@ PHONY += $(modules)
- __modinst: $(modules)
- @:
-
-+# Don't stop modules_install if we can't sign external modules.
- quiet_cmd_modules_install = INSTALL $@
-- cmd_modules_install = mkdir -p $(2); cp $@ $(2) ; $(mod_strip_cmd) $(2)/$(notdir $@) ; $(mod_sign_cmd) $(2)/$(notdir $@)
-+ cmd_modules_install = mkdir -p $(2); cp $@ $(2) ; $(mod_strip_cmd) $(2)/$(notdir $@) ; $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD))
-
- # Modules built outside the kernel source tree go into extra by default
- INSTALL_MOD_DIR ?= extra
---
-1.7.6.5
-
From 56713a28675b966e027a824a0130b80dffab209f Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer@redhat.com>
Date: Mon, 5 Nov 2012 09:09:24 +1030