This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.131-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.4.131-rc1
Vasanthakumar Thiagarajan vthiagar@qti.qualcomm.com ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap mode
Romain Izard romain.izard.pro@gmail.com serial: mctrl_gpio: Add missing module license
Uwe Kleine-König u.kleine-koenig@pengutronix.de serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init
Yazen Ghannam yazen.ghannam@amd.com x86/smpboot: Don't use mwait_play_dead() on AMD systems
Arnd Bergmann arnd@arndb.de x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
Ilya Dryomov idryomov@gmail.com libceph: validate con->state at the top of try_write()
Nicolin Chen nicoleotsuka@gmail.com ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
Geert Uytterhoeven geert+renesas@glider.be ARM: amba: Don't read past the end of sysfs "driver_override" buffer
Geert Uytterhoeven geert+renesas@glider.be ARM: amba: Fix race condition with driver_override
Geert Uytterhoeven geert+renesas@glider.be ARM: amba: Make driver_override output consistent with other buses
Mahesh Rajashekhara mahesh.rajashekhara@microsemi.com scsi: sd: Defer spinning up drive while SANITIZE is in progress
Dmitry Vyukov dvyukov@google.com kobject: don't use WARN for registration failures
Joakim Tjernlund joakim.tjernlund@infinera.com mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
Joakim Tjernlund joakim.tjernlund@transmode.se mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
Joakim Tjernlund joakim.tjernlund@transmode.se mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
Kailang Yang kailang@realtek.com ALSA: hda/realtek - Add some fixes for ALC233
Takashi Iwai tiwai@suse.de ALSA: hda: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: seq: oss: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
David Henningsson diwic@ubuntu.com ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
Takashi Iwai tiwai@suse.de ALSA: control: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: rme9652: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: hdspm: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: asihpi: Hardening for potential Spectre v1
Takashi Iwai tiwai@suse.de ALSA: opl3: Hardening for potential Spectre v1
Tetsuo Handa penguin-kernel@I-love.SAKURA.ne.jp tty: Use __GFP_NOFAIL for tty_ldisc_get()
Tony Lindgren tony@atomide.com tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
Tony Lindgren tony@atomide.com tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
Tetsuo Handa penguin-kernel@I-love.SAKURA.ne.jp tty: Don't call panic() at tty_ldisc_init()
Gerd Hoffmann kraxel@redhat.com drm/virtio: fix vq wait_event condition
Michael S. Tsirkin mst@redhat.com virtio_console: free buffers after reset
Michael S. Tsirkin mst@redhat.com virtio: add ability to iterate over vqs
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
Ravi Chandra Sadineni ravisadineni@chromium.org USB: Increment wakeup count on remote wakeup.
Kamil Lulko kamilx.lulko@intel.com usb: core: Add quirk for HP v222w 16GB Mini
Kyle Roeschley kyle.roeschley@ni.com USB: serial: cp210x: add ID for NI USB serial console
Vasyl Vavrychuk vvavrychuk@gmail.com USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
Collin May collin@collinswebsite.com USB: serial: simple: add libtransistor console
Shuah Khan shuahkh@osg.samsung.com usbip: vhci_hcd: Fix usb device and sockfd leaks
Shuah Khan shuahkh@osg.samsung.com usbip: usbip_host: fix to hold parent lock for device_attach() calls
Lukas Czerner lczerner@redhat.com ext4: fix bitmap position validation
Theodore Ts'o tytso@mit.edu ext4: add validity checks for bitmap block numbers
Theodore Ts'o tytso@mit.edu ext4: set h_journal if there is a failure starting a reserved handle
Eric Biggers ebiggers@google.com ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
-------------
Diffstat:
Makefile | 4 +- arch/x86/include/uapi/asm/msgbuf.h | 31 +++++++++++++ arch/x86/include/uapi/asm/shmbuf.h | 42 +++++++++++++++++ arch/x86/kernel/smpboot.c | 2 + drivers/amba/bus.c | 17 ++++--- drivers/char/virtio_console.c | 49 ++++++++++---------- drivers/gpu/drm/virtio/virtgpu_vq.c | 4 +- drivers/mtd/chips/cfi_cmdset_0001.c | 33 +++++++++++-- drivers/mtd/chips/cfi_cmdset_0002.c | 9 ++-- drivers/net/wireless/ath/ath10k/core.c | 8 ++++ drivers/net/wireless/ath/ath10k/core.h | 4 ++ drivers/scsi/sd.c | 2 + drivers/tty/n_gsm.c | 23 ++++++++- drivers/tty/serial/serial_mctrl_gpio.c | 5 ++ drivers/tty/tty_io.c | 5 +- drivers/tty/tty_ldisc.c | 16 +++---- drivers/usb/core/hcd.c | 1 + drivers/usb/core/hub.c | 10 +++- drivers/usb/core/quirks.c | 3 ++ drivers/usb/serial/Kconfig | 1 + drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ftdi_sio.c | 3 +- drivers/usb/serial/usb-serial-simple.c | 7 +++ drivers/usb/usbip/stub_main.c | 5 ++ drivers/usb/usbip/usbip_common.h | 2 +- fs/ext4/balloc.c | 17 ++++++- fs/ext4/extents.c | 16 +++++-- fs/ext4/ialloc.c | 7 +++ fs/jbd2/transaction.c | 1 + include/linux/mtd/flashchip.h | 1 + include/linux/tty.h | 2 +- include/linux/virtio.h | 3 ++ include/sound/control.h | 7 ++- lib/kobject.c | 12 ++--- net/ceph/messenger.c | 7 +++ sound/core/pcm_native.c | 1 + sound/core/seq/oss/seq_oss_event.c | 15 +++--- sound/core/seq/oss/seq_oss_midi.c | 2 + sound/core/seq/oss/seq_oss_synth.c | 85 ++++++++++++++++++++-------------- sound/core/seq/oss/seq_oss_synth.h | 3 +- sound/drivers/opl3/opl3_synth.c | 7 ++- sound/pci/asihpi/hpimsginit.c | 13 ++++-- sound/pci/asihpi/hpioctl.c | 4 +- sound/pci/hda/hda_hwdep.c | 12 ++++- sound/pci/hda/patch_realtek.c | 2 + sound/pci/rme9652/hdspm.c | 24 ++++++---- sound/pci/rme9652/rme9652.c | 6 ++- sound/soc/fsl/fsl_esai.c | 7 +++ sound/usb/mixer_maps.c | 3 ++ 49 files changed, 408 insertions(+), 136 deletions(-)
On Mon, Apr 30, 2018 at 12:24:11PM -0700, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.131-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below.
thanks,
greg k-h
Merged, compiled, and installed onto my Pixel 2 XL and OnePlus 5.
No build warnings from GCC 4.9.4, GCC 7.3.0, and Clang 5 through 7.
No initial issues in dmesg or general usage.
Thanks! Nathan
On Mon, Apr 30, 2018 at 04:55:04PM -0700, Nathan Chancellor wrote:
On Mon, Apr 30, 2018 at 12:24:11PM -0700, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.131-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below.
thanks,
greg k-h
Merged, compiled, and installed onto my Pixel 2 XL and OnePlus 5.
No build warnings from GCC 4.9.4, GCC 7.3.0, and Clang 5 through 7.
No initial issues in dmesg or general usage.
Thanks for testing the two of these and letting me know.
greg k-h
stable-rc/linux-4.4.y boot: 114 boots: 0 failed, 108 passed with 5 offline, 1 untried/unknown (v4.4.130-45-g48634b3cc04e)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.4.y/kernel/v4.4.1... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.130-45-g...
Tree: stable-rc Branch: linux-4.4.y Git Describe: v4.4.130-45-g48634b3cc04e Git Commit: 48634b3cc04e40035999d583c84c07d957dc03b7 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 56 unique boards, 20 SoC families, 16 builds out of 178
Offline Platforms:
arm:
multi_v7_defconfig: qcom-apq8064-cm-qs600: 1 offline lab qcom-apq8064-ifc6410: 1 offline lab
qcom_defconfig: qcom-apq8064-cm-qs600: 1 offline lab qcom-apq8064-ifc6410: 1 offline lab
arm64:
defconfig: apq8016-sbc: 1 offline lab
--- For more info write to info@kernelci.org
On 04/30/2018 12:24 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
Build results: total: 146 pass: 146 fail: 0 Qemu test results: total: 127 pass: 127 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter
On Mon, Apr 30, 2018 at 12:24:11PM -0700, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Summary ------------------------------------------------------------------------
kernel: 4.4.131-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.4.y git commit: 48634b3cc04e40035999d583c84c07d957dc03b7 git describe: v4.4.130-45-g48634b3cc04e Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.130-45-...
No regressions (compared to build v4.4.129-51-gaedfcc63a1a9)
Boards, architectures and test suites: -------------------------------------
juno-r2 - arm64 * boot - pass: 20, * kselftest - skip: 37, pass: 29, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 53, pass: 28, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 140, pass: 1010, * ltp-timers-tests - pass: 13,
qemu_arm * boot - pass: 7, fail: 13 * kselftest - skip: 39, pass: 26, fail: 1 * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 58, * ltp-fsx-tests - pass: 2, * ltp-ipc-tests - pass: 9, * ltp-pty-tests - pass: 4, * ltp-timers-tests - pass: 13,
qemu_x86_64 * boot - pass: 22, * kselftest - skip: 40, pass: 40, * kselftest-vsyscall-mode-native - skip: 40, pass: 40, * kselftest-vsyscall-mode-none - skip: 40, pass: 40, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 156, pass: 994, * ltp-timers-tests - pass: 13,
x15 - arm * boot - pass: 20, * kselftest - skip: 36, pass: 29, * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 18, pass: 63, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 58, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 2, pass: 20, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 78, pass: 1072, * ltp-timers-tests - pass: 13,
x86_64 * boot - pass: 22, * kselftest - skip: 37, pass: 41, * kselftest-vsyscall-mode-native - skip: 37, pass: 40, fail: 1 * kselftest-vsyscall-mode-none - skip: 37, pass: 41, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 58, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 5, pass: 9, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 119, pass: 1031, * ltp-timers-tests - pass: 13,
Summary ------------------------------------------------------------------------
kernel: 4.4.131-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git tag: 4.4.131-rc1-hikey-20180430-181 git commit: 12ded95af1f5272c6fbedab0f9f68d9bb728de69 git describe: 4.4.131-rc1-hikey-20180430-181 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.1...
No regressions (compared to build 4.4.130-rc1-hikey-20180427-178)
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 20, * kselftest - skip: 38, pass: 27, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 53, pass: 28, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 142, pass: 1008, * ltp-timers-tests - pass: 13,
qemu_arm64 * boot - pass: 2, fail: 18 * ltp-filecaps-tests - pass: 2, * ltp-hugetlb-tests - pass: 22,
On 04/30/2018 01:24 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.131 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed May 2 19:09:34 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.131-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah