[PATCH 166/241] SUNRPC: Fix a UDP transport regression

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit f39c1bfb5a03e2d255451bff05be0d7255298fa4 upstream. Commit 43cedbf0e8dfb9c5610eb7985d5f21263e313802 (SUNRPC: Ensure that we grab the XPRT_LOCK before calling

[PATCH 164/241] MISC: hpilo, remove pci_disable_device

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby commit bcdee04ea7ae0406ae69094f6df1aacb66a69a0b upstream. pci_disable_device(pdev) used to be in pci remove function. But this PCI device has two functions with interrupt lines

[PATCH 168/241] sparc64: fix ptrace interaction with force_successful_syscall_return()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit 55c2770e413e96871147b9406a9c41fe9bc5209c upstream. we want syscall_trace_leave() called on exit from any syscall; skipping its call in case we'd done

[PATCH 172/241] sparc64: Be less verbose during vmemmap population.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit 2856cc2e4d0852c3ddaae9dcb19cb9396512eb08 upstream. On a 2-node machine with 256GB of ram we get 512 lines of console output, which is just too much. This mimicks

Re: [GIT PULL] perf changes for v3.8

2012-12-13 Thread David Ahern
On 12/13/12 12:30 AM, Ingo Molnar wrote: * David Ahern wrote: But doing it this way was wrong. Switch that "exclude_guest" attribute around, and admit that "H" was bogus, and that the right thing to do was to add a "V" flag that sets the "force_guest" flag instead. I understand this is

[PATCH 170/241] sparc64: Fix bit twiddling in sparc_pmu_enable_event().

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit e793d8c6740f8fe704fa216e95685f4d92c4c4b9 upstream. There was a serious disconnect in the logic happening in sparc_pmu_disable_event() vs.

[PATCH 157/241] Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Ball commit 6984f3c31bb57cb7491dbec1be44b74bd00f4648 upstream. This reverts commit 8464dd52d3198dd05, which was a misapplied debugging version of the patch, not the final patch

[PATCH 156/241] Revert "sched, autogroup: Stop going ahead if autogroup is disabled"

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Galbraith commit fd8ef11730f1d03d5d6555aa53126e9e34f52f12 upstream. This reverts commit 800d4d30c8f20bd728e5741a3b77c4859a613f7c. Between commits 8323f26ce342 ("sched: Fix race in

[PATCH 174/241] infiniband: pass rdma_cm module to netlink_dump_start

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Gao feng commit 809d5fc9bf6589276a12bd4fd611e4c7ff9940c3 upstream. set netlink_dump_control.module to avoid panic. Signed-off-by: Gao feng Cc: Roland Dreier Cc: Sean Hefty

[PATCH 178/241] vlan: don't deliver frames for unknown vlans to protocols

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Zumbiehl commit 48cc32d38a52d0b68f91a171a8d00531edc6a46e upstream. 6a32e4f9dd9219261f8856f817e6655114cfec2f made the vlan code skip marking vlan-tagged frames for not locally

[PATCH 179/241] RDS: fix rds-ping spinlock recursion

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "jeff.liu" commit 5175a5e76bbdf20a614fb47ce7a38f0f39e70226 upstream. This is the revised patch for fixing rds-ping spinlock recursion according to Venkat's suggestions. RDS ping/pong

Re: [PATCH] sched: Fix task_numa_fault() + KSM crash

2012-12-13 Thread Srikar Dronamraju
* Ingo Molnar [2012-12-10 13:44:58]: > Srikar Dronamraju reported that the following assert triggers on > his box: > >kernel BUG at ../kernel/sched/fair.c:2371! > >Call Trace: > [] __do_numa_page+0xde/0x160 > [] handle_pte_fault+0x32e/0xcd0 > [] ?

[PATCH 183/241] [media] au0828: fix case where STREAMOFF being called on stopped stream causes BUG()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Devin Heitmueller commit a595c1ce4c9d572cf53513570b9f1a263d7867f2 upstream. We weren't checking whether the resource was in use before calling res_free(), so applications which called

[PATCH 184/241] floppy: destroy floppy workqueue before cleaning up the queue

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina commit eac7cc52c6b410e542af431b2ee93f3d7dbfb6af upstream. We need to first destroy the floppy_wq workqueue before cleaning up the queue. Otherwise we might race with still

Re: [PATCH] sched: cputime: avoid multiplication overflow (in common cases)

2012-12-13 Thread Stanislaw Gruszka
On Thu, Dec 13, 2012 at 09:44:30AM +0100, Stanislaw Gruszka wrote: > Signed-off-by: Stanislaw Gruszka > --- > kernel/sched/cputime.c | 92 +-- > 1 files changed, 57 insertions(+), 35 deletions(-) There are recent changes in cputime.c . This patch

[PATCH 180/241] tcp: resets are misrouted

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Alexey Kuznetsov commit 4c67525849e0b7f4bd4fab2487ec9e43ea52ef29 upstream. After commit e2446eaa ("tcp_v4_send_reset: binding oif to iif in no sock case").. tcp resets are always lost,

[PATCH 177/241] skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Graham Gower commit a2af139ff1cd85df586690ff626619ab1ee88b0a upstream. Marvell 88E8001 on an ASUS P5NSLI motherboard is unable to send/receive packets on a system with >4gb ram unless a

[PATCH] usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink

2012-12-13 Thread Armando Visconti
In the IN case, since the USB request is allocated only when the source/sink function is started and never freed, the USB ept buffer needs to be inited only at the beginning. This change results into a more performant g_zero module, especially when 'pattern=1' is selected. Signed-off-by: Armando

[PATCH 175/241] net: remove skb recycling

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit acb600def2110b1310466c0e485c0d26299898ae upstream. commit 66eef59f22275002f621ff9d951886b513d011b3 upstream. Over time, skb recycling infrastructure got litle interest

[PATCH 173/241] netlink: add reference of module in netlink_dump_start

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Gao feng commit 6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1 upstream. I get a panic when I use ss -a and rmmod inet_diag at the same time. It's because netlink_dump uses inet_diag_dump

[PATCH 186/241] drm/nouveau: fix suspend/resume when in headless mode

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs Backport of fixes from upstream commit: 9430738d80223a1cd791a2baa74fa170d3df1262 Signed-off-by: Ben Skeggs Signed-off-by: Herton Ronaldo Krzesinski ---

[PATCH 185/241] drm/nouveau: silence modesetting spam on pre-gf8 chipsets

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit cee59f15a60cc6269a25e3f6fbf1a577d6ab8115 upstream. Signed-off-by: Ben Skeggs Signed-off-by: Herton Ronaldo Krzesinski --- drivers/gpu/drm/nouveau/nv04_dac.c | 16

[PATCH 188/241] sky2: Fix for interrupt handler

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mirko Lindner commit d663d181b9e92d80c2455e460e932d34e7a2a7ae upstream. Re-enable interrupts if it is not our interrupt Signed-off-by: Mirko Lindner Signed-off-by: David S. Miller

[PATCH 192/241] GFS2: Test bufdata with buffer locked and gfs2_log_lock held

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Marzinski commit 96e5d1d3adf56f1c7eeb07258f6a1a0a7ae9c489 upstream. In gfs2_trans_add_bh(), gfs2 was testing if a there was a bd attached to the buffer without having the

[PATCH 193/241] USB: mos7840: remove unused variable

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold Fix warning about unused variable introduced by commit e681b66f2e19fa ("USB: mos7840: remove invalid disconnect handling") upstream. A subsequent fix which removed the

Re: [RFC PATCH v2 3/6] sched: pack small tasks

2012-12-13 Thread Alex Shi
On 12/13/2012 06:11 PM, Vincent Guittot wrote: > On 13 December 2012 03:17, Alex Shi wrote: >> On 12/12/2012 09:31 PM, Vincent Guittot wrote: >>> During the creation of sched_domain, we define a pack buddy CPU for each CPU >>> when one is available. We want to pack at all levels where a group of

[PATCH 198/241] net: usb: Fix memory leak on Tx data path

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Hemant Kumar commit 39707c2a3ba5011038b363f84d37c8a98d2d9db1 upstream. Driver anchors the tx urbs and defers the urb submission if a transmit request comes when the interface is

[PATCH 201/241] l2tp: fix oops in l2tp_eth_create() error path

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Tom Parkin commit 789336360e0a2aeb9750c16ab704a02cbe035e9e upstream. When creating an L2TPv3 Ethernet session, if register_netdev() should fail for any reason (for example, automatic

[PATCH 202/241] tcp-repair: Handle zero-length data put in rcv queue

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Pavel Emelyanov commit c454e6111d1ef4268fe98e87087216e51c2718c3 upstream. When sending data into a tcp socket in repair state we should check for the amount of data being 0 explicitly.

[PATCH 204/241] af-packet: fix oops when socket is not present

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Leblond commit a3d744e995d2b936c500585ae39d99ee251c89b4 upstream. Due to a NULL dereference, the following patch is causing oops in normal trafic condition: commit

[PATCH 200/241] drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_free

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Senna Tschudin commit 57c10b61c84bfed68b1b317d6f507a392724b9c4 upstream. Based on commit b27393aecf66199f5ddad37c302d3e0cfadbe6c0 Calling mdiobus_free without calling

[PATCH 196/241] tcp: fix FIONREAD/SIOCINQ

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit a3374c42aa5f7237e87ff3b0622018636b0c847e upstream. tcp_ioctl() tries to take into account if tcp socket received a FIN to report correct number bytes in receive queue.

[PATCH 194/241] sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Zijie Pan commit f6e80abeab928b7c47cc1fbf53df13b4398a2bec upstream. Bug introduced by commit edfee0339e681a784ebacec7e8c2dc97dc6d2839 (sctp: check src addr when processing SACK to update

[PATCH 206/241] r8169: allow multicast packets on sub-8168f chipset.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Nathan Walp commit 0481776b7a70f09acf7d9d97c288c3a8403fbfe4 upstream. RTL_GIGA_MAC_VER_35 includes no multicast hardware filter. Signed-off-by: Nathan Walp Suggested-by: Hayes Wang

[PATCH 209/241] netfilter: Mark SYN/ACK packets as invalid from original direction

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jozsef Kadlecsik commit 64f509ce71b08d037998e93dd51180c19b2f464c upstream. Clients should not send such packets. By accepting them, we open up a hole by wich ephemeral ports can be

[PATCH 211/241] netfilter: nf_nat: don't check for port change on ICMP tuples

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Ulrich Weber commit 38fe36a248ec3228f8e6507955d7ceb0432d2000 upstream. ICMP tuples have id in src and type/code in dst. So comparing src.u.all with dst.u.all will always fail here and

[PATCH 215/241] net-rps: Fix brokeness causing OOO packets

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Tom Herbert commit baefa31db2f2b13a05d1b81bdf2d20d487f58b0a upstream. In commit c445477d74ab3779 which adds aRFS to the kernel, the CPU selected for RFS is not set correctly when CPU is

[PATCH 219/241] get_dvb_firmware: fix download site for tda10046 firmware

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 25ec43d3e6306978cf66060ed18c4160ce8fc302 upstream. The previous website doesn't exist anymore. Update it to one site that actually exists. Signed-off-by:

[PATCH 220/241] ixgbe: add support for X540-AT1

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "joshua.a@intel.com" commit df376f0de167754da9b3ece4afdb5bb8bf3fbf3e upstream. This patch adds device support for Ethernet Controller X540-AT1. Signed-off-by: Josh Hay Tested-by:

[PATCH 222/241] NFC: pn533: Fix use after free

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Szymon Janc commit 770f750bc2b8312489c8e45306f551d08a319d3c upstream. cmd was freed in pn533_dep_link_up regardless of pn533_send_cmd_frame_async return code. Cmd is passed as argument to

[PATCH 216/241] tcp: fix retransmission in repair mode

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Vagin commit ec34232575083fd0f43d3a101e8ebb041b203761 upstream. Currently if a socket was repaired with a few packet in a write queue, a kernel bug may be triggered: kernel BUG at

[PATCH 214/241] net: correct check in dev_addr_del()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Pirko commit a652208e0b52c190e57f2a075ffb5e897fe31c3b upstream. Check (ha->addr == dev->dev_addr) is always true because dev_addr_init() sets this. Correct the check to behave

[PATCH 213/241] ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa commit d4596bad2a713fcd0def492b1960e6d899d5baa8 upstream. Cc: Stephen Hemminger Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by:

[PATCH 207/241] r8169: Fix WoL on RTL8168d/8111d.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Cyril Brulebois commit b00e69dee4ccbb3a19989e3d4f1385bc2e3406cd upstream. This regression was spotted between Debian squeeze and Debian wheezy kernels (respectively based on 2.6.32 and

[PATCH 221/241] [media] fimc-lite: Don't use mutex_lock_interruptible() in device release()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Sylwester Nawrocki commit ddc43d6dc7df0849fe41b91460fa76145cf87b67 upstream. Use uninterruptible mutex_lock in the release() file op to make sure all resources are properly freed when a

[PATCH 227/241] watchdog: using u64 in get_sample_period()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Chuansheng Liu commit 8ffeb9b0e6369135bf03a073514f571ef10606b9 usptream. In get_sample_period(), unsigned long is not enough: watchdog_thresh * 2 * (NSEC_PER_SEC / 5) case1:

[PATCH 228/241] sata_svw: check DMA start bit before reset

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: David Milburn commit b03e66a6be91f8389fcd902ab6c1563db1c9c06b upstream. If kdump is triggered with pending IO, controller may not respond causing kdump to fail.

[PATCH 231/241] telephony: ijx: buffer overflow in ixj_write_cid()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter [Not needed in 3.8 or newer as this driver is removed there. - gregkh] We get this from user space and nothing has been done to ensure that these strings are NUL terminated.

[PATCH 232/241] i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Calvin Walton commit a51d4ed01e5bb39d2cf36a12f9976ab08872c192 upstream. This board is incorrectly detected as having an LVDS connector, resulting in the VGA output (the only available

[PATCH 234/241] ACPI: missing break

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit 879dca019dc43a1622edca3e7dde644b14b5acc5 upstream. We handle NOTIFY_THROTTLING so don't then fall through to unsupported event. Signed-off-by: Alan Cox Signed-off-by:

[PATCH 236/241] ASoC: dmaengine: Correct Makefile when sound is built as module

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi commit 961a7aeafab477f63d9eef26afde9cbb8badcd0f upstream. soc-dmaengine-pcm library need to be part of the snd-soc-core in order to be able to compile ASoC as modules when

[PATCH 240/241] drm/i915: do not default to 18 bpp for eDP if missing from VBT

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jani Nikula commit 9a30a61f3516871c5c638fd7c025fbaa11ddf7fe upstream. commit 500a8cc466a24e2fbc4c86ef9c6467ae2ffdeb0c Author: Zhenyu Wang Date: Wed Jan 13 11:19:52 2010 +0800

[PATCH 241/241] Input: matrix-keymap - provide proper module license

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Fainelli commit 55220bb3e5f917dd5fee1153c612f9a83599f639 upstream. The matrix-keymap module is currently lacking a proper module license, add one so we don't have this module

[PATCH 239/241] drm/i915: do not ignore eDP bpc settings from vbt

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jani Nikula commit 2f4f649a69a9eb51f6e98130e19dd90a260a4145 upstream. There are laptops out there that need the eDP bpc from VBT. This is effectively a revert of commit

[PATCH 237/241] i82975x_edac: Fix dimm label initialization

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 479696840239e0cc43efb3c917bdcad2174d2215 upstream. The driver has only 4 hardcoded labels, but allows much more memory. Fix it by removing the hardcoded

[PATCH 238/241] [SCSI] hpsa: gen8plus Smart Array IDs

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Miller commit fe0c9610bb68dd0aad1017456f5e3c31264d70c2 upstream. Signed-off-by: James Bottomley Signed-off-by: Herton Ronaldo Krzesinski --- drivers/scsi/hpsa.c | 32

[PATCH 235/241] 8139cp: revert "set ring address before enabling receiver"

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?fran=C3=A7ois=20romieu?= commit b26623dab7eeb1e9f5898c7a49458789dd492f20 upstream. This patch reverts b01af4579ec41f48e9b9c774e70bd6474ad210db. The original patch was tested

[PATCH 233/241] drm/i915: Add no-lvds quirk for Supermicro X7SPA-H

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit c31407a3672aaebb4acddf90944a114fa5c8af7b upstream. Reported-and-tested-by: Francois Tigeot Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55375 Signed-off-by:

[PATCH 230/241] x86, amd: Disable way access filter on Piledriver CPUs

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Andre Przywara commit 2bbf0a1427c377350f001fbc6260995334739ad7 upstream. The Way Access Filter in recent AMD CPUs may hurt the performance of some workloads, caused by aliasing issues in

[PATCH 229/241] bnx2x: remove redundant warning log

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Ariel Elior commit 4a25417c20fac00b3afd58ce27408f964d19e708 upstream. fix bug where a register which was only meant to be read in 578xx/57712 devices causes a bogus error message to be

[PATCH 224/241] HID: add quirk for Freescale i.MX28 ROM recovery

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Marek Vasut commit 2843b673d03421e0e73cf061820d1db328f7c8eb upstream. The USB recovery mode present in i.MX28 ROM emulates USB HID. It needs this quirk to behave properly. Signed-off-by:

[PATCH 225/241] NFC: Fix nfc_llcp_local chained list insertion

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Thierry Escande commit 16a78e9fed5e8baa8480ae3413f4328c4537c599 upstream. list_add was called with swapped parameters Signed-off-by: Thierry Escande Signed-off-by: Samuel Ortiz

[PATCH 226/241] bas_gigaset: fix pre_reset handling

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Tilman Schmidt commit c6fdd8e5d0c65bb8821dc6da26ee1a2ddd58b3cc upstream. The delayed work function int_in_work() may call usb_reset_device() and thus, indirectly, the driver's pre_reset

[PATCH 223/241] NFC: pn533: Fix mem leak in pn533_in_dep_link_up

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Waldemar Rymarkiewicz commit 70418e6efcf4f8652cc08e3f2ab8ae35f0948fd9 upstream. cmd is allocated in pn533_dep_link_up and passed as an arg to pn533_send_cmd_frame_async together with a

[PATCH 218/241] KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Petr Matousek commit 6d1068b3a98519247d8ba4ec85cd40ac136dbdf9 upstream. On hosts without the XSAVE support unprivileged local user can trigger oops similar to the one below by setting

[PATCH 217/241] GFS2: Don't call file_accessed() with a shared glock

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Marzinski commit 3d1626889a64bd5a661544d582036a0a02104a60 upstream. file_accessed() was being called by gfs2_mmap() with a shared glock. If it needed to update the atime, it was

[PATCH 212/241] ipv4: avoid undefined behavior in do_ip_setsockopt()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Xi Wang commit 0c9f79be295c99ac7e4b569ca493d75fdcc19e4e upstream. (1< Signed-off-by: David S. Miller Signed-off-by: Herton Ronaldo Krzesinski --- net/ipv4/ip_sockglue.c | 35

[PATCH 205/241] ipv6: send unsolicited neighbour advertisements to all-nodes

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa commit 60713a0ca7fd6651b951cc1b4dbd528d1fc0281b upstream. As documented in RFC4861 (Neighbor Discovery for IP version 6) 7.2.6., unsolicited neighbour advertisements

[PATCH 210/241] netfilter: Validate the sequence number of dataless ACK packets as well

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jozsef Kadlecsik commit 4a70bbfaef0361d27272629d1a250a937edcafe4 upstream. We spare nothing by not validating the sequence number of dataless ACK packets and enabling it makes harder

[PATCH 208/241] r8169: use unlimited DMA burst for TX

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Michal Schmidt commit aee77e4accbeb2c86b1d294cd84fec4a12dde3bd upstream. The r8169 driver currently limits the DMA burst for TX to 1024 bytes. I have a box where this prevents the

[PATCH 203/241] net: inet_diag -- Return error code if protocol handler is missed

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Cyrill Gorcunov commit cacb6ba0f36ab14a507f4ee7697e8332899015d2 upstream. We've observed that in case if UDP diag module is not supported in kernel the netlink returns NLMSG_DONE without

[PATCH 199/241] net: fix divide by zero in tcp algorithm illinois

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jesper Dangaard Brouer commit 8f363b77ee4fbf7c3bbcf5ec2c5ca482d396d664 upstream. Reading TCP stats when using TCP Illinois congestion control algorithm can cause a divide by zero kernel

[PATCH 197/241] ipv6: Set default hoplimit as zero.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Li RongQing commit 14edd87dc67311556f1254a8f29cf4dd6cb5b7d1 upstream. Commit a02e4b7dae4551(Demark default hoplimit as zero) only changes the hoplimit checking condition and default value

[PATCH 190/241] drm/radeon: fix typo in evergreen_mc_resume()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 695ddeb457584a602f2ba117d08ce37cf6ec1589 upstream. Add missing index that may have led us to enabling more crtcs than necessary. May also fix:

[PATCH 191/241] Revert "serial: omap: fix software flow control"

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Felipe Balbi commit a4f743851f74fc3e0cc40c13082e65c24139f481 upstream. This reverts commit 957ee7270d632245b43f6feb0e70d9a5e9ea6cf6 (serial: omap: fix software flow control). As Russell

[PATCH 195/241] netlink: use kfree_rcu() in netlink_release()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 6d772ac5578f711d1ce7b03535d1c95bffb21dff upstream. On some suspend/resume operations involving wimax device, we have noticed some intermittent memory corruptions in

[PATCH 187/241] drm/nouveau: headless mode by default if pci class != vga display

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit e412e95a268fa8544858ebfe066826b290430d51 upstream. This is to prevent nouveau from taking over the console on headless boards such as Tesla. Signed-off-by: Ben Skeggs

[PATCH 189/241] batman-adv: Fix broadcast packet CRC calculation

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Linus=20L=C3=BCssing?= commit 7f112af40fecf5399b61e69ffc6b55a9d82789f7 upstream. So far the crc16 checksum for a batman-adv broadcast data packet, received on a batman-adv hard

[PATCH 181/241] ipv6: addrconf: fix /proc/net/if_inet6

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 9f0d3c2781baa1102108e16efbe640dd74564a7c upstream. Commit 1d5783030a1 (ipv6/addrconf: speedup /proc/net/if_inet6 filling) added bugs hiding some devices from if_inet6

[PATCH 182/241] drm/i915: Use cpu relocations if the object is in the GTT but not mappable

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 504c7267a1e84b157cbd7e9c1b805e1bc0c2c846 upstream. This prevents the case of unbinding the object in order to process the relocations through the GTT and then

[PATCH 176/241] net: Fix skb_under_panic oops in neigh_resolve_output

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "ramesh.naga...@gmail.com" commit e1f165032c8bade3a6bdf546f8faf61fda4dd01c upstream. The retry loop in neigh_resolve_output() and neigh_connected_output() call dev_hard_header() with out

[PATCH 169/241] sparc64: Like x86 we should check current->mm during perf backtrace generation.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit 08280e6c4c2e8049ac61d9e8e3536ec1df629c0d upstream. If the MM is not active, only report the top-level PC. Do not try to access the address space. Signed-off-by:

[PATCH 171/241] sparc64: do not clobber personality flags in sys_sparc64_personality()

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina commit a27032eee8cb6e16516f13c8a9752e9d5d4cc430 upstream. There are multiple errors in how sys_sparc64_personality() handles personality flags stored in top three bytes. -

[PATCH 165/241] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Sjoerd Simons commit 9756fe38d10b2bf90c81dc4d2f17d5632e135364 upstream. This box claims to have an LVDS interface but doesn't actually have one. Signed-off-by: Sjoerd Simons

[PATCH 167/241] SUNRPC: Set alloc_slot for backchannel tcp ops

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Bryan Schumaker commit 84e28a307e376f271505af65a7b7e212dd6f61f4 upstream. f39c1bfb5a03e2d255451bff05be0d7255298fa4 (SUNRPC: Fix a UDP transport regression) introduced the "alloc_slot"

[PATCH 160/241] HID: microsoft: do not use compound literal - fix build

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby commit 6b90466cfec2a2fe027187d675d8d14217c12d82 upstream. In patch "HID: microsoft: fix invalid rdesc for 3k kbd" I fixed support for MS 3k keyboards. However the added check

[PATCH 163/241] drm/i915: EBUSY status handling added to i915_gem_fault().

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Rogozhkin commit e79e0fe380847493266fba557217e2773c61bd1b upstream. Subsequent threads returning EBUSY from vm_insert_pfn() was not handled correctly. As a result concurrent access

[PATCH 148/241] can: bcm: initialize ifindex for timeouts without previous frame reception

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Oliver Hartkopp commit 81b401100c01d2357031e874689f89bd788d13cd upstream. Set in the rx_ifindex to pass the correct interface index in the case of a message timeout detection. Usually the

[PATCH 150/241] futex: avoid wake_futex() for a PI futex_q

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Darren Hart commit aa10990e028cac3d5e255711fb9fb47e00700e35 upstream. Dave Jones reported a bug with futex_lock_pi() that his trinity test exposed. Sometime between queue_me() and taking

[PATCH 155/241] workqueue: exit rescuer_thread() as TASK_RUNNING

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Galbraith commit 412d32e6c98527078779e5b515823b2810e40324 upstream. A rescue thread exiting TASK_INTERRUPTIBLE can lead to a task scheduling off, never to be seen again. In the case

[PATCH 142/241] iwlwifi: fix the basic CCK rates calculation

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 5edd0b946a0afeb1d0364a3654328b046fb818a2 upstream. Fix a copy paste error in iwl_calc_basic_rates which leads to a wrong calculation of CCK basic rates.

[PATCH 145/241] ARM: Kirkwood: Update PCI-E fixup

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jason Gunthorpe commit 1dc831bf53fddcc6443f74a39e72db5bcea4f15d upstream. - The code relies on rc_pci_fixup being called, which only happens when CONFIG_PCI_QUIRKS is enabled, so add

[PATCH 147/241] can: peak_usb: fix hwtstamp assignment

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Oliver Hartkopp commit c9faaa09e2a1335678f09c70a0d0eda095564bab upstream. The skb->tstamp is set to the hardware timestamp when available in the USB urb message. This leads to user

[PATCH 140/241] PM / QoS: fix wrong error-checking condition

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Guennadi Liakhovetski commit a7227a0faa117d0bc532aea546ae5ac5f89e8ed7 upstream. dev_pm_qos_add_request() can return 0, 1, or a negative error code, therefore the correct error test is "if

[PATCH 138/241] dm: fix deadlock with request based dm and queue request_fn recursion

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Jens Axboe commit a8c32a5c98943d370ea606a2e7dc04717eb92206 upstream. Request based dm attempts to re-run the request queue off the request completion path. If used with a driver that

[PATCH 136/241] md/raid10: decrement correct pending counter when writing to replacement.

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 884162df2aadd7414bef4935e1a54976fd4e3988 upstream. When a write to a replacement device completes, we carefully and correctly found the rdev that the write actually went

[PATCH 132/241] ALSA: hda - Add support for Realtek ALC292

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit af02dde8a609d8d071c4b31a82df811a55690a4a upstream. We found a new codec ID 292, and that just a simple quirk would enable sound output/input on this ALC292 chip.

[PATCH 131/241] ALSA: hda - Add new codec ALC283 ALC290 support

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit 7ff34ad80b7080fafaac8efa9ef0061708eddd51 upstream. These are compatible with standard ALC269 parser. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai

[PATCH 129/241] x86-32: Export kernel_stack_pointer() for modules

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: "H. Peter Anvin" commit cb57a2b4cff7edf2a4e32c0163200e9434807e0a upstream. Modules, in particular oprofile (and possibly other similar tools) need kernel_stack_pointer(), so export it

[PATCH 127/241] x86, efi: Fix processor-specific memcpy() build error

2012-12-13 Thread Herton Ronaldo Krzesinski
3.5.7.2 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming commit 0f905a43ce955b638139bd84486194770a6a2c08 upstream. Building for Athlon/Duron/K7 results in the following build error, arch/x86/boot/compressed/eboot.o: In function

<    1   2   3   4   5   6   7   8   9   10   >