[kernel] r19404 - in dists/trunk/linux/debian: . patches patches/bugfix/all patches/features/all/wacom

Bastian Blank waldi at alioth.debian.org
Thu Oct 4 09:02:04 UTC 2012


Author: waldi
Date: Thu Oct  4 09:01:59 2012
New Revision: 19404

Log:
* debian/changelog: Update version to 3.5.5-1~experimental.1
* debian/patches: Fixup broken and remove applied patches.

Deleted:
   dists/trunk/linux/debian/patches/bugfix/all/af_netlink-force-credentials-passing.patch
   dists/trunk/linux/debian/patches/bugfix/all/af_packet-don-t-emit-packet-on-orig-fanout-group.patch
   dists/trunk/linux/debian/patches/bugfix/all/af_packet-remove-bug-statement-in-tpacket_destruct_skb.patch
   dists/trunk/linux/debian/patches/bugfix/all/atm-fix-info-leak-in-getsockopt-so_atmpvc.patch
   dists/trunk/linux/debian/patches/bugfix/all/atm-fix-info-leak-via-getsockname.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-hci-fix-info-leak-in-getsockopt-hci_filter.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-hci-fix-info-leak-via-getsockname.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-l2cap-fix-info-leak-via-getsockname.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-rfcomm-fix-info-leak-in-getsockopt-bt_security.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-rfcomm-fix-info-leak-in-ioctl-rfcommgetdevlist.patch
   dists/trunk/linux/debian/patches/bugfix/all/bluetooth-rfcomm-fix-info-leak-via-getsockname.patch
   dists/trunk/linux/debian/patches/bugfix/all/dccp-fix-info-leak-via-getsockopt-dccp_sockopt_ccid_tx_info.patch
   dists/trunk/linux/debian/patches/bugfix/all/ipvs-fix-info-leak-in-getsockopt-ip_vs_so_get_timeout.patch
   dists/trunk/linux/debian/patches/bugfix/all/llc-fix-info-leak-via-getsockname.patch
   dists/trunk/linux/debian/patches/bugfix/all/net-allow-driver-to-limit-number-of-gso-segments-per-skb.patch
   dists/trunk/linux/debian/patches/bugfix/all/net-fix-info-leak-in-compat-dev_ifconf.patch
   dists/trunk/linux/debian/patches/bugfix/all/net-ipv4-ipmr_expire_timer-causes-crash-when-removing-net-namespace.patch
   dists/trunk/linux/debian/patches/bugfix/all/net_sched-gact-fix-potential-panic-in-tcf_gact.patch
   dists/trunk/linux/debian/patches/bugfix/all/netlink-fix-possible-spoofing-from-non-root-processes.patch
   dists/trunk/linux/debian/patches/bugfix/all/rds-set-correct-msg_namelen.patch
   dists/trunk/linux/debian/patches/bugfix/all/sfc-fix-maximum-number-of-tso-segments-and-minimum-tx-queue-size.patch
   dists/trunk/linux/debian/patches/bugfix/all/tcp-apply-device-tso-segment-limit-earlier.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sat Sep 29 12:20:38 2012	(r19403)
+++ dists/trunk/linux/debian/changelog	Thu Oct  4 09:01:59 2012	(r19404)
@@ -1,8 +1,9 @@
-linux (3.5.4-1~experimental.1) UNRELEASED; urgency=low
+linux (3.5.5-1~experimental.1) UNRELEASED; urgency=low
 
   * New upstream stable update:
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.3
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.4
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.5
 
   [ Ben Hutchings ]
   * mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver

Modified: dists/trunk/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch
==============================================================================
--- dists/trunk/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch	Sat Sep 29 12:20:38 2012	(r19403)
+++ dists/trunk/linux/debian/patches/features/all/wacom/0029-wacom-do-not-request-tablet-data-on-MT-Tablet-PC-pen.patch	Thu Oct  4 09:01:59 2012	(r19404)
@@ -26,7 +26,7 @@
 +++ b/drivers/input/tablet/wacom_sys.c
 @@ -467,6 +467,7 @@ static int wacom_query_tablet_data(struct usb_interface *intf, struct wacom_feat
  		}
- 	} else if (features->type != TABLETPC &&
+ 	} else if (features->type <= BAMBOO_PT &&
  		   features->type != WIRELESS &&
 +		   features->type != TABLETPC2FG &&
  		   features->device_type == BTN_TOOL_PEN) {

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Sat Sep 29 12:20:38 2012	(r19403)
+++ dists/trunk/linux/debian/patches/series	Thu Oct  4 09:01:59 2012	(r19404)
@@ -59,7 +59,6 @@
 
 debian/debugfs-set-default-mode-to-700.patch
 
-bugfix/all/rds-set-correct-msg_namelen.patch
 bugfix/all/media-rc-ite-cir-Initialise-ite_dev-rdev-earlier.patch
 features/all/USB-add-USB_VENDOR_AND_INTERFACE_INFO-macro.patch
 bugfix/all/usb-Add-quirk-detection-based-on-interface-informati.patch
@@ -67,26 +66,3 @@
 bugfix/alpha/alpha-use-large-data-model.diff
 features/arm/ahci-Add-JMicron-362-device-IDs.patch
 bugfix/all/speakup-lower-default-software-speech-rate.patch
-
-# These were all picked from the 3.5.5 patch queue
-bugfix/all/net-allow-driver-to-limit-number-of-gso-segments-per-skb.patch
-bugfix/all/sfc-fix-maximum-number-of-tso-segments-and-minimum-tx-queue-size.patch
-bugfix/all/tcp-apply-device-tso-segment-limit-earlier.patch
-bugfix/all/net_sched-gact-fix-potential-panic-in-tcf_gact.patch
-bugfix/all/af_packet-remove-bug-statement-in-tpacket_destruct_skb.patch
-bugfix/all/atm-fix-info-leak-in-getsockopt-so_atmpvc.patch
-bugfix/all/atm-fix-info-leak-via-getsockname.patch
-bugfix/all/bluetooth-hci-fix-info-leak-in-getsockopt-hci_filter.patch
-bugfix/all/bluetooth-hci-fix-info-leak-via-getsockname.patch
-bugfix/all/bluetooth-rfcomm-fix-info-leak-in-getsockopt-bt_security.patch
-bugfix/all/bluetooth-rfcomm-fix-info-leak-in-ioctl-rfcommgetdevlist.patch
-bugfix/all/bluetooth-rfcomm-fix-info-leak-via-getsockname.patch
-bugfix/all/bluetooth-l2cap-fix-info-leak-via-getsockname.patch
-bugfix/all/llc-fix-info-leak-via-getsockname.patch
-bugfix/all/dccp-fix-info-leak-via-getsockopt-dccp_sockopt_ccid_tx_info.patch
-bugfix/all/ipvs-fix-info-leak-in-getsockopt-ip_vs_so_get_timeout.patch
-bugfix/all/net-fix-info-leak-in-compat-dev_ifconf.patch
-bugfix/all/af_packet-don-t-emit-packet-on-orig-fanout-group.patch
-bugfix/all/af_netlink-force-credentials-passing.patch
-bugfix/all/netlink-fix-possible-spoofing-from-non-root-processes.patch
-bugfix/all/net-ipv4-ipmr_expire_timer-causes-crash-when-removing-net-namespace.patch



More information about the Kernel-svn-changes mailing list