RE: FAILED: patch "[PATCH] cfg80211: free sme on connection failures" failed to apply to 3.10-stable tree

2014-06-03 Thread Berg, Johannes
> The patch below does not apply to the 3.10-stable tree. > If someone wants it applied there, or to any other stable or longterm tree, > then please email the backport, including the original git commit id to > . > > thanks, > > greg k-h > > -- original commit in Linus's tree --

[PATCH 3.10] mac80211: fix on-channel remain-on-channel

2014-06-03 Thread Johannes Berg
From: Johannes Berg Upstream commit b4b177a5556a686909e643f1e9b6434c10de079f. Jouni reported that if a remain-on-channel was active on the same channel as the current operating channel, then the ROC would start, but any frames transmitted using mgmt-tx on the same channel would get delayed until

RE: FAILED: patch "[PATCH] mac80211: fix suspend vs. association race" failed to apply to 3.10-stable tree

2014-06-03 Thread Berg, Johannes
> Subject: [PATCH] mac80211: fix suspend vs. association race Yeah, this doesn't apply because > 1a1cb744de160ee70086a77afff605bbc275d291 > Author: Johannes Berg > > mac80211: fix suspend vs. authentication race This didn't apply. I'm thinking it's not all that important though - the race

Re: [Intel-gfx] [PATCH] [v5] drm/i915/bdw: Only use 2g GGTT for 32b platforms

2014-06-03 Thread Daniel Vetter
On Tue, Jun 03, 2014 at 06:05:45AM +, Yang, Guang A wrote: > Tested-by: "Yang, Guang A" > With this patch, the 32 bit system can be able to boot normally. I wonder what's going to happen on 64 bit kernels with 32 bit userspace. Since that one's a really common thing with games. Whatever. Queu

Re: [PATCH] usb: usbtest: update wait routine to set a timeout

2014-06-03 Thread Huang Rui
Hi Alan, On Fri, May 30, 2014 at 12:04:01PM -0400, Alan Stern wrote: > On Fri, 30 May 2014, Huang Rui wrote: > > > On Fri, May 30, 2014 at 10:25:40AM -0400, Alan Stern wrote: > > > On Fri, 30 May 2014, Huang Rui wrote: > > > > > > > > > Ugh, don't make a copy of the existing code. Use the faci

[PATCH] elantech: Don't set bit 1 of reg_10 when the no_hw_res quirk is set

2014-06-03 Thread Hans de Goede
The touchpad on the GIGABYTE U2442 not only stops communicating when we try to set bit 3 (enable real hardware resolution) of reg_10, but on some BIOS versions also when we set bit 1 (enable two finger mode auto correct). I've asked the original reporter of: https://bugzilla.kernel.org/show_bug.cg

Re: [PATCH] netfilter: Fix potential use after free in ip6_route_me_harder()

2014-06-03 Thread Luis Henriques
On Fri, May 30, 2014 at 06:50:42PM +0200, Pablo Neira Ayuso wrote: > From: Sergey Popovich > > [ Upstream commit a8951d5814e1373807a94f79f7ccec7041325470 ] > Thank you, I'm queuing this for the 3.11 kernel as well. Cheers, -- Luís > Dst is released one line before we access it again with dst-

[3.11.y.z extended stable] Linux 3.11.10.11 stable review

2014-06-03 Thread Luis Henriques
This is the start of the review cycle for the Linux 3.11.10.11 stable kernel. This version contains 138 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.11.y-revie

[PATCH 3.11 021/138] tty: serial: 8250_core.c Bug fix for Exar chips.

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Welling commit b790f210fe8423eff881b2a8a93ba5dbc45534d0 upstream. The sleep function was updated to put the serial port to sleep only when necessary. This appears to resolve t

[PATCH 3.11 013/138] drm/radeon: check buffer relocation offset

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Leo Liu commit 695daf1a8e731a4b5b89de89a61f32a4d7ad7094 upstream. Signed-off-by: Leo Liu Signed-off-by: Christian König Signed-off-by: Luis Henriques --- drivers/gpu/drm/radeon/rad

[PATCH 3.11 068/138] hrtimer: Set expiry time before switch_hrtimer_base()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Viresh Kumar commit 84ea7fe37908254c3bd90910921f6e1045c1747a upstream. switch_hrtimer_base() calls hrtimer_check_target() which ensures that we do not migrate a timer to a remote cpu i

