Re: [PATCH] ioat: fix tasklet tear down

2014-02-20 Thread Mike Galbraith
That was quick. Afflicted box is now a happy camper. (gee, systemd isn't _completely_ evil, it dug up a bug;) Tested-by: Mike Galbraith bitbuc...@online.de On Wed, 2014-02-19 at 23:13 -0800, Dan Williams wrote: Since commit 77873803363c net_dma: mark broken we no longer pin dma engines

Re: [PATCH] ioat: fix tasklet tear down

2014-02-20 Thread Stanislav Fomichev
Passes my testing, but would appreciate a tested-by. Tested-by: Stanislav Fomichev stfomic...@yandex-team.ru -- To unsubscribe from this list: send the line unsubscribe stable in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Satoru Takeuchi
Hi Greg, At Tue, 18 Feb 2014 14:47:01 -0800, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.4 release. There are 40 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

Re: [PATCH] ioat: fix tasklet tear down

2014-02-20 Thread Thomas Gleixner
B1;3202;0cOn Wed, 19 Feb 2014, Dan Williams wrote: Since commit 77873803363c net_dma: mark broken we no longer pin dma engines active for the network-receive-offload use case. As a result the -free_chan_resources() that occurs after the driver self-test no longer has a NET_DMA induced

Xen fixes for 3.10.y

2014-02-20 Thread David Vrabel
These two changes fix important bugs with 32-bit Xen PV guests. 0160676bba69523e8b0ac83f306cce7d342ed7c8 (xen/p2m: check MFN is in range before using the m2p table) 7cde9b27e7b3a2e09d647bb4f6d94e842698d2d5 (xen: Fix possible user space selector corruption) Please apply to 3.10.y. Thanks.

[PATCH v2 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Markus Pargmann
There are many places where ops-disable is called directly. Instead we should use _regulator_do_disable() which also handles gpio regulators. Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/regulator/core.c | 32 +---

[PATCH v2 1/2] regulator: core: Replace direct ops-enable usage

2014-02-20 Thread Markus Pargmann
There are some direct ops-enable in the regulator core driver. This is a potential issue as the function _regulator_do_enable() handles gpio regulators and the normal ops-enable calls. These gpio regulators are simply ignored when ops-enable is called directly. One possible bug is that boot-on

[PATCH] ocfs2: Fix quota file corruption

2014-02-20 Thread Jan Kara
Global quota files are accessed from different nodes. Thus we cannot cache offset of quota structure in the quota file after we drop our node reference count to it because after that moment quota structure may be freed and reallocated elsewhere by a different node resulting in corruption of quota

Re: [PATCH v2 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Markus Pargmann
On Thu, Feb 20, 2014 at 12:07:52PM +0100, Markus Pargmann wrote: There are many places where ops-disable is called directly. Instead we should use _regulator_do_disable() which also handles gpio regulators. Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Markus Pargmann m...@pengutronix.de

Re: [PATCH 3.12 037/107] spidev: fix hang when transfer_one_message fails

2014-02-20 Thread Geert Uytterhoeven
On Tue, Feb 11, 2014 at 8:05 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: 3.12-stable review patch. If anyone has any objections, please let me know. Sorry for not noticing this was queued up for stable before, but this patch was reverted in mainline: commit

Re: [PATCH v2 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Mark Brown
On Thu, Feb 20, 2014 at 12:07:52PM +0100, Markus Pargmann wrote: --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1908,8 +1908,6 @@ static int _regulator_do_disable(struct regulator_dev *rdev) trace_regulator_disable_complete(rdev_get_name(rdev)); -

Re: [PATCH v2 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Markus Pargmann
On Thu, Feb 20, 2014 at 09:51:30PM +0900, Mark Brown wrote: On Thu, Feb 20, 2014 at 12:07:52PM +0100, Markus Pargmann wrote: --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1908,8 +1908,6 @@ static int _regulator_do_disable(struct regulator_dev *rdev)

Re: [PATCH] HID: sony: Fix work queue issues.

2014-02-20 Thread Jiri Kosina
On Wed, 19 Feb 2014, Frank Praznik wrote: Don't initialize force-feedback for devices that don't support it to avoid calls to schedule_work() with an uninitialized work_struct. Move the cancel_work_sync() call out of sony_destroy_ff() since the state worker is used for the LEDs even

Re: [PATCH v2 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Mark Brown
On Thu, Feb 20, 2014 at 02:01:08PM +0100, Markus Pargmann wrote: I am using this function from _regulator_force_disable(), which calls _notifier_call_chain() with one additional flag REGULATOR_EVENT_FORCE_DISABLE. To prevent calling _notifier_call_chain() twice for the force_disable case, I

Re: [PATCH 3.10 00/26] 3.10.31-stable review

2014-02-20 Thread Shuah Khan
On 02/20/2014 12:30 AM, Xishi Qiu wrote: On 2014/2/20 8:29, Shuah Khan wrote: On 02/18/2014 03:46 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.31 release. There are 26 patches in this series, all will be posted as a response to this one. If anyone

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Shuah Khan
On 02/19/2014 07:34 PM, Mark Brown wrote: On Wed, Feb 19, 2014 at 06:20:13PM -0700, Shuah Khan wrote: Right. I think this message should be a warning instead of an error. Error is too alarming, unless there is a good reason for it to be an error. Patches welcome... ok I will send one soon

[PATCH V2] ocfs2: dlm: fix recovery hung

2014-02-20 Thread Junxiao Bi
There is a race window in dlm_do_recovery() between dlm_remaster_locks() and dlm_reset_recovery() when the recovery master nearly finish the recovery process for a dead node. After the master sends FINALIZE_RECO message in dlm_remaster_locks(), another node may become the recovery master for

[PATCH] drm/radeon: print the supported atpx function mask

2014-02-20 Thread Alex Deucher
Print the supported functions mask in addition to the version. This is useful in debugging PX problems since we can see what functions are available. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 3 ++- 1 file

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Mark Brown
On Thu, Feb 20, 2014 at 06:40:34AM -0700, Shuah Khan wrote: On 02/19/2014 07:34 PM, Mark Brown wrote: Patches welcome... ok I will send one soon then :) Thanks - if you forget I probably will get round to it but it's easier if you fix. signature.asc Description: Digital signature

[PATCH v3 1/2] regulator: core: Replace direct ops-enable usage

2014-02-20 Thread Markus Pargmann
There are some direct ops-enable in the regulator core driver. This is a potential issue as the function _regulator_do_enable() handles gpio regulators and the normal ops-enable calls. These gpio regulators are simply ignored when ops-enable is called directly. One possible bug is that boot-on

[PATCH v3 2/2] regulator: core: Replace direct ops-disable usage

2014-02-20 Thread Markus Pargmann
There are many places where ops-disable is called directly. Instead we should use _regulator_do_disable() which also handles gpio regulators. To be able to use the wrapper function from _regulator_force_disable(), I moved the _notifier_call_chain() call from _regulator_do_disable() to

Re: [PATCH] ioat: fix tasklet tear down

2014-02-20 Thread Dan Williams
On Thu, Feb 20, 2014 at 2:30 AM, Thomas Gleixner t...@linutronix.de wrote: B1;3202;0cOn Wed, 19 Feb 2014, Dan Williams wrote: Since commit 77873803363c net_dma: mark broken we no longer pin dma engines active for the network-receive-offload use case. As a result the -free_chan_resources()

Re: [PATCH 3.10 00/26] 3.10.31-stable review

2014-02-20 Thread Shuah Khan
On 02/20/2014 06:39 AM, Shuah Khan wrote: On 02/20/2014 12:30 AM, Xishi Qiu wrote: On 2014/2/20 8:29, Shuah Khan wrote: On 02/18/2014 03:46 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.31 release. There are 26 patches in this series, all will be

Re: [PATCH 3.10 00/26] 3.10.31-stable review

2014-02-20 Thread Greg Kroah-Hartman
On Thu, Feb 20, 2014 at 10:01:38AM -0700, Shuah Khan wrote: On 02/20/2014 06:39 AM, Shuah Khan wrote: On 02/20/2014 12:30 AM, Xishi Qiu wrote: On 2014/2/20 8:29, Shuah Khan wrote: On 02/18/2014 03:46 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2014 at 05:16:22PM -0700, Shuah Khan wrote: On 02/18/2014 03:47 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.4 release. There are 40 patches in this series, all will be posted as a response to this one. If anyone has any issues with

Re: [PATCH v2] intel_pstate: Take core C0 time into account for core busy calculation

2014-02-20 Thread Greg KH
On Thu, Feb 20, 2014 at 01:44:24AM +, Stefan Lippers-Hollmann wrote: Hi On Wednesday 19 February 2014, Greg KH wrote: On Wed, Feb 19, 2014 at 10:37:26PM +, Stefan Lippers-Hollmann wrote: Hi On Wednesday 19 February 2014, dirk.brande...@gmail.com wrote: From: Dirk

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Greg Kroah-Hartman
On Thu, Feb 20, 2014 at 07:26:35PM +0900, Satoru Takeuchi wrote: Hi Greg, At Tue, 18 Feb 2014 14:47:01 -0800, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.4 release. There are 40 patches in this series, all will be posted as a response to this

Re: [PATCH 3.13 00/40] 3.13.4-stable review

2014-02-20 Thread Greg Kroah-Hartman
On Tue, Feb 18, 2014 at 08:30:26PM -0800, Guenter Roeck wrote: On Tue, Feb 18, 2014 at 02:47:01PM -0800, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.4 release. There are 40 patches in this series, all will be posted as a response to this one. If

Re: [PATCH] intel_pstate: Take core C0 time into account for core busy calculation

2014-02-20 Thread Greg KH
On Wed, Feb 19, 2014 at 10:14:22AM +0100, Romain Francoise wrote: Hi, This commit was reported to cause performance regressions in http://article.gmane.org/gmane.linux.kernel/1642948 Is it really appropriate for -stable at this stage? Nope, now dropped. -- To unsubscribe from this list:

Linux 3.4.81

2014-02-20 Thread Greg KH
I'm announcing the release of the 3.4.81 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.12.12

2014-02-20 Thread Greg KH
diff --git a/Makefile b/Makefile index b9e092666bf9..563297e159b7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 12 -SUBLEVEL = 11 +SUBLEVEL = 12 EXTRAVERSION = NAME = One Giant Leap for Frogkind diff --git a/arch/arm64/include/asm/cacheflush.h

Re: Linux 3.13.4

2014-02-20 Thread Greg KH
diff --git a/Makefile b/Makefile index 704b508df625..2236ed8011bc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 13 -SUBLEVEL = 3 +SUBLEVEL = 4 EXTRAVERSION = NAME = One Giant Leap for Frogkind diff --git a/arch/arm/mach-imx/clk-imx6q.c

Re: Linux 3.10.31

2014-02-20 Thread Greg KH
diff --git a/Makefile b/Makefile index 18016a55dbd3..56b93edbbe4e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 30 +SUBLEVEL = 31 EXTRAVERSION = NAME = TOSSUG Baby Fish diff --git a/arch/arm64/include/asm/cacheflush.h

Linux 3.10.31

2014-02-20 Thread Greg KH
I'm announcing the release of the 3.10.31 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web

Re: Linux 3.4.81

2014-02-20 Thread Greg KH
diff --git a/Makefile b/Makefile index 7b6c9ec4922b..5e1e1d6e0736 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 80 +SUBLEVEL = 81 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c

Linux 3.12.12

2014-02-20 Thread Greg KH
I'm announcing the release of the 3.12.12 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.12.y and can be browsed at the normal kernel.org git web

Linux 3.13.4

2014-02-20 Thread Greg KH
I'm announcing the release of the 3.13.4 kernel. All users of the 3.13 kernel series must upgrade. The updated 3.13.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.13.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 7/7] pid: get pid_t ppid of task in init_pid_ns

2014-02-20 Thread Oleg Nesterov
On 01/23, Richard Guy Briggs wrote: Added the functions task_ppid_nr_ns() and task_ppid_nr() to abstract the lookup of the PPID (real_parent's pid_t) of a process, including rcu locking, in the arbitrary and init_pid_ns. This provides an alternative to sys_getppid(), which is relative to

WTF: patch [PATCH] xen: install xen/gntdev.h and xen/gntalloc.h was seriously submitted to be applied to the 3.13-stable tree?

2014-02-20 Thread gregkh
The patch below was submitted to be applied to the 3.13-stable tree. I fail to see how this patch meets the stable kernel rules as found at Documentation/stable_kernel_rules.txt. I could be totally wrong, and if so, please respond to stable@vger.kernel.org and let me know why this patch should

Patch xen: Fix possible user space selector corruption has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: Fix possible user space selector corruption to the 3.10-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: Xen fixes for 3.10.y

2014-02-20 Thread Greg Kroah-Hartman
On Thu, Feb 20, 2014 at 10:51:24AM +, David Vrabel wrote: These two changes fix important bugs with 32-bit Xen PV guests. 0160676bba69523e8b0ac83f306cce7d342ed7c8 (xen/p2m: check MFN is in range before using the m2p table) Now applied. 7cde9b27e7b3a2e09d647bb4f6d94e842698d2d5 (xen: Fix

Patch xen-blkfront: handle backend CLOSED without CLOSING has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen-blkfront: handle backend CLOSED without CLOSING to the 3.10-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 xen/p2m: check MFN is in range before using the m2p table has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/p2m: check MFN is in range before using the m2p table to the 3.10-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 xen: properly account for _PAGE_NUMA during xen pte translations has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: properly account for _PAGE_NUMA during xen pte translations to the 3.12-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 xen-blkfront: handle backend CLOSED without CLOSING has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen-blkfront: handle backend CLOSED without CLOSING to the 3.13-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 xen-blkfront: handle backend CLOSED without CLOSING has been added to the 3.4-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen-blkfront: handle backend CLOSED without CLOSING to the 3.4-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 xen: properly account for _PAGE_NUMA during xen pte translations has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: properly account for _PAGE_NUMA during xen pte translations to the 3.13-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 xen-blkfront: handle backend CLOSED without CLOSING has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled xen-blkfront: handle backend CLOSED without CLOSING to the 3.12-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 fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem has been added to the 3.4-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem to the 3.4-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 Add protocol specific operation for CIFS xattrs has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled Add protocol specific operation for CIFS xattrs to the 3.10-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 CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs to the 3.10-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 mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED to the 3.10-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

Patch mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED to the 3.12-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

Patch mm: fix page leak at nfs_symlink() has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix page leak at nfs_symlink() to the 3.12-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 fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem to the 3.10-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 retrieving CIFS ACLs when mounted with SMB2 fails dropping session has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled retrieving CIFS ACLs when mounted with SMB2 fails dropping session to the 3.12-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 Add protocol specific operation for CIFS xattrs has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled Add protocol specific operation for CIFS xattrs to the 3.12-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 fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem to the 3.12-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 CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs to the 3.12-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 retrieving CIFS ACLs when mounted with SMB2 fails dropping session has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled retrieving CIFS ACLs when mounted with SMB2 fails dropping session to the 3.10-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 fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem to the 3.13-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 mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED to the 3.13-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

Patch retrieving CIFS ACLs when mounted with SMB2 fails dropping session has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled retrieving CIFS ACLs when mounted with SMB2 fails dropping session to the 3.13-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 CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifs to the 3.13-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 Add protocol specific operation for CIFS xattrs has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled Add protocol specific operation for CIFS xattrs to the 3.13-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 ARM: pxa: fix various compilation problems has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: pxa: fix various compilation problems to the 3.13-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 mm: fix page leak at nfs_symlink() has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix page leak at nfs_symlink() to the 3.13-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:

FAILED: patch [PATCH] mac80211: avoid deadlock revealed by lockdep failed to apply to 3.13-stable tree

2014-02-20 Thread gregkh
The patch below does not apply to the 3.13-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

[PATCH] drm/radeon/cik: use POLL_REG_MEM special op for sDMA HDP flush

2014-02-20 Thread Tom Stellard
From: Alex Deucher alexander.deuc...@amd.com commit da9e07e6f53eaac4e838bc8c987d87c5769be724 upstream. This is the preferred flushing method on CIK. This fixes a regression introduced by d45fd24dd30a791ba0739a1d3c4fd29710d94b9f, that caused several OpenCL piglit tests to fail on my Bonaire

Patch mac80211: fix fragmentation code, particularly for encryption has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix fragmentation code, particularly for encryption to the 3.10-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

Patch mac80211: release the channel in error path in start_ap has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: release the channel in error path in start_ap to the 3.10-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 mac80211: move roc cookie assignment earlier has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: move roc cookie assignment earlier to the 3.10-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 mac80211: Fix IBSS disconnect has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: Fix IBSS disconnect to the 3.13-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 mac80211: release the channel in error path in start_ap has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: release the channel in error path in start_ap to the 3.13-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 mac80211: fix fragmentation code, particularly for encryption has been added to the 3.4-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix fragmentation code, particularly for encryption to the 3.4-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

Patch mac80211: move roc cookie assignment earlier has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: move roc cookie assignment earlier to the 3.13-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 mac80211: move roc cookie assignment earlier has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: move roc cookie assignment earlier to the 3.12-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 mac80211: fix fragmentation code, particularly for encryption has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix fragmentation code, particularly for encryption to the 3.13-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

Patch mac80211: fix fragmentation code, particularly for encryption has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix fragmentation code, particularly for encryption to the 3.12-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

Patch mac80211: release the channel in error path in start_ap has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: release the channel in error path in start_ap to the 3.12-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:

FAILED: patch [PATCH] ath9k_htc: Do not support PowerSave by default failed to apply to 3.10-stable tree

2014-02-20 Thread gregkh
The patch below does not apply to the 3.10-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] ath9k: Do not support PowerSave by default failed to apply to 3.10-stable tree

2014-02-20 Thread gregkh
The patch below does not apply to the 3.10-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

Patch ar5523: fix usb id for Gigaset. has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ar5523: fix usb id for Gigaset. to the 3.10-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 ar5523: fix usb id for Gigaset. has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ar5523: fix usb id for Gigaset. to the 3.12-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 nl80211: Reset split_start when netlink skb is exhausted has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled nl80211: Reset split_start when netlink skb is exhausted to the 3.12-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 s390: fix kernel crash due to linkage stack instructions has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390: fix kernel crash due to linkage stack instructions to the 3.12-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 s390/dump: Fix dump memory detection has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/dump: Fix dump memory detection to the 3.10-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 ath9k_htc: make -sta_rc_update atomic for most calls has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: make -sta_rc_update atomic for most calls to the 3.10-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 s390/dump: Fix dump memory detection has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/dump: Fix dump memory detection to the 3.12-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 nl80211: Reset split_start when netlink skb is exhausted has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled nl80211: Reset split_start when netlink skb is exhausted to the 3.10-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 ath9k_htc: Do not support PowerSave by default has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: Do not support PowerSave by default to the 3.12-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 ath9k_htc: Do not support PowerSave by default has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: Do not support PowerSave by default to the 3.13-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 s390: fix kernel crash due to linkage stack instructions has been added to the 3.10-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390: fix kernel crash due to linkage stack instructions to the 3.10-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 ar5523: fix usb id for Gigaset. has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ar5523: fix usb id for Gigaset. to the 3.13-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 nl80211: Reset split_start when netlink skb is exhausted has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled nl80211: Reset split_start when netlink skb is exhausted to the 3.13-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 ath9k: Do not support PowerSave by default has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: Do not support PowerSave by default to the 3.13-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 ath9k_htc: make -sta_rc_update atomic for most calls has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: make -sta_rc_update atomic for most calls to the 3.12-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 ath9k: Do not support PowerSave by default has been added to the 3.12-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: Do not support PowerSave by default to the 3.12-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 s390/dump: Fix dump memory detection has been added to the 3.4-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/dump: Fix dump memory detection to the 3.4-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 s390: fix kernel crash due to linkage stack instructions has been added to the 3.13-stable tree

2014-02-20 Thread gregkh
This is a note to let you know that I've just added the patch titled s390: fix kernel crash due to linkage stack instructions to the 3.13-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:

  1   2   3   4   5   6   >