[ 123/127] xen-netback: avoid allocating variable size array on stack

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu commit 59ccb4ebbc35e36a3c143f2d1355deb75c2e628f upstream. Tune xen_netbk_count_requests to not touch working array beyond limit, so that we can make working array size constant.

[ 125/127] iwlwifi: mvm: remove P2P_DEVICE support

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg Unfortunately, advertising P2P_DEVICE support was a little premature, a number of issues came up in testing and have been fixed for 3.10. Rather than try to backport all the

[ 124/127] xen-netfront: reduce gso_max_size to account for max TCP header

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu commit 9ecd1a75d977e2e8c48139c7d3efed183f898d94 upstream. The maximum packet including header that can be handled by netfront / netback wire format is 65535. Reduce gso_max_size

[ 118/127] target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 21363ca873334391992f2f424856aa864345bb61 upstream. This patch fixes a bug where FILEIO was incorrectly reporting the number of logical blocks (+ 1) when using non

Re: [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs

2013-06-05 Thread Nick Dyer
Dmitry Torokhov wrote: >> debugfs is a debug filesystem. This interface is useful for purposes which >> are not debug. > > What other purposes does it serve? I'd expect you need it during new > board bringup. Yes, during board bringup it's extremely useful. We have implemented numerous open and

[ 127/127] xen-netback: better names for thresholds

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu commit 376414945d15aa636e65f7e773c1e398b7a21cb9 upstream. This patch only changes some names to avoid confusion. In this patch we have: MAX_SKB_SLOTS_DEFAULT ->

[ 039/127] perf: net_dropmonitor: Fix trace parameter order

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5 upstream. This works much better if we don't treat protocol numbers as addresses. Signed-off-by: Ben Hutchings Signed-off-by:

[ 074/127] sata_rcar: clear STOP bit in bmdma_start() method

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit df7e131f6359f20ed8f0a37db039c4f6420a18c2 upstream. Iff bmdma_setup() has to stop a DMA transfer before starting a new one, then the STOP bit in the ATAPI_CONTROL1

[ 126/127] mac80211_hwsim: remove P2P_DEVICE support

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg Unfortunately, advertising P2P_DEVICE support was a little premature, a number of issues came up in testing and have been fixed for 3.10. Rather than try to backport all the

[ 015/127] mac80211: fix AP-mode frame matching

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 2b9ccd4e4308272e5aec614b77c5385e7ec2ec90 upstream. In AP mode, ignore frames with mis-matched BSSID that aren't multicast or sent to the correct destination. This fixes

[ 023/127] USB: ftdi_sio: Add support for Newport CONEX motor drivers

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: "Gomella, Andrew (NIH/NHLBI) [F]" commit 7138143972b7c293267c783fc99a194f0ceff7f2 upstream. Here are two more devices that use FTDI USB-to-serial chips with new product ID's. The devices are

[ 008/127] ARM: at91/trivial: fix model name for SAM9X25-EK

2013-06-05 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jean-Christophe PLAGNIOL-VILLARD commit 9349d00fc3ff2b110dc07d9f5d06abfeac300c19 upstream. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Nicolas Ferre Signed-off-by: Greg

Re: stop_machine lockup issue in 3.9.y.

2013-06-05 Thread Ben Greear
On 06/05/2013 02:11 PM, Tejun Heo wrote: (cc'ing wireless crowd, tglx and Ingo. The original thread is at http://thread.gmane.org/gmane.linux.kernel/1500158/focus=55005 ) Hello, Ben. On Wed, Jun 05, 2013 at 01:58:31PM -0700, Ben Greear wrote: Hmm, wonder if I found it. I previously saw

Re: [PATCH] edac: Add code to handle new MCE signatures for new models of Fam15h

2013-06-05 Thread Borislav Petkov
On Wed, Jun 05, 2013 at 03:50:03PM -0500, Aravind Gopalakrishnan wrote: > There are some newer error signatures in Family 15h models 30h-3fh. > Code has been added in the patch to support these new signatures. > > Patch has been tested on Fam15h using mce_amd_inj facility and > has been verified

Re: [PATCH v3, part1 07/10] PCI, unicore, m68k: remove redundant call of pci_bus_add_devices()

2013-06-05 Thread Bjorn Helgaas
[+cc m68k and unicore32 maintainers] On Sat, May 25, 2013 at 7:48 AM, Jiang Liu wrote: > pci_scan_bus() and pci_scan_root_bus() has called pci_bus_add_devices() > once, so remove the redundant call of pci_bus_add_devices(). > On the other handle, subsys_init() callbacks will be invoked before >

[PATCH] GFS2: minor readability improvement in gfs2_mount()

2013-06-05 Thread Alexey Khoroshilov
The patch makes usage pattern of IS_ERR-PTR_ERR more typical. Signed-off-by: Alexey Khoroshilov --- fs/gfs2/ops_fstype.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index 0262c19..0d30e8e 100644 --- a/fs/gfs2/ops_fstype.c

[PATCH] spi/sirf: fix error propagation in spi_sirfsoc_probe()

2013-06-05 Thread Alexey Khoroshilov
If pinctrl_get_select_default() fails, spi_sirfsoc_probe() returns IS_ERR(sspi->p) instead of PTR_ERR(sspi->p). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/spi/spi-sirf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

Re: [PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested

2013-06-05 Thread Sebastian Andrzej Siewior
-Suresh On Wed, Jun 05, 2013 at 03:09:34PM -0600, Bjorn Helgaas wrote: > > Alexander had an example device that advertised 16 vectors, but the > driver knew that it could only generate 6. That's a case where we > can't compute 'multiple' from 'nvec' (assuming the driver supplies > 'nvec == 6').

[PATCH] GFS2: fix error propagation in init_threads()

2013-06-05 Thread Alexey Khoroshilov
If kthread_run() fails, init_threads() returns IS_ERR(p) instead of PTR_ERR(p). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- fs/gfs2/ops_fstype.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()

2013-06-05 Thread Alexey Khoroshilov
If pinctrl_get_select_default() fails, sirfsoc_uart_probe() returns IS_ERR(result) instead of PTR_ERR(result). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/tty/serial/sirfsoc_uart.c | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [PATCH v2] ARM: exynos: add debug_ll_io_init() call in exynos_init_io()

2013-06-05 Thread Olof Johansson
On Wed, Jun 5, 2013 at 1:56 PM, Doug Anderson wrote: > If the early MMU mapping of the UART happens to get booted out of the > TLB between the start of paging_init() and when we finally re-add the > UART at the very end of s3c_init_cpu(), we'll get a hang at bootup if > we've got early_printk

[ 05/44] USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 49c6e370dd6400b84897c4100095089b5c13a061 upstream. A rebranded Novatel E371 for AT's LTE bands. Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman ---

[ 06/44] USB: ftdi_sio: Add support for Newport CONEX motor drivers

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Gomella, Andrew (NIH/NHLBI) [F]" commit 7138143972b7c293267c783fc99a194f0ceff7f2 upstream. Here are two more devices that use FTDI USB-to-serial chips with new product ID's. The devices are

[PATCH] USB: fix PTR_ERR translation in init_usb_class()

2013-06-05 Thread Alexey Khoroshilov
There is a misprint in init_usb_class(): IS_ERR is used to get error code instead of PTR_ERR. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/usb/core/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[ 03/44] staging: vt6656: use free_netdev instead of kfree

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Hema Prathaban commit 0a438d5b381e2bdfd5e02d653bf46fcc878356e3 upstream. use free_netdev() instead of kfree(pDevice->apdev) Signed-off-by: Hema Prathaban Signed-off-by: Greg Kroah-Hartman

[ 04/44] usb: option: Add Telewell TW-LTE 4G

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Teppo Kotilainen commit 73c042df6e1bc50544842a04b777b36bbe3630e6 upstream. Information from driver description files: diag: VID_19D2_0412_00 nmea: VID_19D2_0412_01 at:

[ 00/44] 3.4.48-stable review

2013-06-05 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.48 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Jun 7 21:10:11 UTC 2013. Anything

[ 08/44] TTY: Fix tty miss restart after we turn off flow-control

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Wang YanQing commit dab73b4eb9ef924a2b90dab84e539076d82b256f upstream. I meet emacs hang in start if I do the operation below: 1: echo 3 > /proc/sys/vm/drop_caches 2: emacs BigFile 3:

[ 14/44] fat: fix possible overflow for fat_clusters

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: OGAWA Hirofumi commit 7b92d03c3239f43e5b86c9cc9630f026d36ee995 upstream. Intermediate value of fat_clusters can be overflowed on 32bits arch. Reported-by: Krzysztof Strasburger

[ 07/44] USB: cxacru: potential underflow in cxacru_cm_get_array()

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 2a0ebf80aa95cc758d4725f74a7016e992606a39 upstream. The value of "offd" comes off the instance->rcv_buf[] and we used it as the offset into an array. The problem is that

[ 09/44] USB: Blacklisted Cinterions PLxx WWAN Interface

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Schemmel Hans-Christoph commit 8ff10bdb14a52e3f25d4ce09e0582a8684c1a6db upstream. /drivers/usb/serial/option.c: Blacklisted Cinterion's PLxx WWAN Interface (USB Interface 4), because it will

Re: getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-05 Thread Luke Kenneth Casson Leighton
[ please remove debian-release from future replies! my mistake - please don't propagate it, thanks ] On Wed, Jun 5, 2013 at 10:00 PM, Stephen Warren wrote: > On 06/05/2013 02:46 PM, jonsm...@gmail.com wrote: >> On Wed, Jun 5, 2013 at 3:46 PM, Luke Kenneth Casson Leighton >>

[ 10/44] USB: reset resume quirk needed by a hub

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit bac6b03275184c912ad0818c9a0a736847804dca upstream. Werner Fink has reported problems with this hub. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman ---

Re: [PATCH] virtio_balloon: leak_balloon(): only tell host if we got pages deflated

2013-06-05 Thread Rafael Aquini
On Wed, Jun 05, 2013 at 05:10:31PM -0400, Luiz Capitulino wrote: > The balloon_page_dequeue() function can return NULL. If it does for > the first page being freed, then leak_balloon() will create a > scatter list with len=0. Which in turn seems to generate an invalid > virtio request. > >

[ 02/44] ARM: plat-orion: Fix num_resources and id for ge10 and ge11

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Gregory CLEMENT commit 2b8b2797142c7951e635c6eec5d1705ee9bc45c5 upstream. When platform data were moved from arch/arm/mach-mv78xx0/common.c to arch/arm/plat-orion/common.c with the commit

[ 15/44] perf: net_dropmonitor: Fix trace parameter order

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5 upstream. This works much better if we don't treat protocol numbers as addresses. Signed-off-by: Ben Hutchings Signed-off-by:

[ 01/44] avr32: fix relocation check for signed 18-bit offset

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Hans-Christian Egtvedt commit e68c636d88db3fda74e664ecb1a213ae0d50a7d8 upstream. Caught by static code analysis by David. Reported-by: David Binderman Signed-off-by: Hans-Christian Egtvedt

[ 27/44] mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Aneesh Kumar K.V" commit 7c3425123ddfdc5f48e7913ff59d908789712b18 upstream. We should not use set_pmd_at to update pmd_t with pgtable_t pointer. set_pmd_at is used to set pmd with huge pte

[ 30/44] xfs: kill suid/sgid through the truncate path.

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner commit 2962f5a5dcc56f69cbf62121a7be67cc15d6940b upstream. XFS has failed to kill suid/sgid bits correctly when truncating files of non-zero size since commit c4ed4243 ("xfs: split

[ 29/44] NFSv4: Fix a thinko in nfs4_try_open_cached

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit f448badd34700ae728a32ba024249626d49c10e1 upstream. We need to pass the full open mode flags to nfs_may_open() when doing a delegated open. Signed-off-by: Trond

[ 28/44] iscsi-target: fix heap buffer overflow on error

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit cea4dcfdad926a27a18e188720efe0f2c9403456 upstream. If a key was larger than 64 bytes, as checked by iscsi_check_key(), the error response packet, generated by

[ 11/44] USB: xHCI: override bogus bulk wMaxPacketSize values

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit e4f47e3675e6f1f40906b785b934ce963e9f2eb3 upstream. This patch shortens the logic in xhci_endpoint_init() by moving common calculations involving max_packet and max_burst

[ 26/44] mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Cliff Wickman commit a9ff785e4437c83d2179161e012f5bdfbd6381f0 upstream. A panic can be caused by simply cat'ing /proc//smaps while an application has a VM_PFNMAP range. It happened in-house

[ 12/44] USB: UHCI: fix for suspend of virtual HP controller

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 997ff893603c6455da4c5e26ba1d0f81adfecdfc upstream. HP's virtual UHCI host controller takes a long time to suspend (several hundred microseconds), even when no devices are

[ 32/44] cifs: fix potential buffer overrun when composing a new options string

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 166faf21bd14bc5c5295a44874bf7f3930c30b20 upstream. Consider the case where we have a very short ip= string in the original mount options, and when we chase a referral we end

[ 17/44] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Joseph Qi commit b4ca2b4b577c3530e34dcfaafccb2cc680ce95d1 upstream. Last time we found there is lock/unlock bug in ocfs2_file_aio_write, and then we did a thorough search for all lock

[ 31/44] drm/radeon: fix card_posted check for newer asics

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 09fb8bd1a63b0f9f15e655c4fe8d047e5d2bf67a upstream. Newer asics have variable numbers of crtcs. Use that rather than the asic family to determine which crtcs to check.

[ 19/44] drivers/leds/leds-ot200.c: fix error caused by shifted mask

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Christian Gmeiner commit 4b949b8af12e24b8a48fa5bb775a13b558d9f4da upstream. During the development of this driver an in-house register documentation was used. The last week some integration

[ 13/44] cifs: only set ops for inodes in I_NEW state

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit c2b93e0699723700f886ce17bb65ffd771195a6d upstream. It's generally not safe to reset the inode ops once they've been set. In the case where the inode was originally thought

[ 21/44] klist: del waiter from klist_remove_waiters before wakeup waitting process

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "wang, biao" commit ac5a2962b02f57dea76d314ef2521a2170b28ab6 upstream. There is a race between klist_remove and klist_release. klist_remove uses a local var waiter saved on stack. When

[ 22/44] wait: fix false timeouts when using wait_event_timeout()

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Imre Deak commit 4c663cfc523a88d97a8309b04a089c27dc57fd7e upstream. Many callers of the wait_event_timeout() and wait_event_interruptible_timeout() expect that the return value will be

Re: getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-05 Thread Russell King - ARM Linux
On Wed, Jun 05, 2013 at 03:00:13PM -0600, Stephen Warren wrote: > 2) Having U-Boot itself read a DT and configure itself, just like the > kernel does. This is relatively new, and only supported by a few boards > (all Tegra to some extent, and a couple each Samsung Exynos and Xilinx > boards). I

[ 24/44] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Xiao Guangrong commit d34883d4e35c0a994e91dd847a82b4c9e0c31d83 upstream. Commit 751efd8610d3 ("mmu_notifier_unregister NULL Pointer deref and multiple ->release()") breaks the fix 3ad3d901bbcf

[ 37/44] xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Keir Fraser commit bee980d9e9642e96351fa3ca9077b853ecf62f57 upstream. This avoids any other hardirq handler seeing a very stale jiffies value immediately after wakeup from a long idle period.

[ 20/44] mm compaction: fix of improper cache flush in migration code

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Leonid Yegoshin commit c2cc499c5bcf9040a738f49e8051b42078205748 upstream. Page 'new' during MIGRATION can't be flushed with flush_cache_page(). Using flush_cache_page(vma, addr, pfn) is

[ 36/44] m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Finn Thain commit df66834a43c461de2565c45d815288ba1c0def37 upstream. The present code does not wait for the SCC to finish resetting itself before trying to initialise the device. The result is

[ 23/44] nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ryusuke Konishi commit 136e8770cd5d1fe38b3c613100dd6dc4db6d4fa6 upstream. nilfs2: fix issue of nilfs_set_page_dirty for page at EOF boundary DESCRIPTION: There are use-cases when NILFS2 file

[ 35/44] libata: make ata_exec_internal_sg honor DMADIR

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Vincent Pelletier commit e771451c0a831d96a7c14b0ca8a8ec671d98567b upstream. libata honors DMADIR for regular commands, but not for internal commands used (among other) during device

[ 34/44] ata_piix: add PCI IDs for Intel BayTail

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Chew, Chiau Ee" commit fca8c90d519dedd4f4b19901d005c243f7f0bf2e upstream. Adds IDE-mode SATA Device IDs for the Intel BayTrail platform. Signed-off-by: Chew, Chiau Ee Signed-off-by: Artem

[ 18/44] Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Martin Michlmayr commit 99e11334dcb846f9b76fb808196c7f47aa83abb3 upstream. Enable KW_PCIE1 on QNAP TS-11x/TS-21x devices as newer revisions (rev 1.3) have a USB 3.0 chip from Etron on PCIe

[PATCH v2 1/2] SELinux: reduce overhead of mls_level_isvalid() function call

2013-06-05 Thread Waiman Long
v1->v2: - Move the new ebitmap comparison logic from mls_level_isvalid() into the ebitmap_contains() helper function. - Rerun perf and performance tests on the latest v3.10-rc4 kernel. While running the high_systime workload of the AIM7 benchmark on a 2-socket 12-core Westmere x86-64 machine

[PATCH v2 2/2] SELinux: Increase ebitmap_node size for 64-bit configuration

2013-06-05 Thread Waiman Long
Currently, the ebitmap_node structure has a fixed size of 32 bytes. On a 32-bit system, the overhead is 8 bytes, leaving 24 bytes for being used as bitmaps. The overhead ratio is 1/4. On a 64-bit system, the overhead is 16 bytes. Therefore, only 16 bytes are left for bitmap purpose and the

Re: getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-05 Thread Luke Kenneth Casson Leighton
[i've just received word, please remove debian-release from discussions!] On Wed, Jun 5, 2013 at 9:46 PM, jonsm...@gmail.com wrote: > Why don't you try converting the sunxi code over to device tree? ok. perhaps i wasn't clear. whatever is proposed has to be be acceptable to allwinner, and

[ 38/44] jfs: fix a couple races

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp commit 73aaa22d5ffb2630456bac2f9a4ed9b81d0d7271 upstream. This patch fixes races uncovered by xfstests testcase 068. One race is the result of jfs_sync() trying to write a sync

[ 25/44] drivers/block/brd.c: fix brd_lookup_page() race

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Brian Behlendorf commit dfd20b2b174d3a9b258ea3b7a35ead33576587b1 upstream. The index on the page must be set before it is inserted in the radix tree. Otherwise there is a small race which can

[ 33/44] USB: io_ti: Fix NULL dereference in chase_port()

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Wolfgang Frisch commit 1ee0a224bc9aad1de496c795f96bc6ba2c394811 upstream. The tty is NULL when the port is hanging up. chase_port() needs to check for this. This patch is intended for stable

[ 41/44] iommu/amd: Workaround for ERBT1312

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Joerg Roedel commit d3263bc29706e42f74d8800807c2dedf320d77f1 upstream. Work around an IOMMU hardware bug where clearing the EVT_INT or PPR_INT bit in the status register may race with the

[ 44/44] thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Manoj Iyer commit a4f46bb9fa84642e356898ee44b670989622f8bb upstream. In the latest V-series bios DMI_PRODUCT_VERSION does not contain the string Lenovo or Thinkpad, but is set to the model

[ 16/44] perf: net_dropmonitor: Fix symbol-relative addresses

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 5a1e99dd2028e00998d42029be86835d8ef4a46e upstream. The comparison between traced and symbol addresses is backwards: if the traced address doesn't exactly match a symbol

[ 40/44] iommu/amd: Re-enable IOMMU event log interrupt after handling.

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Suravee Suthikulpanit commit 925fe08bce38d1ff052fe2209b9e2b8d5fbb7f98 upstream. Current driver does not clear the IOMMU event log interrupt bit in the IOMMU status register after processing an

[ 39/44] xen-netback: remove skb in xen_netbk_alloc_page

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu commit 27f852282ab9a028f57da96d05c26f38c424a315 upstream. This variable is never used. Signed-off-by: Wei Liu Acked-by: Ian Campbell Signed-off-by: David S. Miller Signed-off-by:

[ 43/44] mac80211: close AP_VLAN interfaces before unregistering all

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit c8aa22db0112f640ac6631347f850879c621840b upstream. Since Eric's commit efe117ab8 ("Speedup ieee80211_remove_interfaces") there's a bug in mac80211 when it unregisters with

[ 42/44] x86, um: Correct syscall table type attributes breaking gcc 4.8

2013-06-05 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Martin Pelikan commit 9271b0b4b2044c6db06051fe60bc58cdd4f17c7c upstream. The latest GCC 4.8 does some more checking on type attributes that break the build for ARCH=um -> fill them in.

[PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support

2013-06-05 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit NOTE: Please see individual patch for changes list. These patches implement the AMD IOMMU Performance Counter functionality via custom perf PMU and implement static counting for various IOMMU translations. 1) Extend the AMD IOMMU initialization to include

[PATCH 1/2 V5] perf/x86/amd: Adding IOMMU PC resource management

2013-06-05 Thread suravee.suthikulpanit
From: Steven L Kinney Add functionality to check the availability of the AMD IOMMU Performance Counters and export this functionality to other core drivers, such as in this case, a perf AMD IOMMU PMU. This feature is not bound to any specific AMD family/model other than the presence of the

[PATCH 2/2 V5] perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation

2013-06-05 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit Implement a perf PMU to handle IOMMU performance counters and events. The PMU only supports counting mode (e.g. perf stat). Since the counters are shared across all cores, the PMU is implemented as "system-wide" mode. To invoke the AMD IOMMU PMU, issue a perf tool

Re: stop_machine lockup issue in 3.9.y.

2013-06-05 Thread Tejun Heo
(cc'ing wireless crowd, tglx and Ingo. The original thread is at http://thread.gmane.org/gmane.linux.kernel/1500158/focus=55005 ) Hello, Ben. On Wed, Jun 05, 2013 at 01:58:31PM -0700, Ben Greear wrote: > Hmm, wonder if I found it. I previously saw times where it appears > jiffies does not

[PATCH] virtio_balloon: leak_balloon(): only tell host if we got pages deflated

2013-06-05 Thread Luiz Capitulino
The balloon_page_dequeue() function can return NULL. If it does for the first page being freed, then leak_balloon() will create a scatter list with len=0. Which in turn seems to generate an invalid virtio request. Signed-off-by: Luiz Capitulino --- PS: I didn't get this in practice. I found it

Re: [PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested

2013-06-05 Thread Bjorn Helgaas
On Wed, Jun 5, 2013 at 2:56 PM, Sebastian Andrzej Siewior wrote: > On Mon, May 13, 2013 at 11:05:48AM +0200, Alexander Gordeev wrote: >> Note, although the existing 'msi_desc::multiple' field might seem >> redundant, in fact in does not. In general case the number of MSIs a >> PCI device is

Re: [PATCH 3/3] mtd: cfi_cmdset_0002: increase do_write_buffer() timeout

2013-06-05 Thread Brian Norris
Adding a few others For reference, this thread started with this patch: http://lists.infradead.org/pipermail/linux-mtd/2013-June/047164.html On Wed, Jun 5, 2013 at 11:01 AM, Brian Norris wrote: > On Tue, Jun 4, 2013 at 12:03 AM, Huang Shijie wrote: >> 于 2013年06月04日 09:46, Brian Norris 写道: >>>

Re: [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs

2013-06-05 Thread Dmitry Torokhov
On Wed, Jun 05, 2013 at 09:31:39PM +0100, Nick Dyer wrote: > Dmitry Torokhov wrote: > >> We have made a deliberate choice to implement this via sysfs rather than > >> debugfs since it needs to work on devices that don't have debugfs enabled. > > > > Then they will have to enable it.

[ 00/33] 3.0.81-stable review

2013-06-05 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.81 release. There are 33 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Jun 7 20:43:03 UTC 2013. Anything

[ 02/33] ARM: plat-orion: Fix num_resources and id for ge10 and ge11

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Gregory CLEMENT commit 2b8b2797142c7951e635c6eec5d1705ee9bc45c5 upstream. When platform data were moved from arch/arm/mach-mv78xx0/common.c to arch/arm/plat-orion/common.c with the commit

[ 05/33] USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 49c6e370dd6400b84897c4100095089b5c13a061 upstream. A rebranded Novatel E371 for AT's LTE bands. Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman ---

[ 04/33] usb: option: Add Telewell TW-LTE 4G

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Teppo Kotilainen commit 73c042df6e1bc50544842a04b777b36bbe3630e6 upstream. Information from driver description files: diag: VID_19D2_0412_00 nmea: VID_19D2_0412_01 at:

[ 10/33] USB: reset resume quirk needed by a hub

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit bac6b03275184c912ad0818c9a0a736847804dca upstream. Werner Fink has reported problems with this hub. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman ---

[ 06/33] USB: ftdi_sio: Add support for Newport CONEX motor drivers

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "Gomella, Andrew (NIH/NHLBI) [F]" commit 7138143972b7c293267c783fc99a194f0ceff7f2 upstream. Here are two more devices that use FTDI USB-to-serial chips with new product ID's. The devices are

[ 01/33] avr32: fix relocation check for signed 18-bit offset

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Hans-Christian Egtvedt commit e68c636d88db3fda74e664ecb1a213ae0d50a7d8 upstream. Caught by static code analysis by David. Reported-by: David Binderman Signed-off-by: Hans-Christian Egtvedt

[ 08/33] TTY: Fix tty miss restart after we turn off flow-control

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Wang YanQing commit dab73b4eb9ef924a2b90dab84e539076d82b256f upstream. I meet emacs hang in start if I do the operation below: 1: echo 3 > /proc/sys/vm/drop_caches 2: emacs BigFile 3:

[ 03/33] staging: vt6656: use free_netdev instead of kfree

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Hema Prathaban commit 0a438d5b381e2bdfd5e02d653bf46fcc878356e3 upstream. use free_netdev() instead of kfree(pDevice->apdev) Signed-off-by: Hema Prathaban Signed-off-by: Greg Kroah-Hartman

[ 13/33] fat: fix possible overflow for fat_clusters

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: OGAWA Hirofumi commit 7b92d03c3239f43e5b86c9cc9630f026d36ee995 upstream. Intermediate value of fat_clusters can be overflowed on 32bits arch. Reported-by: Krzysztof Strasburger

[ 11/33] USB: UHCI: fix for suspend of virtual HP controller

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 997ff893603c6455da4c5e26ba1d0f81adfecdfc upstream. HP's virtual UHCI host controller takes a long time to suspend (several hundred microseconds), even when no devices are

[ 07/33] USB: cxacru: potential underflow in cxacru_cm_get_array()

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 2a0ebf80aa95cc758d4725f74a7016e992606a39 upstream. The value of "offd" comes off the instance->rcv_buf[] and we used it as the offset into an array. The problem is that

Re: getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-05 Thread Stephen Warren
On 06/05/2013 02:46 PM, jonsm...@gmail.com wrote: > On Wed, Jun 5, 2013 at 3:46 PM, Luke Kenneth Casson Leighton > mailto:l...@lkcl.net>> wrote: ... > the detect line, which is the write-protect line, to setting the DRAM > clock timings, saying which kernel driver must be loaded to support

[ 15/33] Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Martin Michlmayr commit 99e11334dcb846f9b76fb808196c7f47aa83abb3 upstream. Enable KW_PCIE1 on QNAP TS-11x/TS-21x devices as newer revisions (rev 1.3) have a USB 3.0 chip from Etron on PCIe

[ 14/33] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Joseph Qi commit b4ca2b4b577c3530e34dcfaafccb2cc680ce95d1 upstream. Last time we found there is lock/unlock bug in ocfs2_file_aio_write, and then we did a thorough search for all lock

Re: stop_machine lockup issue in 3.9.y.

2013-06-05 Thread Ben Greear
On 06/05/2013 12:31 PM, Ben Greear wrote: This is no longer really about the module unlink, so changing subject. On 06/05/2013 12:11 PM, Ben Greear wrote: On 06/05/2013 11:48 AM, Tejun Heo wrote: Hello, Ben. On Wed, Jun 05, 2013 at 09:59:00AM -0700, Ben Greear wrote: One pattern I notice

[ 09/33] USB: Blacklisted Cinterions PLxx WWAN Interface

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Schemmel Hans-Christoph commit 8ff10bdb14a52e3f25d4ce09e0582a8684c1a6db upstream. /drivers/usb/serial/option.c: Blacklisted Cinterion's PLxx WWAN Interface (USB Interface 4), because it will

[ 16/33] mm compaction: fix of improper cache flush in migration code

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Leonid Yegoshin commit c2cc499c5bcf9040a738f49e8051b42078205748 upstream. Page 'new' during MIGRATION can't be flushed with flush_cache_page(). Using flush_cache_page(vma, addr, pfn) is

[ 17/33] klist: del waiter from klist_remove_waiters before wakeup waitting process

2013-06-05 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "wang, biao" commit ac5a2962b02f57dea76d314ef2521a2170b28ab6 upstream. There is a race between klist_remove and klist_release. klist_remove uses a local var waiter saved on stack. When

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