Re: [PATCH 0/3] kernel ASLR

2013-04-11 Thread H. Peter Anvin
I am going to set up a tip:x86/kaslr branch, but this patchset really needs some work before committing it, in particular Ingo is right that it needs to be more finegrained. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord.

[ 070/171 ] udf: Fix bitmap overflow on large filesystems with small block size

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara [ Upstream commit 89b1f39eb4189de745fae554b0d614d87c8d5c63 ] For large UDF filesystems with 512-byte blocks the number of necessary bitmap blocks is larger than 2^16 so s_nr_groups

[ 071/171 ] USB: garmin_gps: fix memory leak on disconnect

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit 618aa1068df29c37a58045fe940f9106664153fd ] Remove bogus disconnect test introduced by 95bef012e ("USB: more serial drivers writing after disconnect") which pr

[ 069/171 ] ACPI: Rework acpi_get_child() to be more efficient

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" [ Upstream commit 33f767d767e9a684e9cd60704d4c049a2014c8d5 ] Observe that acpi_get_child() doesn't need to use the helper struct acpi_find_child structure and change it

[ 064/171 ] USB: xhci: correctly enable interrupts

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke [ Upstream commit 00eed9c814cb8f281be6f0f5d8f45025dc0a97eb ] xhci has its own interrupt enabling routine, which will try to use MSI-X/MSI if present. So the usb core shouldn

[ 057/171 ] usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Artamonow [ Upstream commit 29f86e66428ee083aec106cca1748dc63d98ce23 ] Device stucks on filesystem writes, unless following quirk is passed: echo 04e8:5136:m > /sys/module/usb_stor

[ 059/171 ] ext4: fix data=journal fast mount/umount hang

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit 2b405bfa84063bfa35621d2d6879f52693c614b0 ] In data=journal mode, if we unmount the file system before a transaction has a chance to complete, when the journa

[ 056/171 ] ext4: fix the wrong number of the allocated blocks in ext4_split_extent()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Zheng Liu [ Upstream commit 3a2256702e47f68f921dfad41b1764d05c572329 ] This commit fixes a wrong return value of the number of the allocated blocks in ext4_split_extent. When the length of

[ 062/171 ] x86-64: Fix the failure case in copy_user_handle_tail()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: CQ Tang [ Upstream commit 66db3feb486c01349f767b98ebb10b0c3d2d021b ] The increment of "to" in copy_user_handle_tail() will have incremented before a failure has been noted. This causes us

[ 063/171 ] USB: xhci - fix bit definitions for IMAN register

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Torokhov [ Upstream commit f8264340e694604863255cc0276491d17c402390 ] According to XHCI specification (5.5.2.1) the IP is bit 0 and IE is bit 1 of IMAN register. Previously their def

[ 061/171 ] clockevents: Dont allow dummy broadcast timers

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Mark Rutland [ Upstream commit a7dc19b8652c862d5b7c4d2339bd3c428bd29c4a ] Currently tick_check_broadcast_device doesn't reject clock_event_devices with CLOCK_EVT_FEAT_DUMMY, and may select

[ 066/171 ] USB: EHCI: fix regression in QH unlinking

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern [ Upstream commit d714aaf649460cbfd5e82e75520baa856b4fa0a0 ] This patch (as1670) fixes a regression caused by commit 6402c796d3b4205d3d7296157956c5100a05d7d6 (USB: EHCI: work aro

[ 067/171 ] usb: gadget: ffs: fix enable multiple instances

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Andrzej Pietrasiewicz [ Upstream commit 3416905ba058e43112ad7b1b4859797f027f5a07 ] This patch fixes an "off-by-one" bug found in 581791f (FunctionFS: enable multiple functions). During gfs

[PATCH v3] usb: exynos: do not include plat/usb-phy.h

2013-04-11 Thread Arnd Bergmann
The definitions have moved to include/linux/usb/samsung-usb-phy.h, and plat/usb-phy.h is unavailable from drivers in a multiplatform configuration. Also fix up the plat/usb-phy.h header file to use the definitions from the new header instead of providing a separate copy. Signed-off-by: Arnd Bergm

[ 065/171 ] USB: cdc-acm: fix device unregistration

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit cb25505fc604292c70fc02143fc102f54c8595f0 ] Unregister tty device in disconnect as is required by the USB stack. By deferring unregistration to when the last

