Re: [PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Shuah Khan
On 11/06/2015 12:24 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 3.10.93 release.
> There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.93-rc1.gz
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shua...@osg.samsung.com | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Guenter Roeck

On 11/06/2015 11:24 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 3.10.93 release.
There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
Anything received after that time might be too late.



Build results:
total: 121 pass: 121 fail: 0
Qemu test results:
total: 71 pass: 71 fail: 0

Details are available at http://server.roeck-us.net:8010/builders.

Guenter


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.93 release.
There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.93-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.10.93-rc1

Greg Kroah-Hartman 
xen: fix backport of previous kexec patch

Doron Tsur 
IB/cm: Fix rb-tree duplicate free and use-after-free

Dāvis Mosāns 
mvsas: Fix NULL pointer dereference in mvs_slot_task_free

Jes Sorensen 
md/raid10: submit_bio_wait() returns 0 on success

Jes Sorensen 
md/raid1: submit_bio_wait() returns 0 on success

Herbert Xu 
crypto: api - Only abort operations on fatal signal

Peter Zijlstra 
module: Fix locking in symbol_put_addr()

Cathy Avery 
xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)

Mathias Nyman 
xhci: handle no ping response error properly

Mike Snitzer 
dm btree: fix leak of bufio-backed block in btree_split_beneath error path

Joe Thornber 
dm btree remove: fix a bug when rebalancing nodes after removal

Will Deacon 
Revert "ARM64: unwind: Fix PC calculation"

Ilya Dryomov 
rbd: prevent kernel stack blow up on rbd map

Ilya Dryomov 
rbd: don't leak parent_spec in rbd_dev_probe_parent()

Ronny Hegewald 
rbd: require stable pages if message data CRCs are enabled

Ilia Mirkin 
drm/nouveau/gem: return only valid domain when there's only one

Jan Kara 
mm: make sendfile(2) killable

Paolo Bonzini 
x86/setup: Extend low identity map to cover whole kernel range

Charles Keepax 
ASoC: wm8904: Correct number of EQ registers

Vasant Hegde 
powerpc/rtas: Validate rtas.entry before calling enter_rtas()

Joerg Roedel 
iommu/amd: Don't clear DTE flags when modifying it

Johannes Berg 
iwlwifi: mvm: fix D3 firmware PN programming

Johannes Berg 
iwlwifi: dvm: fix D3 firmware PN programming

Felix Fietkau 
ath9k: declare required extra tx headroom


-

Diffstat:

 Makefile |  4 +-
 arch/arm64/kernel/stacktrace.c   |  6 +--
 arch/powerpc/kernel/rtas.c   |  3 ++
 arch/x86/kernel/setup.c  |  8 
 arch/x86/xen/enlighten.c |  6 +--
 crypto/ablkcipher.c  |  2 +-
 crypto/algapi.c  |  2 +-
 crypto/api.c |  6 +--
 crypto/crypto_user.c |  2 +-
 drivers/block/rbd.c  | 67 
 drivers/block/xen-blkfront.c |  3 +-
 drivers/gpu/drm/nouveau/nouveau_gem.c|  5 ++-
 drivers/infiniband/core/cm.c | 10 -
 drivers/iommu/amd_iommu.c|  4 +-
 drivers/iommu/amd_iommu_types.h  |  1 +
 drivers/md/persistent-data/dm-btree-remove.c | 17 ---
 drivers/md/persistent-data/dm-btree.c|  2 +-
 drivers/md/raid1.c   |  2 +-
 drivers/md/raid10.c  |  2 +-
 drivers/net/wireless/ath/ath9k/init.c|  1 +
 drivers/net/wireless/iwlwifi/dvm/lib.c   |  2 +-
 drivers/net/wireless/iwlwifi/mvm/d3.c| 12 ++---
 drivers/scsi/mvsas/mv_sas.c  |  2 +
 drivers/usb/host/xhci-ring.c | 20 ++---
 include/sound/wm8904.h   |  2 +-
 kernel/module.c  |  8 +++-
 mm/filemap.c |  9 ++--
 27 files changed, 130 insertions(+), 78 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Guenter Roeck

