diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-01-05 19:58:34 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-01-05 19:58:34 -0500 |
commit | 2b6b58e5a12b2ef826cb725b8611b4f575fb1607 (patch) | |
tree | 2f72ade92e07ce0f5a37686534ee3f8732e98a3c | |
parent | Added Removed EXTRAVERSION = hunk (diff) | |
download | hardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.tar.gz hardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.tar.bz2 hardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.zip |
Removed version bump patches which are now in genpatches20120103
-rw-r--r-- | 2.6.32/0000_README | 5 | ||||
-rw-r--r-- | 2.6.32/1051_linux-2.6.32.52.patch | 12 | ||||
-rw-r--r-- | 3.1.7/0000_README | 5 | ||||
-rw-r--r-- | 3.1.7/1006_linux-3.1.7.patch | 24 |
4 files changed, 0 insertions, 46 deletions
diff --git a/2.6.32/0000_README b/2.6.32/0000_README index 3fcd732..860515f 100644 --- a/2.6.32/0000_README +++ b/2.6.32/0000_README @@ -1,12 +1,7 @@ README ----------------------------------------------------------------------------- - Individual Patch Descriptions: ----------------------------------------------------------------------------- -Patch: 1051_linux-2.6.32.52.patch -From: http://www.kernel.org -Desc: Linux 2.6.32.52 - Patch: 4420_grsecurity-2.2.2-2.6.32.52-201201031758.patch From: http://www.grsecurity.net Desc: hardened-sources base patch from upstream grsecurity diff --git a/2.6.32/1051_linux-2.6.32.52.patch b/2.6.32/1051_linux-2.6.32.52.patch deleted file mode 100644 index 0f82a0c..0000000 --- a/2.6.32/1051_linux-2.6.32.52.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c -index b38baff..0d809ae 100644 ---- a/kernel/time/clockevents.c -+++ b/kernel/time/clockevents.c -@@ -221,7 +221,6 @@ void clockevents_exchange_device(struct clock_event_device *old, - * released list and do a notify add later. - */ - if (old) { -- old->event_handler = clockevents_handle_noop; - clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED); - list_del(&old->list); - list_add(&old->list, &clockevents_released); diff --git a/3.1.7/0000_README b/3.1.7/0000_README index 5d1f62f..6123813 100644 --- a/3.1.7/0000_README +++ b/3.1.7/0000_README @@ -1,12 +1,7 @@ README ----------------------------------------------------------------------------- - Individual Patch Descriptions: ----------------------------------------------------------------------------- -Patch: 1006_linux-3.1.7.patch -From: http://www.kernel.org -Desc: Linux 3.1.7 - Patch: 4420_grsecurity-2.2.2-3.1.7-201201032037.patch From: http://www.grsecurity.net Desc: hardened-sources base patch from upstream grsecurity diff --git a/3.1.7/1006_linux-3.1.7.patch b/3.1.7/1006_linux-3.1.7.patch deleted file mode 100644 index c4804fe..0000000 --- a/3.1.7/1006_linux-3.1.7.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/Makefile b/Makefile -index 2d6e0a8..96c48df 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,6 +1,6 @@ - VERSION = 3 - PATCHLEVEL = 1 --SUBLEVEL = 6 -+SUBLEVEL = 7 - EXTRAVERSION = - NAME = "Divemaster Edition" - -diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c -index 13dfaab..e4c699d 100644 ---- a/kernel/time/clockevents.c -+++ b/kernel/time/clockevents.c -@@ -286,7 +286,6 @@ void clockevents_exchange_device(struct clock_event_device *old, - * released list and do a notify add later. - */ - if (old) { -- old->event_handler = clockevents_handle_noop; - clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED); - list_del(&old->list); - list_add(&old->list, &clockevents_released); |