[ 068/171 ] USB: serial: fix interface refcounting

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit d7971051e4df825e0bc11b995e87bfe86355b8e5 ] Make sure the interface is not released before our serial device. Note that drivers are still not allowed to acces

[ 087/171 ] rtlwifi: usb: add missing freeing of skbuff

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Jussi Kivilinna [ Upstream commit 36ef0b473fbf43d5db23eea4616cc1d18cec245f ] Signed-off-by: Jussi Kivilinna Acked-by: Larry Finger Cc: sta...@vger.kernel.org Signed-off-by: John W. Linvil

[ 125/171 ] USB: spcp8x5: fix use-after-free in TIOCMIWAIT

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit dbcea7615d8d7d58f6ff49d2c5568113f70effe9 ] Use the port wait queue and make sure to check the serial disconnected flag before accessing private port data afte

[ 127/171 ] USB: ch341: fix use-after-free in TIOCMIWAIT

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold [ Upstream commit fa1e11d5231c001c80a479160b5832933c5d35fb ] Use the port wait queue and make sure to check the serial disconnected flag before accessing private port data afte

[ 152/171 ] thermal: shorten too long mcast group name

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Masatake YAMATO [ Upstream commit 73214f5d9f33b79918b1f7babddd5c8af28dd23d ] The original name is too long. Signed-off-by: Masatake YAMATO Signed-off-by: David S. Miller Signed-off-by: S

[ 154/171 ] unix: fix a race condition in unix_release()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Paul Moore [ Upstream commit ded34e0fe8fe8c2d595bfa30626654e4b87621e0 ] As reported by Jan, and others over the past few years, there is a race condition caused by unix_release setting the

[ 171/171 ] bonding: get netdev_rx_handler_unregister out of locks

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Veaceslav Falico [ Upstream commit fcd99434fb5c137274d2e15dd2a6a7455f0f29ff ] Now that netdev_rx_handler_unregister contains synchronize_net(), we need to call it outside of bond->lock, cau

Re: [5/9] thermal: exynos: Make the zone handling dependent on trip count

2013-04-11 Thread Eduardo Valentin
On 26-03-2013 07:33, Amit Daniel Kachhap wrote: This code changes the zone handling to use the trip count passed by the TMU driver. This also helps in adding more zone support. Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/exynos_common.c | 56 +

Re: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree

2013-04-11 Thread Gregory CLEMENT
Hi Jason, On 04/11/2013 08:12 PM, Jason Cooper wrote: > On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote: >> From: Lior Amsalem >> >> In order to be able to use more than 4GB address-cells and size-cells >> have to be set to 2 >> >> Signed-off-by: Gregory CLEMENT >> Signed-off-by:

Re: [PATCH] kthread: Prevent unpark race which puts threads on the wrong cpu

2013-04-11 Thread Thomas Gleixner
Srivatsa, On Fri, 12 Apr 2013, Srivatsa S. Bhat wrote: > On 04/09/2013 08:08 PM, Thomas Gleixner wrote: > > Add a new task state (TASK_PARKED) which prevents other wakeups and > > use this state explicitely for the unpark wakeup. > > > > Again, I think this is unnecessary. We are good as long as

[ 006/171 ] netconsole: dont call __netpoll_cleanup() while atomic

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Veaceslav Falico [ Upstream commit 3f315bef23075ea8a98a6fe4221a83b83456d970 ] __netpoll_cleanup() is called in netconsole_netdev_event() while holding a spinlock. Release/acquire the spinlo