[PATCH 3.11 084/138] Target/iser: Fix wrong connection requests list addition

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Sagi Grimberg commit 9fe63c88b1d59f1ce054d6948ccd3096496ecedb upstream. Should be adding list_add_tail($new, $head) and not the other way around. Signed-off-by: Sagi Grimberg Signed-

[PATCH 3.11 081/138] x86-64, modify_ldt: Make support for 16-bit segments a runtime option

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit fa81511bb0bbb2b1aace3695ce869da9762624ff upstream. Checkin: b3b42ac2cbae x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels disabled 16-bit segments on 6

[PATCH 3.11 126/138] net: qmi_wwan: add Telit LE920 newer firmware support

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Fabio Porcedda commit 905468fa4d54c3e572ed3045cd47cce37780716e upstream. Newer firmware use a new pid and a different interface. Signed-off-by: Fabio Porcedda Acked-by: Bjørn Mork S

[PATCH 3.11 096/138] net: sctp: test if association is dead in sctp_wake_up_waiters

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 1e1cdf8ac78793e0875465e98a648df64694a8d0 upstream. In function sctp_wake_up_waiters(), we need to involve a test if the association is declared dead. If so, we d

[PATCH 3.11 106/138] ip6_gre: don't allow to remove the fb_tunnel_dev

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel commit 54d63f787b652755e66eb4dd8892ee6d3f5197fc upstream. It's possible to remove the FB tunnel with the command 'ip link del ip6gre0' but this is unsafe, the module al

[PATCH 3.11 135/138] net: qmi_wwan: add Alcatel L800MA

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 75573660c47a0db7cc931dcf154945610e02130a upstream. Device interface layout: 0: ff/ff/ff - serial 1: ff/00/00 - serial AT+PPP 2: ff/ff/ff - QMI/wwan

[PATCH 3.11 137/138] net: qmi_wwan: add a number of Dell devices

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 6f10c5d1b1aeddb63d33070abb8bc5a177beeb1f upstream. Dan writes: "The Dell drivers use the same configuration for PIDs: 81A2: Dell Wireless 5806 Go

[PATCH 3.11 136/138] net: qmi_wwan: add a number of CMOTech devices

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 41be7d90993b1502d445bfc59e58348c258ce66a upstream. A number of older CMOTech modems are based on Qualcomm chips and exporting a QMI/wwan function.

[PATCH 3.11 130/138] net: qmi_wwan: add support for Cinterion PXS8 and PHS8

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Aleksander Morgado commit 9b2b6a2d669c909dd0b125fc834da94bcfc0aee7 upstream. When the PXS8 and PHS8 devices show up with PID 0x0053 they will expose both a QMI port and a WWAN interfac

[PATCH 3.11 138/138] netfilter: Fix potential use after free in ip6_route_me_harder()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Sergey Popovich commit a8951d5814e1373807a94f79f7ccec7041325470 upstream. Dst is released one line before we access it again with dst->error. Fixes: 58e35d147128 netfilter: ipv6: prop

[PATCH 3.11 132/138] net: qmi_wwan: add Sierra Wireless MC73xx

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 1c138607a7be64074d7fba68d0d533ec38f9d17b upstream. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Luis Henriques --- d

[PATCH 3.11 134/138] net: qmi_wwan: add Olivetti Olicard 500

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit efc0b25c3add97717ece57bf5319792ca98f348e upstream. Device interface layout: 0: ff/ff/ff - serial 1: ff/ff/ff - serial AT+PPP 2: 08/06/50 - storage

[PATCH 3.11 133/138] net: qmi_wwan: add Sierra Wireless MC7305/MC7355

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 9214224e43e4264b02686ea8b455f310935607b5 upstream. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Luis Henriques --- d

[PATCH 3.11 128/138] net: qmi_wwan: Olivetti Olicard 200 support

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Enrico Mioso commit ce97fef4235378108ed3bd96e1b3eab8fd0a1fbd upstream. This is a QMI device, manufactured by TCT Mobile Phones. A companion patch blacklisting this device's QMI interfa

[PATCH 3.11 129/138] net: qmi_wwan: add ZTE MF667

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Raymond Wanyoike commit 7653aabfbdc73c1567e29a9790701f5898ba1420 upstream. The driver description files give these descriptions to the vendor specific ports on this modem: VID_19D2&P

