[kernel] r19967 - in dists/sid/linux/debian/patches: bugfix/all bugfix/alpha bugfix/ia64 debian features/all features/all/wacom features/arm features/x86 features/x86/efi-stub
Ben Hutchings
benh at alioth.debian.org
Mon Apr 1 01:24:44 UTC 2013
Author: benh
Date: Mon Apr 1 01:24:44 2013
New Revision: 19967
Log:
Add upstream commit reference or 'Forwarded: not-needed' to patches
In some cases the final upstream commit message was substantially
different, so copy that as well.
Modified:
dists/sid/linux/debian/patches/bugfix/all/apparmor-remove-advertising-the-support-of-network-r.patch
dists/sid/linux/debian/patches/bugfix/alpha/alpha-add-io-read-write-16-32-be-functions.patch
dists/sid/linux/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch
dists/sid/linux/debian/patches/debian/ALSA-avoid-ABI-change-in-3.2.34.patch
dists/sid/linux/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch
dists/sid/linux/debian/patches/debian/audit-increase-AUDIT_NAMES.patch
dists/sid/linux/debian/patches/debian/bcma-Do-not-claim-PCI-device-IDs-also-claimed-by-brc.patch
dists/sid/linux/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch
dists/sid/linux/debian/patches/debian/dm-avoid-ABI-change-in-3.2.41.patch
dists/sid/linux/debian/patches/debian/fs-writeback-avoid-ABI-change-in-3.2.32.patch
dists/sid/linux/debian/patches/debian/hid-avoid-ABI-change-in-3.2.31.patch
dists/sid/linux/debian/patches/debian/inet_frag-avoid-abi-change-in-3.2.42.patch
dists/sid/linux/debian/patches/debian/kernelvariables.patch
dists/sid/linux/debian/patches/debian/mips-disable-werror.patch
dists/sid/linux/debian/patches/debian/mm-avoid-ABI-change-in-3.2.33.patch
dists/sid/linux/debian/patches/debian/net-avoid-ABI-break-in-3.2.37.patch
dists/sid/linux/debian/patches/debian/perf-hide-abi-change-in-3.2.30.patch
dists/sid/linux/debian/patches/debian/pps-avoid-abi-change-in-3.2.40.patch
dists/sid/linux/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch
dists/sid/linux/debian/patches/debian/rtnetlink-avoid-ABI-change-in-3.2.34.patch
dists/sid/linux/debian/patches/debian/sched-autogroup-disabled.patch
dists/sid/linux/debian/patches/debian/skb-avoid-abi-change-in-3.2.42.patch
dists/sid/linux/debian/patches/debian/tracing-avoid-abi-change-in-3.2.42.patch
dists/sid/linux/debian/patches/debian/x86-efi-avoid-abi-change-in-3.2.38.patch
dists/sid/linux/debian/patches/debian/xfrm-avoid-ABI-change-in-3.2.31.patch
dists/sid/linux/debian/patches/features/all/AppArmor-compatibility-patch-for-v5-interface.patch
dists/sid/linux/debian/patches/features/all/wacom/0027-wacom-do-not-crash-when-retrieving-touch_max.patch
dists/sid/linux/debian/patches/features/all/wacom/0028-wacom-leave-touch_max-as-is-if-predefined.patch
dists/sid/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch
dists/sid/linux/debian/patches/features/all/wacom/0030-wacom-ignore-new-style-Wacom-multi-touch-packets-on-.patch
dists/sid/linux/debian/patches/features/arm/ARM-7259-3-net-JIT-compiler-for-packet-filters.patch
dists/sid/linux/debian/patches/features/arm/ARM-fix-Kconfig-warning-for-HAVE_BPF_JIT.patch
dists/sid/linux/debian/patches/features/arm/net-drop-NET-dependency-from-HAVE_BPF_JIT.patch
dists/sid/linux/debian/patches/features/x86/efi-stub/0019-x86-efi-Fix-processor-specific-memcpy-build-error.patch
dists/sid/linux/debian/patches/features/x86/x86-Add-amilo-rfkill-driver-for-some-Fujitsu-Siemens.patch
Modified: dists/sid/linux/debian/patches/bugfix/all/apparmor-remove-advertising-the-support-of-network-r.patch
==============================================================================
--- dists/sid/linux/debian/patches/bugfix/all/apparmor-remove-advertising-the-support-of-network-r.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/bugfix/all/apparmor-remove-advertising-the-support-of-network-r.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,8 +1,11 @@
-From 873143ceca69a2e54e7face1be49ad6b5514525d Mon Sep 17 00:00:00 2001
From: John Johansen <john.johansen at canonical.com>
Date: Tue, 26 Jun 2012 02:12:10 -0700
Subject: [PATCH 1/4] apparmor: remove advertising the support of network
rules from compat iface
+Forwarded: not-needed
+
+commit 873143ceca69a2e54e7face1be49ad6b5514525d in
+git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
The interface compatibility patch was advertising support of network rules,
however this is not true if the networking patch is not applied. Move
Modified: dists/sid/linux/debian/patches/bugfix/alpha/alpha-add-io-read-write-16-32-be-functions.patch
==============================================================================
--- dists/sid/linux/debian/patches/bugfix/alpha/alpha-add-io-read-write-16-32-be-functions.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/bugfix/alpha/alpha-add-io-read-write-16-32-be-functions.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -8,6 +8,8 @@
Date: Wed, 30 Nov 2011 21:01:40 +1300
Message-Id: <1322640100-14534-1-git-send-email-mcree at orcon.net.nz>
+commit 25534eb7707821b796fd84f7115367e02f36aa60 upstream.
+
These functions are used in some PCI drivers with big-endian
MMIO space.
Modified: dists/sid/linux/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch
==============================================================================
--- dists/sid/linux/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/bugfix/ia64/hardcode-arch-script-output.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -2,6 +2,7 @@
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.
Modified: dists/sid/linux/debian/patches/debian/ALSA-avoid-ABI-change-in-3.2.34.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/ALSA-avoid-ABI-change-in-3.2.34.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/ALSA-avoid-ABI-change-in-3.2.34.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: ALSA: avoid ABI change in 3.2.34
Date: Sun, 18 Nov 2012 03:10:21 +0000
+Forwarded: not-needed
Commit 3b4a36722e5e518e4bdd3a215d8a1c5adc18e911 ('ALSA: Add a
reference counter to card instance', commit
Modified: dists/sid/linux/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/af_802154-Disable-auto-loading-as-mitigation-against.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,7 +1,7 @@
-From 086fa0c78e77b68ffc83c5b14bfdd425e63f024e Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben at decadent.org.uk>
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
Modified: dists/sid/linux/debian/patches/debian/audit-increase-AUDIT_NAMES.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/audit-increase-AUDIT_NAMES.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/audit-increase-AUDIT_NAMES.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -2,6 +2,7 @@
Subject: audit: Increase maximum number of names logged per syscall to 30
Date: Sat, 15 Dec 2012 01:03:52 +0000
Bug-Debian: http://bugs.debian.org/631799
+Forwarded: not-needed
Increase maximum number of names logged per syscall to 30, as the
current value of 20 can be too small. This was enough for Rik Theys
Modified: dists/sid/linux/debian/patches/debian/bcma-Do-not-claim-PCI-device-IDs-also-claimed-by-brc.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/bcma-Do-not-claim-PCI-device-IDs-also-claimed-by-brc.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/bcma-Do-not-claim-PCI-device-IDs-also-claimed-by-brc.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Date: Thu, 24 Nov 2011 07:45:52 +0000
Subject: [PATCH] bcma: Do not claim PCI device IDs also claimed by brcmsmac
+Forwarded: not-needed
brcmsmac was not updated to use the bcma bus driver until Linux 3.3.
For 3.2 we want bcma to claim only the devices that brcmsmac doesn't
Modified: dists/sid/linux/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/decnet-Disable-auto-loading-as-mitigation-against-lo.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,7 +1,7 @@
-From 0061a6e7c7e5fef1d257cb2c2d9180f655ea5c1a Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben at decadent.org.uk>
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
Modified: dists/sid/linux/debian/patches/debian/dm-avoid-ABI-change-in-3.2.41.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/dm-avoid-ABI-change-in-3.2.41.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/dm-avoid-ABI-change-in-3.2.41.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,5 +1,6 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: dm: Avoid ABI change in 3.2.41
+Forwarded: not-needed
Commit fd7c092e711e 'dm: fix truncated status strings', backported
into 3.2.41, changed the return type of target_type::status from void
Modified: dists/sid/linux/debian/patches/debian/fs-writeback-avoid-ABI-change-in-3.2.32.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/fs-writeback-avoid-ABI-change-in-3.2.32.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/fs-writeback-avoid-ABI-change-in-3.2.32.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,5 +1,6 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: fs-writeback: Avoid ABI changes in 3.2.32
+Forwarded: not-needed
For some reason, adding an EXPORT_SYMBOL in the middle of fs-writeback.c
changes versions for the later exports. I can't think why this is, and
Modified: dists/sid/linux/debian/patches/debian/hid-avoid-ABI-change-in-3.2.31.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/hid-avoid-ABI-change-in-3.2.31.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/hid-avoid-ABI-change-in-3.2.31.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,5 +1,6 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: hid: Avoid ABI change in 3.2.31
+Forwarded: not-needed
Commit b6787242f32700377d3da3b8d788ab3928bab849 ('HID: hidraw: add
proper error handling to raw event reporting') changed the return type
Modified: dists/sid/linux/debian/patches/debian/inet_frag-avoid-abi-change-in-3.2.42.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/inet_frag-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/inet_frag-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: inet_frag: Avoid ABI change in 3.2.42
Date: Mon, 01 Apr 2013 00:45:25 +0100
+Forwarded: not-needed
Hide an added #include from genksyms, as it will otherwise change
symbol versions.
Modified: dists/sid/linux/debian/patches/debian/kernelvariables.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/kernelvariables.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/kernelvariables.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Bastian Blank <waldi at debian.org>
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.
Modified: dists/sid/linux/debian/patches/debian/mips-disable-werror.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/mips-disable-werror.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/mips-disable-werror.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,7 +1,7 @@
-From 210ea66fdb876415c09d20497beed650ac65e9d2 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben at decadent.org.uk>
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.
Modified: dists/sid/linux/debian/patches/debian/mm-avoid-ABI-change-in-3.2.33.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/mm-avoid-ABI-change-in-3.2.33.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/mm-avoid-ABI-change-in-3.2.33.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: mm: avoid ABI change in 3.2.33
Date: Sun, 18 Nov 2012 07:07:43 +0000
+Forwarded: not-needed
Don't let genksyms see the new #include, as this changes symbol versions.
Modified: dists/sid/linux/debian/patches/debian/net-avoid-ABI-break-in-3.2.37.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/net-avoid-ABI-break-in-3.2.37.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/net-avoid-ABI-break-in-3.2.37.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: net: Avoid ABI break in 3.2.37
Date: Sun, 27 Jan 2013 01:29:15 +0000
+Forwarded: not-needed
A huge number of source files indirectly include <linux/snmp.h> even
though nothing outside the TCP stack should make any use for the
Modified: dists/sid/linux/debian/patches/debian/perf-hide-abi-change-in-3.2.30.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/perf-hide-abi-change-in-3.2.30.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/perf-hide-abi-change-in-3.2.30.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,5 +1,6 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: perf: Hide ABI change in 3.2.30
+Forwarded: not-needed
<linux/perf_events.h> is included by many source files but we don't
want to bump the ABI number again right now.
Modified: dists/sid/linux/debian/patches/debian/pps-avoid-abi-change-in-3.2.40.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/pps-avoid-abi-change-in-3.2.40.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/pps-avoid-abi-change-in-3.2.40.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: pps: avoid ABI change in 3.2.40
Date: Wed, 06 Mar 2013 14:15:34 +0000
+Forwarded: not-needed
Move the new member pps_device::lookup_cookie to the end of the
structure and hide it from genksyms. This structure is always
Modified: dists/sid/linux/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/rds-Disable-auto-loading-as-mitigation-against-local.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,7 +1,7 @@
-From 6f9debf7c17b33ab9bb254c6c3cc1480f14d3ec2 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben at decadent.org.uk>
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
Modified: dists/sid/linux/debian/patches/debian/rtnetlink-avoid-ABI-change-in-3.2.34.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/rtnetlink-avoid-ABI-change-in-3.2.34.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/rtnetlink-avoid-ABI-change-in-3.2.34.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: rtnetlink: avoid ABI change in 3.2.34
Date: Sun, 18 Nov 2012 03:25:48 +0000
+Forwarded: not-needed
Commit d318a127e273716c9531fe70d497ca24db4c0bf1 ('rtnetlink: Fix
problem with buffer allocation', commit
Modified: dists/sid/linux/debian/patches/debian/sched-autogroup-disabled.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/sched-autogroup-disabled.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/sched-autogroup-disabled.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
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.
Modified: dists/sid/linux/debian/patches/debian/skb-avoid-abi-change-in-3.2.42.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/skb-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/skb-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: skb: avoid ABI change in 3.2.42
Date: Sun, 31 Mar 2013 21:48:35 +0100
+Forwarded: not-needed
commit 16fad69cfe4a 'tcp: fix skb_availroom()' (backported into 3.2.42)
changes the name and semantics of a field in struct sk_buff.
Modified: dists/sid/linux/debian/patches/debian/tracing-avoid-abi-change-in-3.2.42.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/tracing-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/tracing-avoid-abi-change-in-3.2.42.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: Ben Hutchings <ben at decadent.org.uk>:
Subject: tracing: Avoid ABI change in 3.2.42
Date: Sun, 31 Mar 2013 23:48:07 +0100
+Forwarded: not-needed
Two new fields were added to struct tracer by commit 613f04a0f51e
'tracing: Prevent buffer overwrite disabled for latency tracers'.
Modified: dists/sid/linux/debian/patches/debian/x86-efi-avoid-abi-change-in-3.2.38.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/x86-efi-avoid-abi-change-in-3.2.38.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/x86-efi-avoid-abi-change-in-3.2.38.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -2,6 +2,7 @@
Subject: [x86] efi: Avoid ABI change in 3.2.38
Date: Tue, 26 Feb 2013 13:56:01 +0000
Bug-Debian: http://bugs.debian.org/701690
+Forwarded: not-needed
"efi: Make 'efi_enabled' a function to query EFI facilities" (commit
83e68189745a upstream, backported into 3.2.38) obviously changes ABI,
Modified: dists/sid/linux/debian/patches/debian/xfrm-avoid-ABI-change-in-3.2.31.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/xfrm-avoid-ABI-change-in-3.2.31.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/debian/xfrm-avoid-ABI-change-in-3.2.31.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,5 +1,6 @@
From: Ben Hutchings <ben at decadent.org.uk>
Subject: xfrm: Avoid ABI change in 3.2.31
+Forwarded: not-needed
Commit 3b59df46a449ec9975146d71318c4777ad086744 ('xfrm: Workaround
incompatibility of ESN and async crypto') added a new operation
Modified: dists/sid/linux/debian/patches/features/all/AppArmor-compatibility-patch-for-v5-interface.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/AppArmor-compatibility-patch-for-v5-interface.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/all/AppArmor-compatibility-patch-for-v5-interface.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,6 +1,7 @@
From: John Johansen <john.johansen at canonical.com>
Date: Wed, 10 Aug 2011 22:02:40 -0700
Subject: AppArmor: compatibility patch for v5 interface
+Forwarded: not-needed
commit 004192fb5223c7b81a949e36a080a5da56132826 in
git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Modified: dists/sid/linux/debian/patches/features/all/wacom/0027-wacom-do-not-crash-when-retrieving-touch_max.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/wacom/0027-wacom-do-not-crash-when-retrieving-touch_max.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/all/wacom/0027-wacom-do-not-crash-when-retrieving-touch_max.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,33 +1,20 @@
From: Ping Cheng <pinglinux at gmail.com>
-Date: Sun, 24 Jun 2012 09:48:03 -0500
-Subject: wacom: do not crash when retrieving touch_max
-Bug-Debian: http://bugs.debian.org/678798
+Date: Thu, 28 Jun 2012 16:46:27 -0700
+Subject: Input: wacom - fix retrieving touch_max bug
-When rep_data was an array
+commit 61c91dd4a58b21a783e37208f4d02e3cb4b637c4 upstream.
- unsigned char rep_data[2];
-
-spelling its address as &rep_data was perfectly valid, but now that
-it is dynamically allocated
-
- unsigned char *rep_data = kmalloc(2, GFP_KERNEL);
-
-that expression returns a pointer to the pointer rather than to the
-array itself. Regression introduced by commit f393ee2b814e (Input:
-wacom - retrieve maximum number of touch points, 2012-04-29).
-
-[jn: from mailing list discussion, with new description.
- This change is also available as part of a larger commit in the
- input-wacom repository.]
+rep_data is not an array anymore, so taking it's address when passing to
+wacom_get_report() is wrong.
Signed-off-by: Ping Cheng <pingc at wacom.com>
-Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
+Tested-by: Rafi Rubin <rafi at seas.upenn.edu>
+Reviewed-by: Jason Gerecke <killertofu at gmail.com>
+Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
---
drivers/input/tablet/wacom_sys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
-index cad5602d3ce4..6b1cd71ba320 100644
--- a/drivers/input/tablet/wacom_sys.c
+++ b/drivers/input/tablet/wacom_sys.c
@@ -216,7 +216,7 @@ static void wacom_retrieve_report_data(struct usb_interface *intf,
@@ -39,6 +26,3 @@
WAC_MSG_RETRIES);
if (result >= 0 && rep_data[1] > 2)
---
-1.7.11.rc3
-
Modified: dists/sid/linux/debian/patches/features/all/wacom/0028-wacom-leave-touch_max-as-is-if-predefined.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/wacom/0028-wacom-leave-touch_max-as-is-if-predefined.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/all/wacom/0028-wacom-leave-touch_max-as-is-if-predefined.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,24 +1,21 @@
From: Ping Cheng <pinglinux at gmail.com>
-Date: Sun, 24 Jun 2012 23:00:29 -0500
-Subject: wacom: leave touch_max as is if predefined
-Bug-Debian: http://bugs.debian.org/677164
+Date: Thu, 28 Jun 2012 16:47:30 -0700
+Subject: Input: wacom - don't retrieve touch_max when it is predefined
-Another fixup to f393ee2b814e (Input: wacom - retrieve maximum number
-of touch points, 2012-04-29). The 0xE6 tablet in the Thinkpad x220t
-reports the wrong value for MAXCONTACTS so the hardcoded value must
-take precedence.
+commit 1cecc5cc0658e128bcad0b29edb96f286066571d upstream.
-[jn: extracted from a larger commit in the input-wacom repository,
- with new description]
+Some models, such as 0xE6, report more fingers than we process.
+Reported-by: Jonathan Nieder <jrnieder at gmail.com>
Signed-off-by: Ping Cheng <pingc at wacom.com>
-Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
+Tested-by: Nils Kanning <nils at kanning.de>
+Tested-by: Rafi Rubin <rafi at seas.upenn.edu>
+Reviewed-by: Jason Gerecke <killertofu at gmail.com>
+Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
---
drivers/input/tablet/wacom_sys.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
-index 6b1cd71ba320..8b31473a81fe 100644
--- a/drivers/input/tablet/wacom_sys.c
+++ b/drivers/input/tablet/wacom_sys.c
@@ -401,7 +401,9 @@ static int wacom_parse_hid(struct usb_interface *intf,
@@ -32,6 +29,3 @@
i++;
break;
}
---
-1.7.11.rc3
-
Modified: dists/sid/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -13,6 +13,7 @@
[jn: extracted from a larger commit in the input-wacom repository,
with new description]
+[bwh: Part of commit ea2e60244573a9204c8cee9b4fb181106784c617 upstream]
Signed-off-by: Ping Cheng <pingc at wacom.com>
Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
Modified: dists/sid/linux/debian/patches/features/all/wacom/0030-wacom-ignore-new-style-Wacom-multi-touch-packets-on-.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/all/wacom/0030-wacom-ignore-new-style-Wacom-multi-touch-packets-on-.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/all/wacom/0030-wacom-ignore-new-style-Wacom-multi-touch-packets-on-.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,28 +1,17 @@
From: Ping Cheng <pinglinux at gmail.com>
-Date: Sun, 24 Jun 2012 23:44:46 -0500
-Subject: wacom: ignore new-style Wacom multi touch packets on MT Tablet PC
-Bug-Debian: http://bugs.debian.org/677164
+Date: Thu, 28 Jun 2012 16:49:00 -0700
+Subject: Input: wacom - TPC2FG doesn't store touch id for slots
-Tablets such as 0xE6 (Thinkpad x220t) already worked fine before
-adding support for the new packet format, so let's drop the
-functionality for such devices for now. Meanwhile 0xE5 can still use
-the new packet format.
-
-This should bring the behavior of TABLETPC2FG devices closer to that
-from before 1963518b9b1b (Input: wacom - add 0xE5 (MT device) support,
-2012-04-29).
-
-[jn: extracted from a larger commit in the input-wacom repository,
- with new description]
+commit 6795a524f0b049ceb5417d5036ab5e233345b900 upstream.
Signed-off-by: Ping Cheng <pingc at wacom.com>
-Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
+Tested-by: Rafi Rubin <rafi at seas.upenn.edu>
+Reviewed-by: Jason Gerecke <killertofu at gmail.com>
+Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
---
drivers/input/tablet/wacom_wac.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
-diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
-index 004bc1bb1544..d696ab7ecc2b 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -1547,7 +1547,6 @@ int wacom_setup_input_capabilities(struct input_dev *input_dev,
@@ -45,6 +34,3 @@
input_mt_init_slots(input_dev, features->touch_max);
input_set_abs_params(input_dev, ABS_MT_TOOL_TYPE,
---
-1.7.11.rc3
-
Modified: dists/sid/linux/debian/patches/features/arm/ARM-7259-3-net-JIT-compiler-for-packet-filters.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/arm/ARM-7259-3-net-JIT-compiler-for-packet-filters.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/arm/ARM-7259-3-net-JIT-compiler-for-packet-filters.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,8 +1,9 @@
-From ddecdfcea0ae891f782ae853771c867ab51024c2 Mon Sep 17 00:00:00 2001
From: Mircea Gherzan <mgherzan at gmail.com>
Date: Fri, 16 Mar 2012 13:37:12 +0100
Subject: [PATCH] ARM: 7259/3: net: JIT compiler for packet filters
+commit ddecdfcea0ae891f782ae853771c867ab51024c2 upstream.
+
Based of Matt Evans's PPC64 implementation.
The compiler generates ARM instructions but interworking is
Modified: dists/sid/linux/debian/patches/features/arm/ARM-fix-Kconfig-warning-for-HAVE_BPF_JIT.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/arm/ARM-fix-Kconfig-warning-for-HAVE_BPF_JIT.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/arm/ARM-fix-Kconfig-warning-for-HAVE_BPF_JIT.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,8 +1,9 @@
-From fada8dcf2d085f4e2eb1ba760c8d37111977dbec Mon Sep 17 00:00:00 2001
From: Russell King <rmk+kernel at arm.linux.org.uk>
Date: Tue, 27 Mar 2012 10:44:23 +0100
Subject: [PATCH] ARM: fix Kconfig warning for HAVE_BPF_JIT
+commit fada8dcf2d085f4e2eb1ba760c8d37111977dbec upstream.
+
Last night's randconfig and the allnoconfig builds spat out the
following warning while building:
Modified: dists/sid/linux/debian/patches/features/arm/net-drop-NET-dependency-from-HAVE_BPF_JIT.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/arm/net-drop-NET-dependency-from-HAVE_BPF_JIT.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/arm/net-drop-NET-dependency-from-HAVE_BPF_JIT.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,8 +1,9 @@
-From e47b65b032f2997aa0a7392ecdf656c86d4d7561 Mon Sep 17 00:00:00 2001
From: Sam Ravnborg <sam at ravnborg.org>
Date: Mon, 21 May 2012 20:45:37 +0200
Subject: [PATCH] net: drop NET dependency from HAVE_BPF_JIT
+commit e47b65b032f2997aa0a7392ecdf656c86d4d7561 upstream.
+
There is no point having the NET dependency on the select target, as it
forces all users to depend on NET to tell they support BPF_JIT. Move
the config option to the bottom of the file - this could be a nice place
Modified: dists/sid/linux/debian/patches/features/x86/efi-stub/0019-x86-efi-Fix-processor-specific-memcpy-build-error.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/x86/efi-stub/0019-x86-efi-Fix-processor-specific-memcpy-build-error.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/x86/efi-stub/0019-x86-efi-Fix-processor-specific-memcpy-build-error.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -1,8 +1,9 @@
-From 0f905a43ce955b638139bd84486194770a6a2c08 Mon Sep 17 00:00:00 2001
From: Matt Fleming <matt.fleming at intel.com>
Date: Tue, 20 Nov 2012 13:07:46 +0000
Subject: [PATCH] x86, efi: Fix processor-specific memcpy() build error
+commit 0f905a43ce955b638139bd84486194770a6a2c08 upstream.
+
Building for Athlon/Duron/K7 results in the following build error,
arch/x86/boot/compressed/eboot.o: In function `__constant_memcpy3d':
Modified: dists/sid/linux/debian/patches/features/x86/x86-Add-amilo-rfkill-driver-for-some-Fujitsu-Siemens.patch
==============================================================================
--- dists/sid/linux/debian/patches/features/x86/x86-Add-amilo-rfkill-driver-for-some-Fujitsu-Siemens.patch Mon Apr 1 01:22:54 2013 (r19966)
+++ dists/sid/linux/debian/patches/features/x86/x86-Add-amilo-rfkill-driver-for-some-Fujitsu-Siemens.patch Mon Apr 1 01:24:44 2013 (r19967)
@@ -3,6 +3,8 @@
Subject: [PATCH] x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo
laptops
+commit c215ab9a7530d415707430de8d51a58ca6a41808 upstream.
+
An rfkill driver based on the fsaa1655g and fsam7440 drivers for
Fujitsu-Siemens Amilo A1655 and M7440 models found at:
More information about the Kernel-svn-changes
mailing list