On 11/06/2015 11:24 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 3.10.93 release.
There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
Anything received after that time might be too late.



Build results:
total: 121 pass: 121 fail: 0
Qemu test results:
total: 71 pass: 71 fail: 0

Details are available at http://server.roeck-us.net:8010/builders.

Guenter


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Shuah Khan
On 11/06/2015 12:24 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 3.10.93 release.
> There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
>   kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.93-rc1.gz
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shua...@osg.samsung.com | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3.10 00/24] 3.10.93-stable review

2015-11-06 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.93 release.
There are 24 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 Sun Nov  8 19:23:41 UTC 2015.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.93-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.10.93-rc1

Greg Kroah-Hartman 
xen: fix backport of previous kexec patch

Doron Tsur 
IB/cm: Fix rb-tree duplicate free and use-after-free

Dāvis Mosāns 
mvsas: Fix NULL pointer dereference in mvs_slot_task_free

Jes Sorensen 
md/raid10: submit_bio_wait() returns 0 on success

Jes Sorensen 
md/raid1: submit_bio_wait() returns 0 on success

Herbert Xu 
crypto: api - Only abort operations on fatal signal

Peter Zijlstra 
module: Fix locking in symbol_put_addr()

Cathy Avery 
xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)

Mathias Nyman 
xhci: handle no ping response error properly

Mike Snitzer 
dm btree: fix leak of bufio-backed block in btree_split_beneath error path

Joe Thornber 
dm btree remove: fix a bug when rebalancing nodes after removal

Will Deacon 
Revert "ARM64: unwind: Fix PC calculation"

Ilya Dryomov 
rbd: prevent kernel stack blow up on rbd map

Ilya Dryomov 
rbd: don't leak parent_spec in rbd_dev_probe_parent()

Ronny Hegewald 
rbd: require stable pages if message data CRCs are enabled

Ilia Mirkin 
drm/nouveau/gem: return only valid domain when there's only one

Jan Kara 
mm: make sendfile(2) killable

Paolo Bonzini 
x86/setup: Extend low identity map to cover whole kernel range

Charles Keepax 
ASoC: wm8904: Correct number of EQ registers

Vasant Hegde 
powerpc/rtas: Validate rtas.entry before calling enter_rtas()

Joerg Roedel 
iommu/amd: Don't clear DTE flags when modifying it

Johannes Berg 
iwlwifi: mvm: fix D3 firmware PN programming

Johannes Berg 
iwlwifi: dvm: fix D3 firmware PN programming

Felix Fietkau 
ath9k: declare required extra tx headroom


-

Diffstat:

 Makefile |  4 +-
 arch/arm64/kernel/stacktrace.c   |  6 +--
 arch/powerpc/kernel/rtas.c   |  3 ++
 arch/x86/kernel/setup.c  |  8 
 arch/x86/xen/enlighten.c |  6 +--
 crypto/ablkcipher.c  |  2 +-
 crypto/algapi.c  |  2 +-
 crypto/api.c |  6 +--
 crypto/crypto_user.c |  2 +-
 drivers/block/rbd.c  | 67 
 drivers/block/xen-blkfront.c |  3 +-
 drivers/gpu/drm/nouveau/nouveau_gem.c|  5 ++-
 drivers/infiniband/core/cm.c | 10 -
 drivers/iommu/amd_iommu.c|  4 +-
 drivers/iommu/amd_iommu_types.h  |  1 +
 drivers/md/persistent-data/dm-btree-remove.c | 17 ---
 drivers/md/persistent-data/dm-btree.c|  2 +-
 drivers/md/raid1.c   |  2 +-
 drivers/md/raid10.c  |  2 +-
 drivers/net/wireless/ath/ath9k/init.c|  1 +
 drivers/net/wireless/iwlwifi/dvm/lib.c   |  2 +-
 drivers/net/wireless/iwlwifi/mvm/d3.c| 12 ++---
 drivers/scsi/mvsas/mv_sas.c  |  2 +
 drivers/usb/host/xhci-ring.c | 20 ++---
 include/sound/wm8904.h   |  2 +-
 kernel/module.c  |  8 +++-
 mm/filemap.c |  9 ++--
 27 files changed, 130 insertions(+), 78 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/