[ 003/171 ] net: qdisc busylock needs lockdep annotations

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 23d3b8bfb8eb20e7d96afa09991e6a5ed1c83164 ] It seems we need to provide ability for stacked devices to use specific lock_class_key for sch->busylock We could

[ 007/171 ] batman-adv: verify tt len does not exceed packet len

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Marek Lindner [ Upstream commit b47506d91259c29b9c75c404737eb6525556f9b4 ] batadv_iv_ogm_process() accesses the packet using the tt_num_changes attribute regardless of the real packet len (

[ 009/171 ] tg3: 5715 does not link up when autoneg off

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Nithin Sujir [ Upstream commit 7c6cdead7cc9a99650d15497aae47d7472217eb1 ] Commit d13ba512cbba7de5d55d7a3b2aae7d83c8921457 ("tg3: Remove SPEED_UNKNOWN checks") cleaned up the autoneg adverti

Re: [ 024/171 ] sfc: lock TX queues when calling netif_device_detach()

2013-04-11 Thread Ben Hutchings
On Thu, 2013-04-11 at 16:25 -0400, Steven Rostedt wrote: > 3.6.11.2 stable review patch. > If anyone has any objections, please let me know. > > -- > > From: Daniel Pieczko > > [ Upstream commit c2f3b8e3a44b6fe9e36704e30157ebe1a88c08b1 ] > > The assertion of netif_device_prese

[PATCH v2] spi: s3c64xx: move to generic dmaengine API

2013-04-11 Thread Arnd Bergmann
The spi-s3c64xx uses a Samsung proprietary interface for talking to the DMA engine, which does not work with multiplatform kernels. This version of the patch leaves the old code in place, behind an #ifdef. This can be removed in the future, after the s3c64xx platform start supporting the regular d

Re: [PATCH v3 3/3] mm: Change __remove_pages() to call release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
On Wed, 2013-04-10 at 15:13 -0700, David Rientjes wrote: > On Wed, 10 Apr 2013, Toshi Kani wrote: > > > Changed __remove_pages() to call release_mem_region_adjustable(). > > This allows a requested memory range to be released from > > the iomem_resource table even if it does not match exactly to >

Re: [PATCH v3 4/9] ARM: mvebu: Enable pj4b on LPAE compilations

2013-04-11 Thread Gregory CLEMENT
Hi Jason, On 04/11/2013 08:08 PM, Jason Cooper wrote: > On Tue, Apr 09, 2013 at 12:52:12AM +0200, Gregory CLEMENT wrote: >> From: Lior Amsalem >> >> pj4b cpus are LPAE capable so enable them on LPAE compilations >> >> Signed-off-by: Lior Amsalem >> Tested-by: Franklin >> Signed-off-by: Gregory

[ 008/171 ] bonding: dont call update_speed_duplex() under spinlocks

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Veaceslav Falico [ Upstream commit 876254ae2758d50dcb08c7bd00caf6a806571178 ] bond_update_speed_duplex() might sleep while calling underlying slave's routines. Move it out of atomic context

[ 016/171 ] bnx2x: add missing napi deletion in error path

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Michal Schmidt [ Upstream commit 722c6f585088a2c392b4c5d01b87a584bb8fb73f ] If the hardware initialization fails in bnx2x_nic_load() after adding napi objects, they would not be deleted. A

[ 014/171 ] skb: Propagate pfmemalloc on skb from head page only

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Pavel Emelyanov [ Upstream commit cca7af3889bfa343d33d5e657a38d876abd10e58 ] Hi. I'm trying to send big chunks of memory from application address space via TCP socket using vmsplice + spli

[ 013/171 ] tcp: fix skb_availroom()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 16fad69cfe4adbbfa813de516757b87bcae36d93 ] Chrome OS team reported a crash on a Pixel ChromeBook in TCP stack : https://code.google.com/p/chromium/issues/det

