public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. aa6684235847375033842ab4ed99e22bcd9a13c2
Date: Wed, 23 Dec 2015 10:15:18 +0100	[thread overview]
Message-ID: <20151223091518.5B4EF21497@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3513 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  aa6684235847375033842ab4ed99e22bcd9a13c2 (commit)
      from  98b8cabf4d80909b636e56a59091665798043f61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa6684235847375033842ab4ed99e22bcd9a13c2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed Dec 23 10:14:26 2015 +0100

    kernel: apply arm-multi grsecurity fixes only at arm-multi build

-----------------------------------------------------------------------

Summary of changes:
 lfs/linux                                                           | 6 +-----
 ...rsec-compile-fixes.patch => arm-multi-grsec-compile-fixes.patch} | 0
 2 files changed, 1 insertion(+), 5 deletions(-)
 rename src/patches/{kernel-grsec-compile-fixes.patch => arm-multi-grsec-compile-fixes.patch} (100%)

Difference in files:
diff --git a/lfs/linux b/lfs/linux
index 2f76209..1a0ae10 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -186,6 +186,7 @@ ifeq "$(KCFG)" "-multi"
 
 	# Apply Arm7-multiarch kernel patches.
 	cd $(DIR_APP) && xzcat $(DIR_DL)/arm7-multi-patches-$(A7M_PATCHES).patch.xz | patch -Np1
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/arm-multi-grsec-compile-fixes.patch
 
 	# Install switch api userspace header
 	cd $(DIR_APP) && install -v -m644 include/uapi/linux/switch.h /usr/include/linux/
@@ -197,11 +198,6 @@ ifeq "$(KCFG)" "-rpi"
 	cd $(DIR_APP) && xzcat $(DIR_DL)/rpi-patches-$(RPI_PATCHES).patch.xz | patch -Np1
 endif
 
-	# Compile fixes
-ifeq "$(KCFG)" "-headers"
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/kernel-grsec-compile-fixes.patch
-endif
-
 ifeq "$(KCFG)" "-headers"
 	# Install the header files
 	cd $(DIR_APP) && make ARCH=$(HEADERS_ARCH) INSTALL_HDR_PATH=dest headers_install
diff --git a/src/patches/arm-multi-grsec-compile-fixes.patch b/src/patches/arm-multi-grsec-compile-fixes.patch
new file mode 100644
index 0000000..530d69e
--- /dev/null
+++ b/src/patches/arm-multi-grsec-compile-fixes.patch
@@ -0,0 +1,11 @@
+--- a/arch/arm/mach-omap2/cclock3xxx_data.c~	2015-12-12 11:00:10.474423373 +0000
++++ b/arch/arm/mach-omap2/cclock3xxx_data.c	2015-12-12 11:30:31.198452547 +0000
+@@ -250,7 +250,7 @@
+ 
+ static struct clk dpll1_ck;
+ 
+-static struct clk_ops dpll1_ck_ops;
++static clk_ops_no_const dpll1_ck_ops;
+ 
+ static struct clk_ops dpll1_ck_ops_34xx __initdata = {
+ 	.init		= &omap2_init_clk_clkdm,
diff --git a/src/patches/kernel-grsec-compile-fixes.patch b/src/patches/kernel-grsec-compile-fixes.patch
deleted file mode 100644
index 530d69e..0000000
--- a/src/patches/kernel-grsec-compile-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/arm/mach-omap2/cclock3xxx_data.c~	2015-12-12 11:00:10.474423373 +0000
-+++ b/arch/arm/mach-omap2/cclock3xxx_data.c	2015-12-12 11:30:31.198452547 +0000
-@@ -250,7 +250,7 @@
- 
- static struct clk dpll1_ck;
- 
--static struct clk_ops dpll1_ck_ops;
-+static clk_ops_no_const dpll1_ck_ops;
- 
- static struct clk_ops dpll1_ck_ops_34xx __initdata = {
- 	.init		= &omap2_init_clk_clkdm,


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2015-12-23  9:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151223091518.5B4EF21497@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox