[linux] 01/01: Drop ABI fix, not needed in experimental
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Feb 7 18:05:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 536da2762d6d7b2e50a60c8d145584f5a3448a46
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Feb 7 18:05:13 2016 +0000
Drop ABI fix, not needed in experimental
---
.../debian/usb-fix-abi-change-in-4.3.5.patch | 23 ----------------------
debian/patches/series | 1 -
2 files changed, 24 deletions(-)
diff --git a/debian/patches/debian/usb-fix-abi-change-in-4.3.5.patch b/debian/patches/debian/usb-fix-abi-change-in-4.3.5.patch
deleted file mode 100644
index 32441eb..0000000
--- a/debian/patches/debian/usb-fix-abi-change-in-4.3.5.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Ben Hutchings <ben at decadent.org.uk>
-Date: Mon, 01 Feb 2016 09:05:24 +0100
-Subject: usb: Fix ABI change in 4.3.5
-Forwarded: not-needed
-
-struct usb_device gained two new bitfields, but there were plenty of
-padding bits to spare. Hide them from genksyms.
-
----
---- a/include/linux/usb.h
-+++ b/include/linux/usb.h
-@@ -582,8 +582,11 @@ struct usb_device {
- unsigned usb2_hw_lpm_enabled:1;
- unsigned usb2_hw_lpm_allowed:1;
- unsigned usb3_lpm_enabled:1;
-+#ifndef __GENKSYMS__
- unsigned usb3_lpm_u1_enabled:1;
- unsigned usb3_lpm_u2_enabled:1;
-+ /* 18 bits spare */
-+#endif
- int string_langid;
-
- /* static strings from the device */
diff --git a/debian/patches/series b/debian/patches/series
index 53334a4..dd61480 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -109,7 +109,6 @@ bugfix/all/ptrace-being-capable-wrt-a-process-requires-mapped-uids-gids.patch
bugfix/all/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
bugfix/all/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
bugfix/all/scsi-fix-crashes-in-sd-and-sr-runtime-pm.patch
-debian/usb-fix-abi-change-in-4.3.5.patch
bugfix/all/rt2x00-fix-monitor-mode-regression.patch
bugfix/all/pipe-limit-the-per-user-amount-of-pages-allocated-in.patch
features/sparc/hwrng-n2-attach-on-t5-m5-t7-m7-sparc-cpus.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list