[ 002/171 ] ppp: Revert backport of "ppp: set qdisc_tx_busylock to avoid LOCKDEP splat"

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 387e6a2cc250f2a6a182a5db1cbf7e40500bc5eb "ppp: set qdisc_tx_busylock to avoid LOCKDEP splat" which was a backport of upstream commit 0b652fb68c02c1acd0307d3

[ 015/171 ] rtnetlink: Mask the rta_type when range checking

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich [ Upstream commit a5b8db91442fce9c9713fcd656c3698f1adde1d6 ] Range/validity checks on rta_type in rtnetlink_rcv_msg() do not account for flags that may be set. This causes th

[ 005/171 ] net/ipv4: Ensure that location of timestamp option is stored

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: David Ward [ Upstream commit 4660c7f498c07c43173142ea95145e9dac5a6d14 ] This is needed in order to detect if the timestamp option appears more than once in a packet, to remove the option if

[ 021/171 ] sfc: Properly sync RX DMA buffer when it is not the last in the page

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit 3a68f19d7afb80f548d016effbc6ed52643a8085 ] We may currently allocate two RX DMA buffers to a page, and only unmap the page when the second is completed. We

Re: [PATCH v2 3/7] staging: android: binder: fix binder interface for 64bit compat layer

2013-04-11 Thread Arve Hjønnevåg
On Thu, Apr 11, 2013 at 8:13 AM, Serban Constantinescu wrote: ... >>> > unsigned long read_buffer; > }; > > /* Use with BINDER_VERSION, driver fills in fields. */ > struct binder_version { > /* driver protocol version -- increment with incompatible change */ > - signed

[ 031/171 ] saner proc_get_inode() calling conventions

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Al Viro [ Upstream commit d3d009cb965eae7e002ea5badf603ea8f4c34915 ] Make it drop the pde in *all* cases when no new reference to it is put into an inode - both when an inode had already be

[ 012/171 ] ipv4: fix definition of FIB_TABLE_HASHSZ

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Denis V. Lunev" [ Upstream commit 5b9e12dbf92b441b37136ea71dac59f05f2673a9 ] a long time ago by the commit commit 93456b6d7753def8760b423ac6b986eb9d5a4a95 Author: Denis V. Lunev Da

Re: [PATCH 9/9] powerpc: cpufreq: move cpufreq driver to drivers/cpufreq

2013-04-11 Thread Rafael J. Wysocki
On Thursday, April 11, 2013 12:32:50 PM Viresh Kumar wrote: > On 11 April 2013 12:29, Olof Johansson wrote: > > That's not very nice this late in the staging cycle. Give the powerpc > > guys a little more time than a single day to come back with test results, > > please. > > Yes we are waiting in

[ 017/171 ] vhost/net: fix heads usage of ubuf_info

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" [ Upstream commit 46aa92d1ba162b4b3d6b7102440e459d4e4ee255 ] ubuf info allocator uses guest controlled head as an index, so a malicious guest could put the same head en

[ 000/171 ] 3.6.11.2-stable review

2013-04-11 Thread Steven Rostedt
This is the start of the stable review cycle for 3.6.11.2 release. There are 171 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sun Apr 14 2013. Anything received after that

[ 004/171 ] sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Tkhai Kirill [ Upstream commit cb29529ea0030e60ef1bbbf8399a43d397a51526 ] If a machine has X (X < 4) sunsu ports and cmdline option "console=ttySY" is passed, where X < Y <= 4, than the fol

[ 028/171 ] ALSA: hda - Fix typo in checking IEC958 emphasis bit

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai [ Upstream commit a686fd141e20244ad75f80ad54706da07d7bb90a ] There is a typo in convert_to_spdif_status() about checking the emphasis IEC958 status bit. It should check the gi

[ 022/171 ] sfc: Fix efx_rx_buf_offset() in the presence of swiotlb

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit b590ace09d51cd39744e0f7662c5e4a0d1b5d952 ] We assume that the mapping between DMA and virtual addresses is done on whole pages, so we can find the page offse

