Re: [PATCH] xhci: Add BayTrail to list of Intel switchable hosts

2013-05-22 Thread Heikki Krogerus
On Tue, May 21, 2013 at 10:37:55AM -0400, Alan Stern wrote: On Tue, 21 May 2013, Heikki Krogerus wrote: diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 595d210..a5708d9 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -322,7

Re: [PATCH] xhci: Add BayTrail to list of Intel switchable hosts

2013-05-22 Thread Heikki Krogerus
On Tue, May 21, 2013 at 04:26:43PM +0400, Sergei Shtylyov wrote: Like the xHCI controller on Intel Panther Point and Lynx Point chipsets, the xHCI controller on Intel BayTrail has also ports that can be switched between the EHCI host controller. s/between/to/ OK. Thanks, -- heikki --

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-05-22 Thread Andrey Vagin
struct memcg_cache_params has a union. Different parts of this union are used for root and non-root caches. A part with destroying work is used only for non-root caches. [ 115.096202] BUG: unable to handle kernel paging request at 000fffe0 [ 115.096785] IP: [8116b641]

Re: [ 072/102] ipv6: do not clear pinet6 field

2013-05-22 Thread Roman Gushchin
On 22.05.2013 01:47, Eric Dumazet wrote: On Tue, 2013-05-21 at 15:44 +0400, Roman Gushchin wrote: Hi, all! I think, it's good, but not enough. We still can't rely on the sk-sk_family field by dereferencing the inet_sk(sk)-pinet6 field, because we can set the sk_family field to the PF_INET6

3.9.2: trinity triggered oops

2013-05-22 Thread CAI Qian
Reproduced on a few systems. CAI Qian created 375 sockets Generating file descriptors Added 45 filenames from /dev Added 19858 filenames from /proc Added 11816 filenames from /sys [1143] Random reseed: 1433907474 trinity(1143): Randomness reseeded to 0x5577b112 trinity: trinity(1143)

3.9.2: xfstests triggered panic

2013-05-22 Thread CAI Qian
Reproduced on almost all s390x guests by running xfstests. 14634.396658¨ XFS (dm-1): Mounting Filesystem 14634.525522¨ XFS (dm-1): Ending clean mount 14640.413007¨ 0017c6d4¨ idle_balance+0x1a0/0x340 14640.413010¨ 0063303e¨ __schedule+0xa22/0xaf0 14640.428279¨

Re: 3.9.2: trinity triggered oops

2013-05-22 Thread Li Zefan
On 2013/5/22 16:31, CAI Qian wrote: Reproduced on a few systems. CAI Qian created 375 sockets Generating file descriptors Added 45 filenames from /dev Added 19858 filenames from /proc Added 11816 filenames from /sys [1143] Random reseed: 1433907474 trinity(1143): Randomness

Re: [PATCH stable v3.7] media mantis: fix silly crash case

2013-05-22 Thread Luis Henriques
On Tue, May 21, 2013 at 03:07:03PM +0200, Bjørn Mork wrote: Hello, Please apply mainline commit e1d45ae to any maintained stable kernel prior to v3.7. I just hit this bug on a Debian 3.2.41-2+deb7u2 kernel: Thanks, I'll queue it for the 3.5 kernel. Cheers, -- Luis -- To unsubscribe from

[PATCH] x86/PCI: setup data may be in highmem

2013-05-22 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com pcibios_add_device() assumes that the physical addresses stored in setup_data are accessible via the direct kernel mapping, and that calling phys_to_virt() is valid. This isn't guaranteed to be true on x86 where the direct mapping range is much smaller

Re: 3.9.2: xfstests triggered panic

2013-05-22 Thread Dave Chinner
On Wed, May 22, 2013 at 04:39:58AM -0400, CAI Qian wrote: Reproduced on almost all s390x guests by running xfstests. 14634.396658¨ XFS (dm-1): Mounting Filesystem 14634.525522¨ XFS (dm-1): Ending clean mount 14640.413007¨ 0017c6d4¨ idle_balance+0x1a0/0x340 14640.413010¨

