[PATCH 3.14 03/36] EDAC, mc_sysfs: Fix freeing bus name

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Borislav Petkov commit 12e26969b32c79018165d52caff3762135614aa1 upstream. I get the splat below when modprobing/rmmoding EDAC drivers. It happens because bus->name is invalid after

Re: Unexpected tcpv6 connection resets since linux 4.4

2016-03-07 Thread Cong Wang
Cc'ing netdev On Sun, Mar 6, 2016 at 7:10 AM, Andreas Messer wrote: > Hi there, > > i have updated two of my machines in the last weeks to linux 4.4.1 and linux > 4.4.3. It seems that since then i get unexpected TCPv6 connection resets when > connecting to these machines remotely. The issue

[PATCH 3.10 04/24] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 3d44d51bd339766f0178f0cf2e8d048b4a4872aa upstream. This doesn't seem to fix a regression -- I don't think the CLAC was ever there. I double-checked in

[PATCH 3.10 08/24] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing around do_suspend_lowlevel as it has inconsistent

RE: [PATCH] drm/radeon: refactor CIK tiling table initialization

2016-03-07 Thread Deucher, Alexander
> -Original Message- > From: Josh Poimboeuf [mailto:jpoim...@redhat.com] > Sent: Monday, March 07, 2016 6:10 PM > To: Deucher, Alexander; Koenig, Christian > Cc: dri-de...@lists.freedesktop.org; linux-kernel@vger.kernel.org; kbuild > test robot; Ingo Molnar > Subject: [PATCH] drm/radeon:

[PATCH 3.10 08/24] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing around do_suspend_lowlevel as it has inconsistent call/return info after it jumps to the

RE: [PATCH] drm/radeon: refactor CIK tiling table initialization

2016-03-07 Thread Deucher, Alexander
> -Original Message- > From: Josh Poimboeuf [mailto:jpoim...@redhat.com] > Sent: Monday, March 07, 2016 6:10 PM > To: Deucher, Alexander; Koenig, Christian > Cc: dri-de...@lists.freedesktop.org; linux-kernel@vger.kernel.org; kbuild > test robot; Ingo Molnar > Subject: [PATCH] drm/radeon:

[PATCH 3.10 04/24] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 3d44d51bd339766f0178f0cf2e8d048b4a4872aa upstream. This doesn't seem to fix a regression -- I don't think the CLAC was ever there. I double-checked in a debugger:

[PATCH 3.14 08/36] drm/ast: Fix incorrect register check for DRAM width

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Timothy Pearson commit 2d02b8bdba322b527c5f5168ce1ca10c2d982a78 upstream. During DRAM initialization on certain ASpeed devices, an incorrect bit (bit 10)

[RFC PATCH] firmware: qemu_fw_cfg.c: hold ACPI global lock during device access

2016-03-07 Thread Gabriel Somlo
Allowing for the future possibility of implementing AML-based (i.e., firmware-triggered) access to the QEMU fw_cfg device, acquire the global ACPI lock when accessing the device on behalf of the guest-side sysfs driver, to prevent any potential race conditions. Suggested-by: Michael S. Tsirkin

[PATCH 3.14 05/36] CIFS: Fix SMB2+ interim response processing for read requests

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Pavel Shilovsky commit 6cc3b24235929b54acd5ecc987ef11a425bd209e upstream. For interim responses we only need to parse a header and update a number credits. Now it is

[PATCH 3.14 06/36] iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Suravee Suthikulpanit commit 38e45d02ea9f194b89d6bf41e52ccafc8e2c2b47 upstream. The setup code for the performance counters in the AMD IOMMU driver tests

[PATCH 3.14 08/36] drm/ast: Fix incorrect register check for DRAM width

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Timothy Pearson commit 2d02b8bdba322b527c5f5168ce1ca10c2d982a78 upstream. During DRAM initialization on certain ASpeed devices, an incorrect bit (bit 10) was checked in the "SDRAM Bus Width

[RFC PATCH] firmware: qemu_fw_cfg.c: hold ACPI global lock during device access