[ 029/171 ] ALSA: snd-usb: mixer: propagate errors up the call chain

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Daniel Mack [ Upstream commit 4d7b86c98e445b075c2c4c3757eb6d3d6efbe72e ] In check_input_term() and parse_audio_feature_unit(), propagate the error value that has been returned by a failing

[ 019/171 ] tcp: dont handle MTU reduction on LISTEN socket

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 0d4f0608619de59fd8169dd8e72aadc28d80e715 ] When an ICMP ICMP_FRAG_NEEDED (or ICMPV6_PKT_TOOBIG) message finds a LISTEN socket, and this socket is currently ow

[ 030/171 ] ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Daniel Mack [ Upstream commit 83ea5d18d74f032a760fecde78c0210f66f7f70c ] Creation of individual mixer controls may fail, but that shouldn't cause the entire mixer creation to fail. Even wor

[ 036/171 ] tracing: Fix free of probe entry by calling call_rcu_sched()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" [ Upstream commit 740466bc89ad8bd5afcc8de220f715f62b21e365 ] Because function tracing is very invasive, and can even trace calls to rcu_read_lock(), RCU access in

[ 033/171 ] Revert "drm/i915: try to train DP even harder"

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai [ Upstream commit 3b4f819d5eac94ba8fe5e8c061f6dabfe8d7b22c ] This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71. Not only that the commit introduces a bogus check (v

[ 023/171 ] sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit c73e787a8db9117d59b5180baf83203a42ecadca ] RX DMA buffers start at an offset of EFX_PAGE_IP_ALIGN bytes from the start of a cache line. This offset obviousl

[ 025/171 ] sfc: Detach net device when stopping queues for reconfiguration

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit 29c69a4882641285a854d6d03ca5adbba68c0034 ] We must only ever stop TX queues when they are full or the net device is not 'ready' so far as the net core, and s

[ 032/171 ] vfs,proc: guarantee unique inodes in /proc

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds [ Upstream commit 51f0885e5415b4cc6535e9cdcc5145bfbc134353 ] Dave Jones found another /proc issue with his Trinity tool: thanks to the namespace model, we can have multiple /

[ 039/171 ] rtlwifi: rtl8192cu: Fix schedule while atomic bug splat

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger [ Upstream commit 664899786cb49cb52f620e06ac19c0be524a7cfa ] When run at debug 3 or higher, rtl8192cu reports a BUG as follows: BUG: scheduling while atomic: kworker/u:0/5281/

[ 035/171 ] tracing: Fix race in snapshot swapping

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" [ Upstream commit 2721e72dd10f71a3ba90f59781becf02638aa0d9 ] Although the swap is wrapped with a spin_lock, the assignment of the temp buffer used to swap is not

[ 041/171 ] mwifiex: fix potential out-of-boundary access to ibss rate table

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Bing Zhao [ Upstream commit 5f0fabf84d7b52f979dcbafa3d3c530c60d9a92c ] smatch found this error: CHECK drivers/net/wireless/mwifiex/join.c drivers/net/wireless/mwifiex/join.c:1121 mwi

[ 034/171 ] drm/i915: restrict kernel address leak in debugfs

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook [ Upstream commit 2563a4524febe8f4a98e717e02436d1aaf672aa2 ] Masks kernel address info-leak in object dumps with the %pK suffix, so they cannot be used to target kernel memory cor

[ 043/171 ] KMS: fix EDID detailed timing vsync parsing

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Torsten Duwe [ Upstream commit 16dad1d743d31a104a849c8944e6b9eb479f6cd7 ] EDID spreads some values across multiple bytes; bit-fiddling is needed to retrieve these. The current code to pars