https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Hi, why is this patch still not backported to 3.4? I today tried 3.4.46 from kernel.org, but the patch STILL seems _NOT_ included? WHY IS THAT? == 3.4 Series == diff -uprN linux-3.4.28/drivers/net/bonding/bond_alb.c linux-3.4.28-patched/drivers/net/bonding/bond_alb.c ---

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 01:36:09PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, why is this patch still not backported to 3.4? I today tried 3.4.46 from kernel.org, but the patch STILL seems _NOT_ included? WHY IS THAT? formletter This is not the correct way to

Re: 3.9.2: trinity triggered oops

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 04:40:45PM +0800, Li Zefan wrote: On 2013/5/22 16:31, CAI Qian wrote: Reproduced on a few systems. CAI Qian created 375 sockets Generating file descriptors Added 45 filenames from /dev Added 19858 filenames from /proc Added 11816 filenames from /sys

[PATCH 1/2] drm/radeon: fix card_posted check for newer asics

2013-05-22 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Newer asics have variable numbers of crtcs. Use that rather than the asic family to determine which crtcs to check. This avoids checking non-existent crtcs or missing crtcs on certain asics. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc:

Re: [PATCH 3.9-stable] regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_sel

2013-05-22 Thread Mark Brown
On Wed, May 22, 2013 at 01:55:32PM +0900, Jonghwan Choi wrote: This patch looks like it should be in the 3.9-stable tree, should we apply it? It doesn't seem particularly urgent (it wasn't new code) and we've not seen any feedback from anyone who actually uses the device. signature.asc

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Hi, Am 22.05.2013 15:57, schrieb Greg KH: On Wed, May 22, 2013 at 01:36:09PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, why is this patch still not backported to 3.4? I today tried 3.4.46 from kernel.org, but the patch STILL seems _NOT_ included? WHY IS THAT?

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 06:16:11PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 15:57, schrieb Greg KH: On Wed, May 22, 2013 at 01:36:09PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, why is this patch still not backported to 3.4? I today

Patch virtio_console: fix uapi header has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled virtio_console: fix uapi header to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH 3.9-stable] ntb: off by one sanity checks

2013-05-22 Thread Greg KH
On Mon, May 20, 2013 at 09:51:29AM -0700, Jon Mason wrote: On Mon, May 20, 2013 at 09:38:50AM -0700, Greg KH wrote: On Sat, May 18, 2013 at 07:47:09AM -0700, Jon Mason wrote: On Sat, May 18, 2013 at 11:35:38AM +0900, Jonghwan Choi wrote: From: Dan Carpenter dan.carpen...@oracle.com

Patch NTB: Correctly handle receive buffers of the minimal size has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: Correctly handle receive buffers of the minimal size to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: Handle 64bit BAR sizes has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: Handle 64bit BAR sizes to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: fix pointer math issues has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: fix pointer math issues to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: memcpy lockup workaround has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: memcpy lockup workaround to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: Multiple NTB client fix has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: Multiple NTB client fix to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: Link toggle memory leak has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: Link toggle memory leak to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch ntb_netdev: remove from list on exit has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled ntb_netdev: remove from list on exit to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch ntb: off by one sanity checks has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled ntb: off by one sanity checks to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: reset tx_index on link toggle has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: reset tx_index on link toggle to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch NTB: variable dereferenced before check has been added to the 3.9-stable tree

2013-05-22 Thread gregkh
This is a note to let you know that I've just added the patch titled NTB: variable dereferenced before check to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Hi, Am 22.05.2013 18:23, schrieb Greg KH: On Wed, May 22, 2013 at 06:16:11PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 15:57, schrieb Greg KH: On Wed, May 22, 2013 at 01:36:09PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, why is this patch

Re: [PATCH 1/5] cgroup: fix a subtle bug in descendant pre-order walk

2013-05-22 Thread Michal Hocko
On Tue 21-05-13 10:50:21, Tejun Heo wrote: When cgroup_next_descendant_pre() initiates a walk, it checks whether the subtree root doesn't have any children and if not returns NULL. Later code assumes that the subtree isn't empty. This is broken because the subtree may become empty inbetween,