[PATCH 3.11 127/138] net: qmi_wwan: fix Cinterion PLXX product ID

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Aleksander Morgado commit 2d77f343343c4f38b8f94be1964bbbc6456a147f upstream. Cinterion PLXX LTE devices have a 0x0060 product ID, not 0x12d1. The blacklisting in the serial/option dri

[PATCH 3.11 131/138] net: qmi_wwan: add Sierra Wireless EM7355

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit b85f5deaf052340021d025e120a9858f084a1d79 upstream. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Luis Henriques --- d

[PATCH 3.11 123/138] ip6_tunnel: fix potential NULL pointer dereference

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Susant Sahani commit c8965932a2e3b70197ec02c6741c29460279e2a8 upstream. The function ip6_tnl_validate assumes that the rtnl attribute IFLA_IPTUN_PROTO always be filled . If this attrib

[PATCH 3.11 125/138] net-gro: reset skb->truesize in napi_reuse_skb()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit e33d0ba8047b049c9262fdb1fcafb93cb52ceceb upstream. Recycling skb always had been very tough... This time it appears GRO layer can accumulate skb->truesize adjustme

[PATCH 3.11 124/138] ipv4: initialise the itag variable in __mkroute_input

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Li RongQing commit fbdc0ad095c0a299e9abf5d8ac8f58374951149a upstream. the value of itag is a random value from stack, and may not be initiated by fib_validate_source, which called fib_