[ 047/171 ] target/iscsi: Fix mutual CHAP auth on big-endian arches

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Andy Grover [ Upstream commit 7ac9ad11b2a5cf77a92b58ee6b672ad2fa155eb1 ] See https://bugzilla.redhat.com/show_bug.cgi?id=916290 Used a temp var since we take its address in sg_init_one. S

[ 024/171 ] sfc: lock TX queues when calling netif_device_detach()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Daniel Pieczko [ Upstream commit c2f3b8e3a44b6fe9e36704e30157ebe1a88c08b1 ] The assertion of netif_device_present() at the top of efx_hard_start_xmit() may fail if we don't do this. Signed

[ 044/171 ] KMS: fix EDID detailed timing frame rate

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Torsten Duwe [ Upstream commit c19b3b0f6eed552952845e4ad908dba2113d67b4 ] When KMS has parsed an EDID "detailed timing", it leaves the frame rate zeroed. Consecutive (debug-) output of tha

[ 027/171 ] ALSA: hda/cirrus - Fix the digital beep registration

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai [ Upstream commit a86b1a2cd2f81f74e815e07f756edd7bc5b6f034 ] The argument passed to snd_hda_attach_beep_device() is a widget NID while spec->beep_amp holds the composed value f

[ 048/171 ] target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger [ Upstream commit f002a24388cc460c8a9be7d446a9871f7c9d52b6 ] This patch bumps the default FILEIO backend FD_MAX_SECTORS value from 1024 -> 2048 in order to allow block_si

[ 040/171 ] rtlwifi: rtl8192cu: Fix problem that prevents reassociation

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger [ Upstream commit 9437a248e7cac427c898bdb11bd1ac6844a1ead4 ] The driver was failing to clear the BSSID when a disconnect happened. That prevented a reconnection. This problem i

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Doug Anderson
Andrew, On Thu, Apr 11, 2013 at 1:24 PM, Andrew Bresticker wrote: > Platform LCD devices may need to do some device-specific > initialization before they can be used (regulator or GPIO setup, > for example), but currently the driver does not support any way of > doing this. This patch adds a pro

[ 038/171 ] tracing: Keep overwrite in sync between regular and snapshot buffers

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" [ Upstream commit 80902822658aab18330569587cdb69ac1dfdcea8 ] Changing the overwrite mode for the ring buffer via the trace option only sets the normal buffer. But

[ 018/171 ] bnx2x: fix occasional statistics off-by-4GB error

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= [ Upstream commit b009aac12cd0fe34293c68af8ac48b85be3bd858 ] The UPDATE_QSTAT function introduced on February 15, 2012 in commit 1355b704b9ba "bnx2x:

[ 054/171 ] cifs: ignore everything in SPNEGO blob after mechTypes

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton [ Upstream commit f853c616883a8de966873a1dab283f1369e275a1 ] We've had several reports of people attempting to mount Windows 8 shares and getting failures with a return code of

[ 049/171 ] dm verity: avoid deadlock

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka [ Upstream commit 3b6b7813b198b578aa7e04e4047ddb8225c37b7f ] A deadlock was found in the prefetch code in the dm verity map function. This patch fixes this by transferring

[ 037/171 ] tracing: Protect tracer flags with trace_types_lock

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" [ Upstream commit 69d34da2984c95b33ea21518227e1f9470f11d95 ] Seems that the tracer flags have never been protected from synchronous writes. Luckily, admins don't

[ 052/171 ] drm/radeon: add support for Richland APUs

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit e4d170633fde379f39a90f8a5e7eb619b5d1144d ] Richland APUs are a new version of the Trinity APUs with performance and power management improvements. Reviewed-b

[ 042/171 ] drm/i915: bounds check execbuffer relocation count

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook [ Upstream commit 3118a4f652c7b12c752f3222af0447008f9b2368 ] It is possible to wrap the counter used to allocate the buffer for relocation copies. This could lead to heap writing