Re: [PATCH 3.9-stable] leds: leds-gpio: reserve gpio before using it.

2013-05-22 Thread Bryan Wu
On Tue, May 21, 2013 at 6:51 PM, Jonghwan Choi jhbird.c...@samsung.com wrote: This patch looks like it should be in the 3.9-stable tree, should we apply it? Good point, since you've already copied this email to stable mail list. I guess it should be OK for them review. Thanks, -Bryan

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 08:16:25PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, Am 22.05.2013 18:23, schrieb Greg KH: On Wed, May 22, 2013 at 06:16:11PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 15:57, schrieb Greg KH: On Wed, May 22,

[merged] lib-klistc-del-waiter-from-klist_remove_waiters-before-waking-waiting-process.patch removed from -mm tree

2013-05-22 Thread akpm
Subject: [merged] lib-klistc-del-waiter-from-klist_remove_waiters-before-waking-waiting-process.patch removed from -mm tree To: biao.w...@intel.com,mi...@elte.hu,pet...@infradead.org,stable@vger.kernel.org,yanmin_zh...@linux.intel.com,mm-comm...@vger.kernel.org From: a...@linux-foundation.org

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Hi Greg, Am 22.05.2013 21:06, schrieb Greg KH: On Wed, May 22, 2013 at 08:16:25PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, Am 22.05.2013 18:23, schrieb Greg KH: On Wed, May 22, 2013 at 06:16:11PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 09:35:11PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi Greg, Am 22.05.2013 21:06, schrieb Greg KH: On Wed, May 22, 2013 at 08:16:25PM +0200, Smart Weblications GmbH - Florian Wiessner wrote: Hi, Am 22.05.2013 18:23, schrieb Greg KH: On Wed,

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Hi Greg, Am 22.05.2013 22:04, schrieb Greg KH: https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-next/+/567b871e503316b0927e54a3d7c86d50b722d955%5E!/ Ok, that's what we need. Now, please cc: the developers / maintainers of that patch and ask them to have it

+ drivers-block-brdc-fix-brd_lookup_page-race.patch added to -mm tree

2013-05-22 Thread akpm
Subject: + drivers-block-brdc-fix-brd_lookup_page-race.patch added to -mm tree To: behlendo...@llnl.gov,ax...@kernel.dk,c...@f00f.org,stable@vger.kernel.org From: a...@linux-foundation.org Date: Wed, 22 May 2013 14:48:33 -0700 The patch titled Subject: drivers/block/brd.c: fix

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Jay Vosburgh
Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 22:04, schrieb Greg KH: https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-next/+/567b871e503316b0927e54a3d7c86d50b722d955%5E!/ Ok, that's what we need. Now, please cc: the developers / maintainers of

+ nilfs2-fix-issue-of-nilfs_set_page_dirty-for-page-at-eof-boundary.patch added to -mm tree

2013-05-22 Thread akpm
Subject: + nilfs2-fix-issue-of-nilfs_set_page_dirty-for-page-at-eof-boundary.patch added to -mm tree To: konishi.ryus...@lab.ntt.co.jp,anthony2...@interfaces.org.uk,sl...@dubeyko.com,stable@vger.kernel.org From: a...@linux-foundation.org Date: Wed, 22 May 2013 14:59:57 -0700 The patch titled

[ 01/21] arm64: debug: clear mdscr_el1 instead of taking the OS lock

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon will.dea...@arm.com commit 9c413e25d95fd3c0abe23eadad66191b22baa549 upstream. During boot, we take the debug OS lock before interrupts are enabled. This is required to prevent

[ 18/21] NTB: memcpy lockup workaround

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit c336acd3331dcc191a97dbc66a557d47741657c7 upstream. The system will appear to lockup for long periods of time due to the NTB driver spending too much time in

[ 15/21] NTB: Link toggle memory leak

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit b77b2637b39ecc380bb08992380d7d48452b0872 upstream. Each link-up will allocate a new NTB receive buffer when the NTB properties are negotiated with the