2016-03-07 Thread Gabriel Somlo
Allowing for the future possibility of implementing AML-based (i.e., firmware-triggered) access to the QEMU fw_cfg device, acquire the global ACPI lock when accessing the device on behalf of the guest-side sysfs driver, to prevent any potential race conditions. Suggested-by: Michael S. Tsirkin

[PATCH 3.14 05/36] CIFS: Fix SMB2+ interim response processing for read requests

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Pavel Shilovsky commit 6cc3b24235929b54acd5ecc987ef11a425bd209e upstream. For interim responses we only need to parse a header and update a number credits. Now it is done for all SMB2+

[PATCH 3.14 06/36] iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Suravee Suthikulpanit commit 38e45d02ea9f194b89d6bf41e52ccafc8e2c2b47 upstream. The setup code for the performance counters in the AMD IOMMU driver tests whether the counters can be written.

[PATCH 3.14 04/36] cifs: fix out-of-bounds access in lease parsing

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Justin Maggard commit deb7deff2f00bdbbcb3d560dad2a89ef37df837d upstream. When opening a file, SMB2_open() attempts to parse the lease state from the SMB2 CREATE

[PATCH 3.14 07/36] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 3d44d51bd339766f0178f0cf2e8d048b4a4872aa upstream. This doesn't seem to fix a regression -- I don't think the CLAC was ever there. I double-checked in

[PATCH 3.14 07/36] x86/entry/compat: Add missing CLAC to entry_INT80_32

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 3d44d51bd339766f0178f0cf2e8d048b4a4872aa upstream. This doesn't seem to fix a regression -- I don't think the CLAC was ever there. I double-checked in a debugger:

[PATCH 3.14 04/36] cifs: fix out-of-bounds access in lease parsing

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Justin Maggard commit deb7deff2f00bdbbcb3d560dad2a89ef37df837d upstream. When opening a file, SMB2_open() attempts to parse the lease state from the SMB2 CREATE Response. However, the

[PATCH 3.14 10/36] libata: Align ata_devices id on a cacheline

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Harvey Hunt commit 4ee34ea3a12396f35b26d90a094c75db95080baa upstream. The id buffer in ata_device is a DMA target, but it isn't explicitly cacheline aligned. Due to

[PATCH 3.14 24/36] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Vittorio Alfieri commit 3c4c615d70c8cbdc8ba8c79ed702640930652a79 upstream. The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of hub, flash

[PATCH 3.14 10/36] libata: Align ata_devices id on a cacheline

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Harvey Hunt commit 4ee34ea3a12396f35b26d90a094c75db95080baa upstream. The id buffer in ata_device is a DMA target, but it isn't explicitly cacheline aligned. Due to this, adjacent fields can

[PATCH 3.14 24/36] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Vittorio Alfieri commit 3c4c615d70c8cbdc8ba8c79ed702640930652a79 upstream. The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of hub, flash storage, and cp210x usb to

[PATCH 3.14 25/36] USB: serial: option: add support for Telit LE922 PID 0x1045

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 5deef5551c77e488922cc4bf4bc76df63be650d0 upstream. This patch adds support for 0x1045 PID of Telit LE922. Signed-off-by: Daniele Palmas

[PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings

2016-03-07 Thread kbuild test robot
drivers/mfd/act8945a.c:100:6-11: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Wenyou Yang Signed-off-by: Fengguang Wu

[PATCH 3.14 11/36] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing around do_suspend_lowlevel as it has inconsistent

[PATCH 3.14 23/36] usb: chipidea: otg: change workqueue ci_otg as freezable

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Chen commit d144dfea8af7108f613139623e63952ed7e69c0c upstream. If we use USB ID pin as wakeup source, and there is a USB block device on this USB OTG (ID) cable, the

[PATCH 3.14 18/36] ALSA: seq: oss: Dont drain at closing a client

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 197b958c1e76a575d77038cc98b4bebc2134279f upstream. The OSS sequencer client tries to drain the pending events at releasing. Unfortunately, as spotted by

[PATCH 3.14 15/36] ALSA: ctl: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6236d8bb2afcfe71b88ecea554e0dc638090a45f upstream. The X32 ABI takes the same alignment like x86-64, and this may result in the incompatible struct size

[PATCH 3.14 09/36] libata: fix HDIO_GET_32BIT ioctl

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 287e6611ab1eac76c2c5ebf6e345e04c80ca9c61 upstream. As reported by Soohoon Lee, the HDIO_GET_32BIT ioctl does not work correctly in compat mode with libata.

[PATCH 3.14 25/36] USB: serial: option: add support for Telit LE922 PID 0x1045

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 5deef5551c77e488922cc4bf4bc76df63be650d0 upstream. This patch adds support for 0x1045 PID of Telit LE922. Signed-off-by: Daniele Palmas Signed-off-by: Johan Hovold

[PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings

2016-03-07 Thread kbuild test robot
drivers/mfd/act8945a.c:100:6-11: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Wenyou Yang Signed-off-by: Fengguang Wu --- act8945a.c |1 - 1 file

[PATCH 3.14 11/36] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing around do_suspend_lowlevel as it has inconsistent call/return info after it jumps to the

[PATCH 3.14 23/36] usb: chipidea: otg: change workqueue ci_otg as freezable

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Chen commit d144dfea8af7108f613139623e63952ed7e69c0c upstream. If we use USB ID pin as wakeup source, and there is a USB block device on this USB OTG (ID) cable, the system will be

[PATCH 3.14 18/36] ALSA: seq: oss: Dont drain at closing a client

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 197b958c1e76a575d77038cc98b4bebc2134279f upstream. The OSS sequencer client tries to drain the pending events at releasing. Unfortunately, as spotted by syzkaller fuzzer,

[PATCH 3.14 15/36] ALSA: ctl: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6236d8bb2afcfe71b88ecea554e0dc638090a45f upstream. The X32 ABI takes the same alignment like x86-64, and this may result in the incompatible struct size from ia32.

[PATCH 3.14 09/36] libata: fix HDIO_GET_32BIT ioctl

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 287e6611ab1eac76c2c5ebf6e345e04c80ca9c61 upstream. As reported by Soohoon Lee, the HDIO_GET_32BIT ioctl does not work correctly in compat mode with libata. I have

[PATCH 3.14 16/36] ALSA: rawmidi: Fix ioctls X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 2251fbbc1539f05b0b206b37a602d5776be37252 upstream. Like the previous fixes for ctl and PCM, we need a fix for incompatible X32 ABI regarding the rawmidi:

Re: [PATCH 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-03-07 Thread kbuild test robot
Hi Wenyou, [auto build test WARNING on v4.4-rc8] [cannot apply to next-20160307] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Wenyou-Yang/mfd-act8945a-add-Active-semi-ACT8945A-PMIC-MFD

[PATCH 3.14 12/36] Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Betker commit 157078f64b8a9cd7011b6b900b2f2498df850748 upstream. This reverts commit 5ffd3412ae55 ("jffs2: Fix lock acquisition order bug in

Re: [PATCH 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-03-07 Thread kbuild test robot
Hi Wenyou, [auto build test WARNING on v4.4-rc8] [cannot apply to next-20160307] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Wenyou-Yang/mfd-act8945a-add-Active-semi-ACT8945A-PMIC-MFD

[PATCH 3.14 12/36] Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Betker commit 157078f64b8a9cd7011b6b900b2f2498df850748 upstream. This reverts commit 5ffd3412ae55 ("jffs2: Fix lock acquisition order bug in jffs2_write_begin"). The commit modified

[PATCH 3.14 16/36] ALSA: rawmidi: Fix ioctls X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 2251fbbc1539f05b0b206b37a602d5776be37252 upstream. Like the previous fixes for ctl and PCM, we need a fix for incompatible X32 ABI regarding the rawmidi: namely, struct

[PATCH 3.14 20/36] ALSA: hdsp: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit eab3c4db193f5fcccf70e884de9a922ca2c63d80 upstream. snd-hdsp driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl

Re: [Patch v4 6/6] ARM: dts: DRA7: Add dt nodes for PWMSS

2016-03-07 Thread Paul Walmsley
On Mon, 7 Mar 2016, Franklin S Cooper Jr wrote: > From: Vignesh R > > Add PWMSS device tree nodes for DRA7 SoC family and add documentation > for dt bindings. > > Signed-off-by: Vignesh R > [fcoo...@ti.com: Use updated bindings for PWMSS and ePWM] >

[PATCH 3.14 17/36] ALSA: timer: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit b24e7ad1fdc22177eb3e51584e1cfcb45d818488 upstream. X32 ABI takes the 64bit timespec, thus the timer user status ioctl becomes incompatible with IA32. This

[PATCH 3.14 30/36] target: Add TFO->abort_task for aborted task resources release

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 131e6abc674edb9f9a59090bb35bf6650569b7e7 upstream. Now that TASK_ABORTED status is not generated for all cases by TMR ABORT_TASK + LUN_RESET, a

[PATCH 3.14 19/36] ALSA: hdspm: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 537e48136295c5860a92138c5ea3959b9542868b upstream. snd-hdspm driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl

[PATCH 3.14 20/36] ALSA: hdsp: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit eab3c4db193f5fcccf70e884de9a922ca2c63d80 upstream. snd-hdsp driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl elements. This

Re: [Patch v4 6/6] ARM: dts: DRA7: Add dt nodes for PWMSS

2016-03-07 Thread Paul Walmsley
On Mon, 7 Mar 2016, Franklin S Cooper Jr wrote: > From: Vignesh R > > Add PWMSS device tree nodes for DRA7 SoC family and add documentation > for dt bindings. > > Signed-off-by: Vignesh R > [fcoo...@ti.com: Use updated bindings for PWMSS and ePWM] > Signed-off-by: Franklin S Cooper Jr > ---

[PATCH 3.14 17/36] ALSA: timer: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit b24e7ad1fdc22177eb3e51584e1cfcb45d818488 upstream. X32 ABI takes the 64bit timespec, thus the timer user status ioctl becomes incompatible with IA32. This results in

[PATCH 3.14 30/36] target: Add TFO->abort_task for aborted task resources release

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 131e6abc674edb9f9a59090bb35bf6650569b7e7 upstream. Now that TASK_ABORTED status is not generated for all cases by TMR ABORT_TASK + LUN_RESET, a new TFO->abort_task()

[PATCH 3.14 19/36] ALSA: hdspm: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 537e48136295c5860a92138c5ea3959b9542868b upstream. snd-hdspm driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl elements. This

Re: runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"

2016-03-07 Thread Paul Gortmaker
[Re: runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"] On 07/03/2016 (Mon 16:38) Toshi Kani wrote: > On Mon, 2016-03-07 at 16:08 -0500, Paul Gortmaker wrote: > > [dropping oe list and lkml since attaching dmesg files.] > > [...] > > > Yes, please send me full dmesg files.

Re: [PATCH v3 16/19] x86, kaslr: Randomize physical and virtual address of kernel separately

2016-03-07 Thread Kees Cook
On Fri, Mar 4, 2016 at 8:25 AM, Baoquan He wrote: > On x86_64, in old kaslr implementaion only physical address of kernel > loading is randomized. Then calculate the delta of physical address > where vmlinux was linked to load and where it is finally loaded. If > delta is not

Re: runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"

2016-03-07 Thread Paul Gortmaker
[Re: runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"] On 07/03/2016 (Mon 16:38) Toshi Kani wrote: > On Mon, 2016-03-07 at 16:08 -0500, Paul Gortmaker wrote: > > [dropping oe list and lkml since attaching dmesg files.] > > [...] > > > Yes, please send me full dmesg files.

Re: [PATCH v3 16/19] x86, kaslr: Randomize physical and virtual address of kernel separately

2016-03-07 Thread Kees Cook
On Fri, Mar 4, 2016 at 8:25 AM, Baoquan He wrote: > On x86_64, in old kaslr implementaion only physical address of kernel > loading is randomized. Then calculate the delta of physical address > where vmlinux was linked to load and where it is finally loaded. If > delta is not equal to 0, namely

[PATCH 3.14 22/36] ALSA: timer: Fix broken compat timer user status ioctl

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 3a72494ac2a3bd229db941d51e7efe2f6ccd947b upstream. The timer user status compat ioctl returned the bogus struct used for 64bit architectures instead of the

[PATCH 3.10 15/24] ALSA: seq: oss: Dont drain at closing a client

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 197b958c1e76a575d77038cc98b4bebc2134279f upstream. The OSS sequencer client tries to drain the pending events at releasing. Unfortunately, as spotted by

[PATCH 3.14 31/36] target: Fix LUN_RESET active TMR descriptor handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit a6d9bb1c9605cd4f44e2d8290dc4d0e88f20292d upstream. This patch fixes a NULL pointer se_cmd->cmd_kref < 0 refcount bug during TMR LUN_RESET with

[PATCH 3.14 34/36] target: Fix remote-port TMR ABORT + se_cmd fabric stop

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 0f4a943168f31d29a1701908931acaba518b131a upstream. To address the bug where fabric driver level shutdown of se_cmd occurs at the same time when

[PATCH 3.14 35/36] target: Fix race with SCF_SEND_DELAYED_TAS handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 310d3d314be7f0a84011ebdc4bdccbcae9755a87 upstream. This patch fixes a race between setting of SCF_SEND_DELAYED_TAS in

Re: [PATCH v2] sparc64: Add support for Application Data Integrity (ADI)

2016-03-07 Thread James Morris
On 03/08/2016 06:54 AM, Andy Lutomirski wrote: This makes sense, but I still think the design is poor. If the hacker gets code execution, then they can trivially brute force the ADI bits. ADI in this scenario is intended to prevent the attacker from gaining code execution in the first

[PATCH 3.14 22/36] ALSA: timer: Fix broken compat timer user status ioctl

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 3a72494ac2a3bd229db941d51e7efe2f6ccd947b upstream. The timer user status compat ioctl returned the bogus struct used for 64bit architectures instead of the 32bit one.

[PATCH 3.10 15/24] ALSA: seq: oss: Dont drain at closing a client

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 197b958c1e76a575d77038cc98b4bebc2134279f upstream. The OSS sequencer client tries to drain the pending events at releasing. Unfortunately, as spotted by syzkaller fuzzer,

[PATCH 3.14 31/36] target: Fix LUN_RESET active TMR descriptor handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit a6d9bb1c9605cd4f44e2d8290dc4d0e88f20292d upstream. This patch fixes a NULL pointer se_cmd->cmd_kref < 0 refcount bug during TMR LUN_RESET with active TMRs, triggered

[PATCH 3.14 34/36] target: Fix remote-port TMR ABORT + se_cmd fabric stop

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 0f4a943168f31d29a1701908931acaba518b131a upstream. To address the bug where fabric driver level shutdown of se_cmd occurs at the same time when TMR CMD_T_ABORTED is

[PATCH 3.14 35/36] target: Fix race with SCF_SEND_DELAYED_TAS handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 310d3d314be7f0a84011ebdc4bdccbcae9755a87 upstream. This patch fixes a race between setting of SCF_SEND_DELAYED_TAS in transport_send_task_abort(), and check of the

Re: [PATCH v2] sparc64: Add support for Application Data Integrity (ADI)

2016-03-07 Thread James Morris
On 03/08/2016 06:54 AM, Andy Lutomirski wrote: This makes sense, but I still think the design is poor. If the hacker gets code execution, then they can trivially brute force the ADI bits. ADI in this scenario is intended to prevent the attacker from gaining code execution in the first

[PATCH 3.14 27/36] MIPS: traps: Fix SIGFPE information leak from `do_ov and `do_trap_or_bp

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Maciej W. Rozycki commit e723e3f7f9591b79e8c56b3d7c5a204a9c571b55 upstream. Avoid sending a partially initialised `siginfo_t' structure along SIGFPE signals issued from

[PATCH 3.14 01/36] bio: return EINTR if copying to user space got interrupted

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke commit 2d99b55d378c996b9692a0c93dd25f4ed5d58934 upstream. Commit 35dc248383bbab0a7203fca4d722875bc81ef091 introduced a check for current->mm to see if we have a

[PATCH 3.14 28/36] ubi: Fix out of bounds write in volume update code

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit e4f6daac20332448529b11f09388f1d55ef2084c upstream. ubi_start_leb_change() allocates too few bytes. ubi_more_leb_change_data() will write up to

[PATCH 3.14 36/36] target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Mike Christie commit 8a9ebe717a133ba7bc90b06047f43cc6b8bcb8b3 upstream. In a couple places we are not converting to/from the Linux block layer 512 bytes sectors. 1. The

[PATCH 3.14 32/36] target: Fix LUN_RESET active I/O handling for ACK_KREF

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit febe562c20dfa8f33bee7d419c6b517986a5aa33 upstream. This patch fixes a NULL pointer se_cmd->cmd_kref < 0 refcount bug during TMR LUN_RESET with

[PATCH 3.14 27/36] MIPS: traps: Fix SIGFPE information leak from `do_ov and `do_trap_or_bp

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Maciej W. Rozycki commit e723e3f7f9591b79e8c56b3d7c5a204a9c571b55 upstream. Avoid sending a partially initialised `siginfo_t' structure along SIGFPE signals issued from `do_ov' and

[PATCH 3.14 01/36] bio: return EINTR if copying to user space got interrupted

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke commit 2d99b55d378c996b9692a0c93dd25f4ed5d58934 upstream. Commit 35dc248383bbab0a7203fca4d722875bc81ef091 introduced a check for current->mm to see if we have a user space

[PATCH 3.14 28/36] ubi: Fix out of bounds write in volume update code

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit e4f6daac20332448529b11f09388f1d55ef2084c upstream. ubi_start_leb_change() allocates too few bytes. ubi_more_leb_change_data() will write up to req->upd_bytes +

[PATCH 3.14 36/36] target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Mike Christie commit 8a9ebe717a133ba7bc90b06047f43cc6b8bcb8b3 upstream. In a couple places we are not converting to/from the Linux block layer 512 bytes sectors. 1. The request queue values

[PATCH 3.14 32/36] target: Fix LUN_RESET active I/O handling for ACK_KREF

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit febe562c20dfa8f33bee7d419c6b517986a5aa33 upstream. This patch fixes a NULL pointer se_cmd->cmd_kref < 0 refcount bug during TMR LUN_RESET with active se_cmd I/O,

[PATCH 3.14 29/36] target: Fix Task Aborted Status (TAS) handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Alex Leung commit 68259b5aac13a57cba797b9605ed9812158f0e72 upstream. This patch addresses three of long standing issues wrt to Task Aborted Status (TAS) handling. The

[PATCH 3.14 29/36] target: Fix Task Aborted Status (TAS) handling

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Alex Leung commit 68259b5aac13a57cba797b9605ed9812158f0e72 upstream. This patch addresses three of long standing issues wrt to Task Aborted Status (TAS) handling. The first is the incorrect

[PATCH 3.10 20/24] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Vittorio Alfieri commit 3c4c615d70c8cbdc8ba8c79ed702640930652a79 upstream. The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of hub, flash

[PATCH 3.14 26/36] USB: serial: option: add support for Quectel UC20

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Yegor Yefremov commit c0992d0f54847d0d1d85c60fcaa054f175ab1ccd upstream. Add support for Quectel UC20 and blacklist the QMI interface. Signed-off-by: Yegor

[PATCH 3.10 12/24] ALSA: ctl: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6236d8bb2afcfe71b88ecea554e0dc638090a45f upstream. The X32 ABI takes the same alignment like x86-64, and this may result in the incompatible struct size

[PATCH 3.10 14/24] ALSA: timer: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit b24e7ad1fdc22177eb3e51584e1cfcb45d818488 upstream. X32 ABI takes the 64bit timespec, thus the timer user status ioctl becomes incompatible with IA32. This

[PATCH 3.10 20/24] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Vittorio Alfieri commit 3c4c615d70c8cbdc8ba8c79ed702640930652a79 upstream. The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of hub, flash storage, and cp210x usb to

[PATCH 3.14 26/36] USB: serial: option: add support for Quectel UC20

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Yegor Yefremov commit c0992d0f54847d0d1d85c60fcaa054f175ab1ccd upstream. Add support for Quectel UC20 and blacklist the QMI interface. Signed-off-by: Yegor Yefremov [johan: amend commit

[PATCH 3.10 12/24] ALSA: ctl: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6236d8bb2afcfe71b88ecea554e0dc638090a45f upstream. The X32 ABI takes the same alignment like x86-64, and this may result in the incompatible struct size from ia32.

[PATCH 3.10 14/24] ALSA: timer: Fix ioctls for X32 ABI

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit b24e7ad1fdc22177eb3e51584e1cfcb45d818488 upstream. X32 ABI takes the 64bit timespec, thus the timer user status ioctl becomes incompatible with IA32. This results in

[PATCH 3.10 18/24] ALSA: hdspm: Fix zero-division

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit c1099c3294c2344110085a38c50e478a5992b368 upstream. HDSPM driver contains a code issuing zero-division potentially in system sample rate ctl code. This

[PATCH 3.10 17/24] ALSA: hdsp: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit eab3c4db193f5fcccf70e884de9a922ca2c63d80 upstream. snd-hdsp driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl

[PATCH 3.14 21/36] ALSA: hdspm: Fix zero-division

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit c1099c3294c2344110085a38c50e478a5992b368 upstream. HDSPM driver contains a code issuing zero-division potentially in system sample rate ctl code. This

[PATCH 3.14 02/36] locks: fix unlock when fcntl_setlk races with a close

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 7f3697e24dc3820b10f445a4a7d914fc356012d1 upstream. Dmitry reported that he was able to reproduce the WARN_ON_ONCE that fires in

[PATCH 3.10 22/24] USB: serial: option: add support for Quectel UC20

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Yegor Yefremov commit c0992d0f54847d0d1d85c60fcaa054f175ab1ccd upstream. Add support for Quectel UC20 and blacklist the QMI interface. Signed-off-by: Yegor

[PATCH 3.10 17/24] ALSA: hdsp: Fix wrong boolean ctl value accesses

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit eab3c4db193f5fcccf70e884de9a922ca2c63d80 upstream. snd-hdsp driver accesses enum item values (int) instead of boolean values (long) wrongly for some ctl elements. This

[PATCH 3.14 21/36] ALSA: hdspm: Fix zero-division

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit c1099c3294c2344110085a38c50e478a5992b368 upstream. HDSPM driver contains a code issuing zero-division potentially in system sample rate ctl code. This patch fixes it by

[PATCH 3.14 02/36] locks: fix unlock when fcntl_setlk races with a close

2016-03-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 7f3697e24dc3820b10f445a4a7d914fc356012d1 upstream. Dmitry reported that he was able to reproduce the WARN_ON_ONCE that fires in locks_free_lock_context when the flc_posix

[PATCH 3.10 18/24] ALSA: hdspm: Fix zero-division

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit c1099c3294c2344110085a38c50e478a5992b368 upstream. HDSPM driver contains a code issuing zero-division potentially in system sample rate ctl code. This patch fixes it by

[PATCH 3.10 22/24] USB: serial: option: add support for Quectel UC20

2016-03-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Yegor Yefremov commit c0992d0f54847d0d1d85c60fcaa054f175ab1ccd upstream. Add support for Quectel UC20 and blacklist the QMI interface. Signed-off-by: Yegor Yefremov [johan: amend commit

<    4   5   6   7   8   9   10   11   12   13   >