[ 053/171 ] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit fa8d387dc3f62062a6b4afbbb2a3438094fd8584 ] Fixes a segfault on asics without a blit callback. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=62239 Revi

[ 046/171 ] mqueue: sys_mq_open: do not call mnt_drop_write() if read-only

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Davydov [ Upstream commit 38d78e587d4960d0db94add518d27ee74bad2301 ] mnt_drop_write() must be called only if mnt_want_write() succeeded, otherwise the mnt_writers counter will dive

[ 051/171 ] drm/radeon: add Richland pci ids

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher [ Upstream commit b75bbaa038ffc426e88ea3df6c4ae11834fc3e4f ] Reviewed-by: Jerome Glisse Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Steven Rostedt

[ 050/171 ] drm/mgag200: Bug fix: Modified pll algorithm for EH project

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Julia Lemire [ Upstream commit 260b3f1291a75a580d22ce8bfb1499c617272716 ] While testing the mgag200 kms driver on the HP ProLiant Gen8, a bug was seen. Once the bootloader would load the s

[ 060/171 ] IPoIB: Fix send lockup due to missed TX completion

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Mike Marciniszyn [ Upstream commit 1ee9e2aa7b31427303466776f455d43e5e3c9275 ] Commit f0dc117abdfa ("IPoIB: Fix TX queue lockup with mixed UD/CM traffic") attempts to solve an issue where un

[ 011/171 ] sctp: dont break the loop while meeting the active_path so as to find the matched transport

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Xufeng Zhang [ Upstream commit 2317f449af30073cfa6ec8352e4a65a89e357bdd ] sctp_assoc_lookup_tsn() function searchs which transport a certain TSN was sent on, if not found in the active_path

[ 010/171 ] sctp: Use correct sideffect command in duplicate cookie handling

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich [ Upstream commit f2815633504b442ca0b0605c16bf3d88a3a0fcea ] When SCTP is done processing a duplicate cookie chunk, it tries to delete a newly created association. For that,

[ 055/171 ] jbd2: fix use after free in jbd2_journal_dirty_metadata()

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara [ Upstream commit ad56edad089b56300fd13bb9eeb7d0424d978239 ] jbd2_journal_dirty_metadata() didn't get a reference to journal_head it was working with. This is OK in most of the cas

[ 045/171 ] mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Wanpeng Li [ Upstream commit d00285884c0892bb1310df96bce6056e9ce9b9d9 ] hugetlb_total_pages is used for overcommit calculations but the current implementation considers only the default hug

[ 058/171 ] ext4: use atomic64_t for the per-flexbg free_clusters count

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o [ Upstream commit 90ba983f6889e65a3b506b30dc606aa9d1d46cd2 ] A user who was using a 8TB+ file system and with a very large flexbg size (> 65536) could cause the atomic_t used

[ 020/171 ] inet: limit length of fragment queue hash table bucket lists

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 5a3da1fe9561828d0ca7eca664b16ec2b9bf0055 ] This patch introduces a constant limit of the fragment queue hash table bucket list lengths. Currently the

[ 026/171 ] sfc: Only use TX push if a single descriptor is to be written

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit fae8563b25f73dc584a07bcda7a82750ff4f7672 ] Using TX push when notifying the NIC of multiple new descriptors in the ring will very occasionally cause the TX D

Re: [PATCH v2] aio: convert the ioctx list to radix tree

2013-04-11 Thread Andrew Morton
On Wed, 3 Apr 2013 16:20:48 +0300 Octavian Purdila wrote: > This patchs converts the ioctx list to a radix tree. This looks rather nice, but unfortunately all the pending aio work in -mm/linux-next totally messes it up. Could you please redo and retest it over the pending work? Perhaps after

[ 001/171 ] IP_GRE: Revert "IP_GRE: Fix kernel panic in IP_GRE with GRE csum"

2013-04-11 Thread Steven Rostedt
3.6.11.2 stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" Commit 1bef9ca32aaed714a204a3eceb856a5000328c5b "IP_GRE: Fix kernel panic in IP_GRE with GRE csum." which was upstream commit d0a7cc630a337b0f56dc145e7eb6232852b14

Re: [PATCH 10/30] usb: exynos: do not include plat/usb-phy.h

2013-04-11 Thread Greg Kroah-Hartman
On Thu, Apr 11, 2013 at 02:04:52AM +0200, Arnd Bergmann wrote: > The definitions have moved to include/linux/usb/samsung-usb-phy.h, > and plat/usb-phy.h is unavailable from drivers in a multiplatform > configuration. > > Also fix up the plat/usb-phy.h header file to use the definitions > from the

[PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Andrew Bresticker
Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this. This patch adds a probe() callback to plat_lcd_data which platform LCD devices can set to indicat

Re: [PATCH] drivers: tty: serial: tegra: use devm_ioremap_resource()

2013-04-11 Thread Greg Kroah-Hartman
On Thu, Apr 11, 2013 at 10:58:57PM +0300, Silviu-Mihai Popescu wrote: > Convert use of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > error me

Re: [PATCH] net: ethernet: stmicro: stmmac: use devm_ioremap_resource()

2013-04-11 Thread David Miller
From: Silviu-Mihai Popescu Date: Thu, 11 Apr 2013 22:52:13 +0300 > Convert use of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > error messa

Re: [PATCH] x86, FPU: Fix FPU initialization

2013-04-11 Thread Borislav Petkov
On Thu, Apr 11, 2013 at 12:26:09PM -0700, H. Peter Anvin wrote: > What host is this? Judging by the DMI string in the oops: > [ 15.921486] Pid: 73, comm: hwclock Tainted: GW3.9.0-rc6+ > #222032 System manufacturer System Product Name/A8N-E it is an ASUS board with a K8 on it - pro

Re: [PATCH] net: mv643xx_eth: Add GRO support

2013-04-11 Thread David Miller
From: Sebastian Hesselbarth Date: Thu, 11 Apr 2013 14:40:23 +0200 > This patch adds GRO support to mv643xx_eth by making it invoke > napi_gro_receive instead of netif_receive_skb. > > Signed-off-by: Soeren Moch > Signed-off-by: Sebastian Hesselbarth Applied. -- To unsubscribe from this list:

Re: [net-next PATCH 0/2] vlan TSO support for virtio-net

2013-04-11 Thread David Miller
From: Jason Wang Date: Thu, 11 Apr 2013 17:32:20 +0800 > This series simply enable the vlan TSO support for virtio-net by just > initialize > vlan_features for virtio-net and tun which allows vlan TSO packets to be > processed in both TX and RX path for virtio-net. > > Netperf shows great impro

Re: Bulk CPU Hotplug (Was Re: [PATCH] Do not force shutdown/reboot to boot cpu.)

2013-04-11 Thread Srivatsa S. Bhat
On 04/12/2013 01:38 AM, Russ Anderson wrote: > On Thu, Apr 11, 2013 at 08:15:27PM +0530, Srivatsa S. Bhat wrote: >> On 04/11/2013 07:53 PM, Russ Anderson wrote: >>> On Thu, Apr 11, 2013 at 06:15:18PM +0530, Srivatsa S. Bhat wrote: One more thing we have to note is that, there are 4 notifi

Re: [PATCH documentation 1/2] nohz1: Add documentation.

2013-04-11 Thread Borislav Petkov
On Thu, Apr 11, 2013 at 12:13:55PM -0700, Paul E. McKenney wrote: > Thank you for the careful review and helpful comments! Sure, agreed with all your comments - I think we've so beaten the hell out of this, it's not even funny. ;-) Reviewed-by: Borislav Petkov -- Regards/Gruss, Boris. Sen

<    1   2   3   4   5   6   7   8   9   >