[ 21/21] x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Alexander van Heukelum heuke...@fastmail.fm commit 5522ddb3fc0dfd4a503c8278eafd88c9f2d3fada upstream. Commit 49cb25e9290 x86: 'get rid of pt_regs argument in vm86/vm86old' got rid of the

[ 20/21] NTB: Multiple NTB client fix

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit 8b19d450ad188d402a183ff4a4d40f31c3916fbf upstream. Fix issue with adding multiple ntb client devices to the ntb virtual bus. Previously, multiple devices

[ 17/21] NTB: Correctly handle receive buffers of the minimal size

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit c9d534c8cbaedbb522a1d2cb037c6c394f610317 upstream. The ring logic of the NTB receive buffer/transmit memory window requires there to be at least 2 payload

[ 19/21] ntb_netdev: remove from list on exit

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit 904435cf76a9bdd5eb41b1c4e049d5a64f3a8400 upstream. The ntb_netdev device is not removed from the global list of devices upon device removal. If the device

[ 16/21] NTB: reset tx_index on link toggle

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit 90f9e934647e652a69396e18c779215a493271cf upstream. If the NTB link toggles, the driver could stop receiving due to the tx_index not being set to 0 on the

[ 12/21] ntb: off by one sanity checks

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter dan.carpen...@oracle.com commit ad3e2751e7c546ae678be1f8d86e898506b42cef upstream. These tests are off by one. If mw is equal to NTB_NUM_MW then we would go beyond the end of the

[ 11/21] NTB: variable dereferenced before check

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit 186f27ff9f9ec5c110739ced88ce9f8fca053882 upstream. Correct instances of variable dereferencing before checking its value on the functions exported to the

[ 14/21] NTB: Handle 64bit BAR sizes

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Jon Mason jon.ma...@intel.com commit 113fc505b83b2d16e820ca74fa07f99a34877b1d upstream. 64bit BAR sizes are permissible with an NTB device. To support them various modifications and clean-ups

[ 06/21] i2c: designware: always clear interrupts before enabling them

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Mika Westerberg mika.westerb...@linux.intel.com commit 2a2d95e9d6d29e726cc294b65391917ed2e32bf4 upstream. If the I2C bus is put to a low power state by an ACPI method it might pull the SDA line

[ 10/21] virtio_console: fix uapi header

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Michael S. Tsirkin m...@redhat.com commit 6407d75afd08545f2252bb39806ffd3f10c7faac upstream. uapi should use __u32 not u32. Fix a macro in virtio_console.h which uses u32. Signed-off-by:

[ 03/21] btrfs: dont stop searching after encountering the wrong item

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Gabriel de Perthuis g2p.c...@gmail.com commit 03b71c6ca6286625d8f1ed44aabab9b5bf5dac10 upstream. The search ioctl skips items that are too large for a result buffer, but inline items of a

[ 07/21] x86: Fix bit corruption at CPU resume time

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 5e427ec2d066b48a5c27b3a5a3315f7e4e729077 upstream. In commit 78d77df71510 (x86-64, init: Do not set NX bits on non-NX capable hardware) we

[ 13/21] NTB: fix pointer math issues

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter dan.carpen...@oracle.com commit cc0f868d8adef7bdc12cda132654870086d766bc upstream. -remote_rx_info and -rx_info are struct ntb_rx_info pointers. If we add sizeof(struct

[ 09/21] drm/radeon: Fix VRAM size calculation for VRAM = 4GB

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Niels Ole Salscheider niels_...@salscheider-online.de commit fc986034540102cd090237bf3f70262e1ae80d9c upstream. Add ULL prefix to avoid overflow. Signed-off-by: Niels Ole Salscheider

[ 08/21] drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs bske...@redhat.com commit 46b47b8a7d9223b12ddcabf1f3fc6e753e2d84a1 upstream. Signed-off-by: Ben Skeggs bske...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 05/21] i2c: designware: fix RX FIFO overrun

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Josef Ahmad josef.ah...@linux.intel.com commit e6f34cea56f5b95498070eaa9f4aa3ba4a9e4f62 upstream. i2c_dw_xfer_msg() pushes a number of bytes to transmit/receive to/from the bus into the TX

