From f342f001d009886bec4302fda42e0894274dc230 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 4 May 2013 20:41:05 +0000 Subject: [PATCH] Add 'Forwarded: not-needed' to patches as appropriate svn path=/dists/sid/linux/; revision=20022 --- debian/patches/bugfix/ia64/hardcode-arch-script-output.patch | 1 + .../af_802154-Disable-auto-loading-as-mitigation-against.patch | 2 +- .../decnet-Disable-auto-loading-as-mitigation-against-lo.patch | 2 +- debian/patches/debian/kernelvariables.patch | 1 + debian/patches/debian/mips-disable-werror.patch | 2 +- .../rds-Disable-auto-loading-as-mitigation-against-local.patch | 2 +- debian/patches/debian/sched-autogroup-disabled.patch | 1 + 7 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch b/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch index 1a17d12b4..13cd5a865 100644 --- a/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch +++ b/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch @@ -2,6 +2,7 @@ From: dann frazier Subject: Hardcode arch script output Date: Mon, 26 Mar 2007 16:30:51 -0600 Bug-Debian: http://bugs.debian.org/392592 +Forwarded: not-needed Here's a patch that simply uses hardcoded definitions instead of doing the dynamic tests that require architecture-specific scripts. diff --git a/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch b/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch index d88f24767..6f9bb4b2d 100644 --- a/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch +++ b/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch @@ -1,7 +1,7 @@ -From 086fa0c78e77b68ffc83c5b14bfdd425e63f024e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 19 Nov 2010 02:12:48 +0000 Subject: [PATCH 2/3] af_802154: Disable auto-loading as mitigation against local exploits +Forwarded: not-needed Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of diff --git a/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch b/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch index 6ac83ab43..84f15c1ad 100644 --- a/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch +++ b/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch @@ -1,7 +1,7 @@ -From 0061a6e7c7e5fef1d257cb2c2d9180f655ea5c1a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 20 Nov 2010 02:24:55 +0000 Subject: [PATCH] decnet: Disable auto-loading as mitigation against local exploits +Forwarded: not-needed Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of diff --git a/debian/patches/debian/kernelvariables.patch b/debian/patches/debian/kernelvariables.patch index 18eebe1e4..a10a95361 100644 --- a/debian/patches/debian/kernelvariables.patch +++ b/debian/patches/debian/kernelvariables.patch @@ -1,6 +1,7 @@ From: Bastian Blank Subject: kbuild: Make the toolchain variables easily overwritable Date: Sun, 22 Feb 2009 15:39:35 +0100 +Forwarded: not-needed Allow make variables to be overridden for each flavour by a file in the build tree, .kernelvariables. diff --git a/debian/patches/debian/mips-disable-werror.patch b/debian/patches/debian/mips-disable-werror.patch index 8133eb98a..9e895bfc6 100644 --- a/debian/patches/debian/mips-disable-werror.patch +++ b/debian/patches/debian/mips-disable-werror.patch @@ -1,7 +1,7 @@ -From 210ea66fdb876415c09d20497beed650ac65e9d2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 13 Sep 2010 02:16:18 +0100 Subject: [PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild" +Forwarded: not-needed This reverts commit 66f9ba101f54bda63ab1db97f9e9e94763d0651b. diff --git a/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch b/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch index ba3b6e5ec..3343aecac 100644 --- a/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch +++ b/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch @@ -1,7 +1,7 @@ -From 6f9debf7c17b33ab9bb254c6c3cc1480f14d3ec2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 19 Nov 2010 02:12:48 +0000 Subject: [PATCH 1/3] rds: Disable auto-loading as mitigation against local exploits +Forwarded: not-needed Recent review has revealed several bugs in obscure protocol implementations that can be exploited by local users for denial of diff --git a/debian/patches/debian/sched-autogroup-disabled.patch b/debian/patches/debian/sched-autogroup-disabled.patch index a6f0432c0..f95389d84 100644 --- a/debian/patches/debian/sched-autogroup-disabled.patch +++ b/debian/patches/debian/sched-autogroup-disabled.patch @@ -1,6 +1,7 @@ From: Ben Hutchings Subject: sched: Do not enable autogrouping by default Date: Wed, 16 Mar 2011 03:17:06 +0000 +Forwarded: not-needed We want to provide the option of autogrouping but without enabling it by default yet.