diff --git a/kernel.spec b/kernel.spec index 110783987..615909309 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 4 # The git snapshot level -%define gitrev 1 +%define gitrev 2 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2324,6 +2324,9 @@ fi # ||----w | # || || %changelog +* Fri Nov 09 2012 Josh Boyer - 3.7.0-0.rc4.git2.1 +- Linux v3.7-rc4-72-ga186d25 + * Wed Nov 7 2012 Peter Robinson - Update ARM unified config 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 -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 -Original-patch-by: Josh Boyer -Signed-off-by: Rusty Russell ---- - 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 Date: Mon, 5 Nov 2012 09:09:24 +1030 diff --git a/sources b/sources index 1530a0323..c0984f9bb 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz 000539942b4f0146e9d313b69959ebc8 patch-3.7-rc4.xz -0756a5ed22e094e3c1a84e4b7f8c6227 patch-3.7-rc4-git1.xz +fb671aa1d0d551200538c8d2b2628db6 patch-3.7-rc4-git2.xz