[ 04/21] hwmon: fix error return code in abituguru_probe()

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun yongjun_...@trendmicro.com.cn commit ecacb0b17c08fae89f65468727f0e4b8e91da4e1 upstream. Fix to return a negative error code from the error handling case instead of 0, as done

[ 02/21] arm64: mm: Fix operands of clz in __flush_dcache_all

2013-05-22 Thread Greg Kroah-Hartman
3.9-stable review patch. If anyone has any objections, please let me know. -- From: Sukanto Ghosh sgh...@apm.com commit b4fed0796841b5293b9c9427a5391b7bb20ef2d9 upstream. The format of the lower 32-bits of the 64-bit operand to 'dc cisw' is unchanged from ARMv7 architecture

[ 00/21] 3.9.4-stable review

2013-05-22 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.9.4 release. There are 21 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 May 24 20:50:18 UTC 2013. Anything

[ 0/5] 3.4.47-stable review

2013-05-22 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.47 release. There are 5 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 May 24 22:10:47 UTC 2013. Anything

[ 2/5] hwmon: fix error return code in abituguru_probe()

2013-05-22 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun yongjun_...@trendmicro.com.cn commit ecacb0b17c08fae89f65468727f0e4b8e91da4e1 upstream. Fix to return a negative error code from the error handling case instead of 0, as done

[ 4/5] drm/radeon: Fix VRAM size calculation for VRAM = 4GB

2013-05-22 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Niels Ole Salscheider niels_...@salscheider-online.de commit fc986034540102cd090237bf3f70262e1ae80d9c upstream. Add ULL prefix to avoid overflow. Signed-off-by: Niels Ole Salscheider

[ 5/5] media: mantis: fix silly crash case

2013-05-22 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox a...@linux.intel.com commit e1d45ae10aea8e8a403e5d96bf5902ee670007ff upstream. If we set mantis-fe to NULL on an error its not a good idea to then try passing NULL to the unregister

[ 1/5] btrfs: dont stop searching after encountering the wrong item

2013-05-22 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Gabriel de Perthuis g2p.c...@gmail.com commit 03b71c6ca6286625d8f1ed44aabab9b5bf5dac10 upstream. The search ioctl skips items that are too large for a result buffer, but inline items of a

[ 3/5] i2c: designware: always clear interrupts before enabling them

2013-05-22 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Mika Westerberg mika.westerb...@linux.intel.com commit 2a2d95e9d6d29e726cc294b65391917ed2e32bf4 upstream. If the I2C bus is put to a low power state by an ACPI method it might pull the SDA line

[ 0/3] 3.0.80-stable review

2013-05-22 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.80 release. There are 3 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 May 24 22:11:00 UTC 2013. Anything

[ 3/3] media: mantis: fix silly crash case

2013-05-22 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox a...@linux.intel.com commit e1d45ae10aea8e8a403e5d96bf5902ee670007ff upstream. If we set mantis-fe to NULL on an error its not a good idea to then try passing NULL to the unregister

[ 2/3] hwmon: fix error return code in abituguru_probe()

2013-05-22 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun yongjun_...@trendmicro.com.cn commit ecacb0b17c08fae89f65468727f0e4b8e91da4e1 upstream. Fix to return a negative error code from the error handling case instead of 0, as done

[ 1/3] btrfs: dont stop searching after encountering the wrong item

2013-05-22 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Gabriel de Perthuis g2p.c...@gmail.com commit 03b71c6ca6286625d8f1ed44aabab9b5bf5dac10 upstream. The search ioctl skips items that are too large for a result buffer, but inline items of a

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Smart Weblications GmbH - Florian Wiessner
Am 22.05.2013 23:54, schrieb Jay Vosburgh: Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 22:04, schrieb Greg KH: https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-next/+/567b871e503316b0927e54a3d7c86d50b722d955%5E!/ Ok, that's what we need. Now,

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 02:54:57PM -0700, Jay Vosburgh wrote: Smart Weblications GmbH - Florian Wiessner wrote: Am 22.05.2013 22:04, schrieb Greg KH: https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-next/+/567b871e503316b0927e54a3d7c86d50b722d955%5E!/ Ok,