[PATCH 3.11 115/138] sctp: reset flowi4_oif parameter on route lookup

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Xufeng Zhang commit 85350871317a5adb35519d9dc6fc9e80809d42ad upstream. commit 813b3b5db83 (ipv4: Use caller's on-stack flowi as-is in output route lookups.) introduces another regressi

[PATCH 3.11 121/138] net: cdc_mbim: handle unaccelerated VLAN tagged frames

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 6b5eeb7f874b689403e52a646e485d0191ab9507 upstream. This driver maps 802.1q VLANs to MBIM sessions. The mapping is based on a bogus assumption that

[PATCH 3.11 120/138] ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Sergey Popovich commit aeefa1ecfc799b0ea2c4979617f14cecd5cccbfd upstream. Increment fib_info_cnt in fib_create_info() right after successfuly alllocating fib_info structure, overwise f

[PATCH 3.11 122/138] macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Christensen commit bbeb0eadcf9fe74fb2b9b1a6fea82cd538b1e556 upstream. Clearing the IFF_ALLMULTI flag on a down interface could cause an allmulti overflow on the underlying interf

[PATCH 3.11 117/138] tcp_cubic: fix the range of delayed_ack

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Liu Yu commit 0cda345d1b2201dd15591b163e3c92bad5191745 upstream. commit b9f47a3aaeab (tcp_cubic: limit delayed_ack ratio to prevent divide error) try to prevent divide error, but there

[PATCH 3.11 119/138] net: ipv6: send pkttoobig immediately if orig frag size > mtu

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal commit 418a31561d594a2b636c1e2fa94ecd9e1245abb1 upstream. If conntrack defragments incoming ipv6 frags it stores largest original frag size in ip6cb and sets ->local_d

[PATCH 3.11 116/138] Revert "macvlan : fix checksums error when we are in bridge mode"

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit f114890cdf84d753f6b41cd0cc44ba51d16313da upstream. This reverts commit 12a2856b604476c27d85a5f9a57ae1661fc46019. The commit above doesn't appear to be necessary an

[PATCH 3.11 113/138] ipv6: fib: fix fib dump restart

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Kumar Sundararajan commit 1c2658545816088477e91860c3a645053719cb54 upstream. When the ipv6 fib changes during a table dump, the walk is restarted and the number of nodes dumped are ski

[PATCH 3.11 114/138] bridge: Handle IFLA_ADDRESS correctly when creating bridge device

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Toshiaki Makita commit 30313a3d5794472c3548d7288e306a5492030370 upstream. When bridge device is created with IFLA_ADDRESS, we are not calling br_stp_change_bridge_id(), which leads to

[PATCH 3.11 118/138] net: ipv4: ip_forward: fix inverted local_df test

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal commit ca6c5d4ad216d5942ae544bbf02503041bd802aa upstream. local_df means 'ignore DF bit if set', so if its set we're allowed to perform ip fragmentation. This wasn't

[PATCH 3.11 111/138] rtnetlink: Warn when interface's information won't fit in our packet

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: David Gibson commit 973462bbde79bb827824c73b59027a0aed5c9ca6 upstream. Without IFLA_EXT_MASK specified, the information reported for a single interface in response to RTM_GETLINK is ex

[PATCH 3.11 112/138] rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: David Gibson commit c53864fd60227de025cb79e05493b13f69843971 upstream. Since 115c9b81928360d769a76c632bae62d15206a94a (rtnetlink: Fix problem with buffer allocation), RTM_NEWLINK messa

[PATCH 3.11 109/138] net: sctp: cache auth_enable per endpoint

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit b14878ccb7fac0242db82720b784ab62c467c0dc upstream. Currently, it is possible to create an SCTP socket, then switch auth_enable via sysctl setting to 1 and crash th

[PATCH 3.11 108/138] tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Ivan Vecera commit ba67b510035141bd89b40bf65efa0a79834311ca upstream. The patch fixes a problem with dropped jumbo frames after usage of 'ethtool -G ... rx'. Scenario: 1. ip link set

[PATCH 3.11 110/138] net: Fix ns_capable check in sock_diag_put_filterinfo

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Lutomirski commit 78541c1dc60b65ecfce5a6a096fc260219d6784e upstream. The caller needs capabilities on the namespace being queried, not on their own namespace. This is a securit

[PATCH 3.11 104/138] ipv4: return valid RTA_IIF on ip route get

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Julian Anastasov commit 91146153da2feab18efab2e13b0945b6bb704ded upstream. Extend commit 13378cad02afc2adc6c0e07fca03903c7ada0b37 ("ipv4: Change rt->rt_iif encoding.") from 3.6 to retu

[PATCH 3.11 105/138] filter: prevent nla extensions to peek beyond the end of the message

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Krause commit 05ab8f2647e4221cbdb3856dd7d32bd5407316b3 upstream. The BPF_S_ANC_NLATTR and BPF_S_ANC_NLATTR_NEST extensions fail to check for a minimal message length before tes

[PATCH 3.11 103/138] net: ipv4: current group_info should be put after using.

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: "Wang, Xiaoming" commit b04c46190219a4f845e46a459e3102137b7f6cac upstream. Plug a group_info refcount leak in ping_init. group_info is only needed during initialization and the code fa

[PATCH 3.11 107/138] vlan: Fix lockdep warning when vlan dev handle notification

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong commit dc8eaaa006350d24030502a4521542e74b5cb39f upstream. When I open the LOCKDEP config and run these steps: modprobe 8021q vconfig add eth2 20 vconfig add eth2.20 30 if

[PATCH 3.11 095/138] net: sctp: wake up all assocs if sndbuf policy is per socket

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 52c35befb69b005c3fc5afdaae3a5717ad013411 upstream. SCTP charges chunks for wmem accounting via skb->truesize in sctp_set_owner_w(), and sctp_wfree() respectively

[PATCH 3.11 102/138] gre: don't allow to add the same tunnel twice

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel commit 5a4552752d8f7f4cef1d98775ece7adb7616fde2 upstream. Before the patch, it was possible to add two times the same tunnel: ip l a gre1 type gre remote 10.16.0.121 lo

[PATCH 3.11 101/138] ipv6: Limit mtu to 65575 bytes

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 30f78d8ebf7f514801e71b88a10c948275168518 upstream. Francois reported that setting big mtu on loopback device could prevent tcp sessions making progress. We do not

[PATCH 3.11 100/138] bridge: Fix double free and memory leak around br_allowed_ingress

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Toshiaki Makita commit eb7076182d1ae4bc4641534134ed707100d76acc upstream. br_allowed_ingress() has two problems. 1. If br_allowed_ingress() is called by br_handle_frame_finish() and v

[PATCH 3.11 099/138] bonding: Remove debug_fs files when module init fails

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Richter commit db29868653394937037d71dc3545768302dda643 upstream. Remove the bonding debug_fs entries when the module initialization fails. The debug_fs entries should be remove

[PATCH 3.11 092/138] ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddr

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Liu Hua commit 8fad87bca7ac9737e413ba5f1656f1114a8c314d upstream. When we configure CONFIG_ARM_LPAE=y, pfn << PAGE_SHIFT will overflow if pfn >= 0x10 in copy_oldmem_page. So use __

[PATCH 3.11 098/138] net: core: don't account for udp header size when computing seglen

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal commit 6d39d589bb76ee8a1c6cde6822006ae0053decff upstream. In case of tcp, gso_size contains the tcpmss. For UFO (udp fragmentation offloading) skbs, gso_size is the f

[PATCH 3.11 097/138] l2tp: take PMTU from tunnel UDP socket

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Petukhov commit f34c4a35d87949fbb0e0f31eba3c054e9f8199ba upstream. When l2tp driver tries to get PMTU for the tunnel destination, it uses the pointer to struct sock that represe

[PATCH 3.11 094/138] list: introduce list_next_entry() and list_prev_entry()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 008208c6b26f21c2648c250a09c55e737c02c5f8 upstream. Add two trivial helpers list_next_entry() and list_prev_entry(), they can have a lot of users including list.h i

[PATCH 3.11 093/138] ARM: perf: hook up perf_sample_event_took around pmu irq handling

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 5f5092e72cc25a6a5785308270e0085b2b2772cc upstream. Since we indirect all of our PMU IRQ handling through a dispatcher, it's trivial to hook up perf_sample_event_took

[PATCH 3.11 091/138] clk: tegra: Fix wrong value written to PLLE_AUX

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Tuomas Tynkkynen commit d2c834abe2b39a2d5a6c38ef44de87c97cbb34b4 upstream. The value written to PLLE_AUX was incorrect due to a wrong variable being used. Without this fix SATA does no

[PATCH 3.11 090/138] libceph: fix corruption when using page_count 0 page in rbd

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Chunwei Chen commit 178eda29ca721842f2146378e73d43e0044c4166 upstream. It has been reported that using ZFSonLinux on rbd will result in memory corruption. The bug report can be found h

[PATCH 3.11 088/138] mips: dts: Fix missing device_type="memory" property in memory nodes

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Leif Lindholm commit dfc44f8030653b345fc6fb337558c3a07536823f upstream. A few platforms lack a 'device_type = "memory"' for their memory nodes, relying on an old ppc quirk in order to

[PATCH 3.11 080/138] metag: Reduce maximum stack size to 256MB

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit d71f290b4e98a39f49f2595a13be3b4d5ce8e1f1 upstream. Specify the maximum stack size for arches where the stack grows upward (parisc and metag) in asm/processor.h rathe

[PATCH 3.11 086/138] iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_out

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 7cbfcc953789ff864c2bf8365a82a3fba4869649 upstream. This patch changes an incorrect use of BUG_ON to instead generate a REJECT + PROTOCOL_ERROR in iscsit_proce

[PATCH 3.11 089/138] arm64: fix pud_huge() for 2-level pagetables

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Mark Salter commit 4797ec2dc83a43be35bad56037d1b53db9e2b5d5 upstream. The following happens when trying to run a kvm guest on a kernel configured for 64k pages. This doesn't happen wit

[PATCH 3.11 083/138] PCI: shpchp: Check bridge's secondary (not primary) bus speed

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Apfelbaum commit 93fa9d32670f5592c8e56abc9928fc194e1e72fc upstream. When a new device is added below a hotplug bridge, the bridge's secondary bus speed and the device's bus spee

[PATCH 3.11 082/138] drm/i915: restore backlight precision when converting from ACPI

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Aaron Lu commit 721e82c08c1afd6b47367b0e0c4a62140b0667f3 upstream. When we set backlight on behalf of ACPI opregion, we will convert the backlight value in the 0-255 range defined in o

[PATCH 3.11 087/138] target: Don't allow setting WC emulation if device doesn't support

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Grover commit 07b8dae38b09bcfede7e726f172e39b5ce8390d9 upstream. Just like for pSCSI, if the transport sets get_write_cache, then it is not valid to enable write cache emulation f

[PATCH 3.11 085/138] Target/iser: Fix iscsit_accept_np and rdma_cm racy flow

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Sagi Grimberg commit 531b7bf4bd795d9a09eac92504322a472c010bc8 upstream. RDMA CM and iSCSI target flows are asynchronous and completely uncorrelated. Relying on the fact that iscsi_acce

[PATCH 3.11 076/138] i2c: s3c2410: resume race fix

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Olof Johansson commit ce78cc071f5f541480e381cc0241d37590041a9d upstream. Don't unmark the device as suspended until after it's been re-setup. The main race would be w.r.t. an i2c driv

[PATCH 3.11 077/138] i2c: rcar: bail out on zero length transfers

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Wolfram Sang commit d7653964c590ba846aa11a8f6edf409773cbc492 upstream. This hardware does not support zero length transfers. Instead, the driver does one (random) byte transfers curren

[PATCH 3.11 078/138] dm crypt: fix cpu hotplug crash by removing per-cpu structure

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 610f2de3559c383caf8fbbf91e9968102dff7ca0 upstream. The DM crypt target used per-cpu structures to hold pointers to a ablkcipher_request structure. The code assu

[PATCH 3.11 075/138] x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Anthony Iliopoulos commit 9844f5462392b53824e8b86726e7c33b5ecbb676 upstream. The invalidation is required in order to maintain proper semantics under CoW conditions. In scenarios where

[PATCH 3.11 079/138] metag: fix memory barriers

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 2425ce84026c385b73ae72039f90d042d49e0394 upstream. Volatile access doesn't really imply the compiler barrier. Volatile access is only ordered with respect to oth

[PATCH 3.11 070/138] hwmon: (emc1403) Support full range of known chip revision numbers

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Gajdusek commit 3a18e1398fc2dc9c32bbdc50664da3a77959a8d1 upstream. The datasheet for EMC1413/EMC1414, which is fully compatible to EMC1403/1404 and uses the same chip identificat

[PATCH 3.11 074/138] [media] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility mode

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Guennadi Liakhovetski commit 97d9d23dda6f37d90aefeec4ed619d52df525382 upstream. If a struct contains 64-bit fields, it is aligned on 64-bit boundaries within containing structs in 64-b

[PATCH 3.11 069/138] hwmon: (emc1403) fix inverted store_hyst()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Gajdusek commit 17c048fc4bd95efea208a1920f169547d8588f1f upstream. Attempts to set the hysteresis value to a temperature below the target limit fails with "write error: Numerical

[PATCH 3.11 073/138] [media] V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel from user-space

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Guennadi Liakhovetski commit cfece5857ca51d1dcdb157017aba226f594e9dcf upstream. Commit 75e2bdad8901a0b599e01a96229be922eef1e488 "ov7670: allow configuration of image size, clock speed,

[PATCH 3.11 072/138] ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatile

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Charles Keepax commit 44330ab516c15dda8a1e660eeaf0003f84e43e3f upstream. The register CLASS_D_CONTROL_1 is marked as volatile because it contains a bit, DAC_MUTE, which is also mirrore

[PATCH 3.11 067/138] powerpc/powernv: Reset root port in firmware

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Gavin Shan commit 372cf1244d7c271806b83b32b09a1c8b1b31b353 upstream. Resetting root port has more stuff to do than that for PCIe switch ports and we should have resetting root port don

[PATCH 3.11 071/138] iommu/amd: Fix interrupt remapping for aliased devices

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Williamson commit e028a9e6b8a637af09ac4114083280df4a7045f1 upstream. An apparent cut and paste error prevents the correct flags from being set on the alias device resulting in MSI

[PATCH 3.11 062/138] NFSD: Call ->set_acl with a NULL ACL structure if no entries

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Kinglong Mee commit aa07c713ecfc0522916f3cd57ac628ea6127c0ec upstream. After setting ACL for directory, I got two problems that caused by the cached zero-length default posix acl. Thi

[PATCH 3.11 063/138] gpio: mcp23s08: trivial: fixed coding style issues

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Gary Servin commit 33bc8411eec33f92ba59e8ef7394b82245ec556e upstream. This coding style issue was detected using the checkpatch.pl script Signed-off-by: Gary Servin Reviewed-by: Alex

[PATCH 3.11 064/138] gpio: mcp23s08: Bug fix of SPI device tree registration.

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Welling commit 99e4b98dbe3ad1fe38a74d12c3b8d44a55930de4 upstream. The chips variable needs to be incremented for each chip that is found in the spi_present_mask when registerin

[PATCH 3.11 061/138] ACPI / processor: do not mark present at boot but not onlined CPU as onlined

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Igor Mammedov commit 0b9d46dd7debf8e6dc8614106f1c1909fa8de64d upstream. acpi_processor_add() assumes that present at boot CPUs are always onlined, it is not so if a CPU failed to becom

[PATCH 3.11 066/138] mm, thp: close race between mremap() and split_huge_page()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: "Kirill A. Shutemov" commit dd18dbc2d42af75fffa60c77e0f02220bc329829 upstream. It's critical for split_huge_page() (and migration) to catch and freeze all PMDs on rmap walk. It gets t

[PATCH 3.11 065/138] ARM: dts: i.MX53: Fix ipu register space size

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Sascha Hauer commit 6d66da89bf4422c0a0693627fb3e25f74af50f92 upstream. The IPU register space is 128MB, not 2GB. Fixes: abed9a6bf2bb 'ARM i.MX53: Add IPU support' Signed-off-by: Sasch

[PATCH 3.11 056/138] md: avoid possible spinning md thread at shutdown.

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 0f62fb220aa4ebabe8547d3a9ce4a16d3c045f21 upstream. If an md array with externally managed metadata (e.g. DDF or IMSM) is in use, then we should not set safemode==2 at

[PATCH 3.11 059/138] libata: clean up ZPODD when a port is detached

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Levente Kurusa commit a6f9bf4d2f965b862b95213303d154e02957eed8 upstream. When a ZPODD device is unbound via sysfs, the ACPI notify handler is not removed. This causes panics as observe

[PATCH 3.11 054/138] crypto: caam - add allocation failure handling in SPRINTFCAT macro

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Horia Geanta commit 27c5fb7a84242b66bf1e0b2fe6bf40d19bcc5c04 upstream. GFP_ATOMIC memory allocation could fail. In this case, avoid NULL pointer dereference and notify user. Cc: Kim P

[PATCH 3.11 053/138] ARM: mvebu: fix NOR bus-width in Armada XP OpenBlocks AX3 Device Tree

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit 6e20bae8a39c40d4e03698e4160bad2d2629062b upstream. The mvebu-devbus driver had a serious bug, which lead to a 8 bits bus width declared in the Device Tree being

[PATCH 3.11 057/138] NFSd: Move default initialisers from create_client() to alloc_client()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit 5694c93e6c4954fa9424c215f75eeb919bddad64 upstream. Aside from making it clearer what is non-trivial in create_client(), it also fixes a bug whereby we can call f

[PATCH 3.11 060/138] ACPI / blacklist: Add dmi_enable_osi_linux quirk for Asus EEE PC 1015PX

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Hans de Goede commit f6e6e1b9fee88c90586787b71dc49bb3ce62bb89 upstream. Without this this EEE PC exports a non working WMI interface, with this it exports a working "good old" eeepc_la

[PATCH 3.11 055/138] [media] media-device: fix infoleak in ioctl media_enum_entities()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Salva=20Peir=C3=B3?= commit e6a623460e5fc960ac3ee9f946d3106233fd28d8 upstream. This fixes CVE-2014-1739. Signed-off-by: Salva Peiró Acked-by: Laurent Pinchart Signed-off-b

[PATCH 3.11 058/138] NFSd: call rpc_destroy_wait_queue() from free_client()

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit 4cb57e3032d4e4bf5e97780e9907da7282b02b0c upstream. Mainly to ensure that we don't leave any hanging timers. Signed-off-by: Trond Myklebust Signed-off-by: J. Br

[PATCH 3.11 051/138] ARM: mvebu: fix NOR bus-width in Armada XP GP Device Tree

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit 1a88f809ccb5db1509a7514b187c00b3a995fc82 upstream. The mvebu-devbus driver had a serious bug, which lead to a 8 bits bus width declared in the Device Tree being

[PATCH 3.11 048/138] workqueue: fix a possible race condition between rescuer and pwq-release

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Lai Jiangshan commit 77668c8b559e4fe2acf2a0749c7c83cde49a5025 upstream. There is a race condition between rescuer_thread() and pwq_unbound_release_workfn(). Even after a pwq is schedu

[PATCH 3.11 052/138] ARM: mvebu: fix NOR bus-width in Armada XP DB Device Tree

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit f3aec8f3f05025e7b450102dae0759375346706e upstream. The mvebu-devbus driver had a serious bug, which lead to a 8 bits bus width declared in the Device Tree being

[PATCH 3.11 049/138] PCI: mvebu: fix off-by-one in the computed size of the mbus windows

2014-06-03 Thread Luis Henriques
3.11.10.11 -stable review patch. If anyone has any objections, please let me know. -- From: Willy Tarreau commit b6d07e0273d3296cfbdc88145b8a00ddbefb310a upstream. mvebu_pcie_handle_membase_change() and mvebu_pcie_handle_iobase_change() do not correctly compute the window siz

  1   2   3   4   5   >