From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:58854 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755419AbeD3TZz (ORCPT ); Mon, 30 Apr 2018 15:25:55 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.4 00/44] 4.4.131-stable review Date: Mon, 30 Apr 2018 12:24:11 -0700 Message-Id: <20180430190946.093694747@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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.gz 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 Linux 4.4.131-rc1 Vasanthakumar Thiagarajan ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap mode Romain Izard serial: mctrl_gpio: Add missing module license Uwe Kleine-König serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init Yazen Ghannam x86/smpboot: Don't use mwait_play_dead() on AMD systems Arnd Bergmann x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds Ilya Dryomov libceph: validate con->state at the top of try_write() Nicolin Chen ASoC: fsl_esai: Fix divisor calculation failure at lower ratio Geert Uytterhoeven ARM: amba: Don't read past the end of sysfs "driver_override" buffer Geert Uytterhoeven ARM: amba: Fix race condition with driver_override Geert Uytterhoeven ARM: amba: Make driver_override output consistent with other buses Mahesh Rajashekhara scsi: sd: Defer spinning up drive while SANITIZE is in progress Dmitry Vyukov kobject: don't use WARN for registration failures Joakim Tjernlund mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block. Joakim Tjernlund mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug. Joakim Tjernlund mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block. Kailang Yang ALSA: hda/realtek - Add some fixes for ALC233 Takashi Iwai ALSA: hda: Hardening for potential Spectre v1 Takashi Iwai ALSA: seq: oss: Hardening for potential Spectre v1 Takashi Iwai ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device David Henningsson ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr Takashi Iwai ALSA: control: Hardening for potential Spectre v1 Takashi Iwai ALSA: rme9652: Hardening for potential Spectre v1 Takashi Iwai ALSA: hdspm: Hardening for potential Spectre v1 Takashi Iwai ALSA: asihpi: Hardening for potential Spectre v1 Takashi Iwai ALSA: opl3: Hardening for potential Spectre v1 Tetsuo Handa tty: Use __GFP_NOFAIL for tty_ldisc_get() Tony Lindgren tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set Tony Lindgren tty: n_gsm: Fix long delays with control frame timeouts in ADM mode Tetsuo Handa tty: Don't call panic() at tty_ldisc_init() Gerd Hoffmann drm/virtio: fix vq wait_event condition Michael S. Tsirkin virtio_console: free buffers after reset Michael S. Tsirkin virtio: add ability to iterate over vqs Takashi Iwai ALSA: usb-audio: Skip broken EU on Dell dock USB-audio Ravi Chandra Sadineni USB: Increment wakeup count on remote wakeup. Kamil Lulko usb: core: Add quirk for HP v222w 16GB Mini Kyle Roeschley USB: serial: cp210x: add ID for NI USB serial console Vasyl Vavrychuk USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster Collin May USB: serial: simple: add libtransistor console Shuah Khan usbip: vhci_hcd: Fix usb device and sockfd leaks Shuah Khan usbip: usbip_host: fix to hold parent lock for device_attach() calls Lukas Czerner ext4: fix bitmap position validation Theodore Ts'o ext4: add validity checks for bitmap block numbers Theodore Ts'o ext4: set h_journal if there is a failure starting a reserved handle Eric Biggers 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(-)