summaryrefslogtreecommitdiff
path: root/2.6.32
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-01-05 19:58:34 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-01-05 19:58:34 -0500
commit2b6b58e5a12b2ef826cb725b8611b4f575fb1607 (patch)
tree2f72ade92e07ce0f5a37686534ee3f8732e98a3c /2.6.32
parentAdded Removed EXTRAVERSION = hunk (diff)
downloadhardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.tar.gz
hardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.tar.bz2
hardened-patchset-2b6b58e5a12b2ef826cb725b8611b4f575fb1607.zip
Removed version bump patches which are now in genpatches20120103
Diffstat (limited to '2.6.32')
-rw-r--r--2.6.32/0000_README5
-rw-r--r--2.6.32/1051_linux-2.6.32.52.patch12
2 files changed, 0 insertions, 17 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);