Re: https://lkml.org/lkml/2013/2/1/531

2013-05-22 Thread Matthew O'Connor
This is the backported patch I submitted previously. Hopefully this time around it won't be too messed up, I'm using Thunderbird instead of the web interface. I have applied it successfully and without warnings against 3.4.46. It builds, but is otherwise untested beyond what I did when I

[RESEND PATCH v2] usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed

2013-05-22 Thread UCHINO Satoshi
Without this memory barrier, the file-storage thread may fail to escape from the following while loop, because it may observe new common-thread_wakeup_needed and old bh-state which are updated by the callback functions. /* Wait for the CBW to arrive */ while (bh-state !=

Re: 3.9.2: xfstests triggered panic

2013-05-22 Thread CAI Qian
- Original Message - From: Dave Chinner da...@fromorbit.com To: CAI Qian caiq...@redhat.com Cc: LKML linux-ker...@vger.kernel.org, stable@vger.kernel.org, x...@oss.sgi.com Sent: Wednesday, May 22, 2013 5:53:00 PM Subject: Re: 3.9.2: xfstests triggered panic On Wed, May 22, 2013

3.9.3: Oops running xfstests

2013-05-22 Thread CAI Qian
Fedora-19 based distro and LVM partitions. [ 301.385639] XFS (dm-2): Mounting Filesystem [ 301.434479] XFS (dm-2): Ending clean mount [ 301.972477] XFS (dm-0): Mounting Filesystem [ 302.264395] XFS (dm-0): Ending clean mount [ 302.819270] BUG: unable to handle kernel paging request at

Re: 3.9.2: trinity triggered oops

2013-05-22 Thread CAI Qian
- Original Message - From: Greg KH gre...@linuxfoundation.org To: CAI Qian caiq...@redhat.com Cc: Li Zefan lize...@huawei.com, LKML linux-ker...@vger.kernel.org, Dave Jones da...@redhat.com, stable@vger.kernel.org Sent: Wednesday, May 22, 2013 11:30:24 PM Subject: Re: 3.9.2:

Re: 3.9.2: xfstests triggered panic

2013-05-22 Thread Dave Chinner
On Wed, May 22, 2013 at 11:16:56PM -0400, CAI Qian wrote: - Original Message - From: Dave Chinner da...@fromorbit.com To: CAI Qian caiq...@redhat.com Cc: LKML linux-ker...@vger.kernel.org, stable@vger.kernel.org, x...@oss.sgi.com Sent: Wednesday, May 22, 2013 5:53:00 PM

Re: 3.9.3: Oops running xfstests

2013-05-22 Thread Dave Chinner
On Wed, May 22, 2013 at 11:21:17PM -0400, CAI Qian wrote: Fedora-19 based distro and LVM partitions. Cai: As I've asked previously please include all the relevant information about your test system and the workload it is running when the problem occurs. Stack traces aren't any good to us in

Re: 3.9.2: xfstests triggered panic

2013-05-22 Thread CAI Qian
- Original Message - From: Dave Chinner da...@fromorbit.com To: CAI Qian caiq...@redhat.com Cc: LKML linux-ker...@vger.kernel.org, stable@vger.kernel.org, x...@oss.sgi.com Sent: Thursday, May 23, 2013 11:46:11 AM Subject: Re: 3.9.2: xfstests triggered panic On Wed, May 22, 2013

3.9.2/3.9.3: stack overrun on s390x and ppc64 (WAS Re: 3.9.2: xfstests triggered panic)

2013-05-22 Thread CAI Qian
Original report: http://oss.sgi.com/archives/xfs/2013-05/msg00683.html Also seen on Power7: http://marc.info/?l=linux-kernelm=136927904900692w=2 CAI Qian - Original Message - From: Dave Chinner da...@fromorbit.com To: CAI Qian caiq...@redhat.com Cc: LKML linux-ker...@vger.kernel.org,