From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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.9 00/51] 4.9.145-stable review
Date: Tue, 11 Dec 2018 16:41:08 +0100 [thread overview]
Message-ID: <20181211151612.328911565@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.9.145 release.
There are 51 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 Thu Dec 13 15:15:52 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.9.145-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.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.9.145-rc1
Stefan Agner <stefan@agner.ch>
kbuild: allow to use GCC toolchain not in Clang search path
Nick Desaulniers <ndesaulniers@google.com>
kbuild: fix linker feature test macros when cross compiling with Clang
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
mac80211: ignore NullFunc frames in the duplicate detection
Felix Fietkau <nbd@nbd.name>
mac80211: fix reordering of buffered broadcast packets
Felix Fietkau <nbd@nbd.name>
mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
Ben Greear <greearb@candelatech.com>
mac80211: Clear beacon_int in ieee80211_do_stop
Vasyl Vavrychuk <vasyl.vavrychuk@globallogic.com>
mac80211_hwsim: Timer should be initialized before device registered
Macpaul Lin <macpaul@gmail.com>
kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
Chanho Park <parkch98@gmail.com>
tty: do not set TTY_IO_ERROR flag if console port
Peter Shih <pihsun@chromium.org>
tty: serial: 8250_mtk: always resume the device in probe.
Young Xiao <YangX92@hotmail.com>
staging: rtl8712: Fix possible buffer overrun
Paulo Alcantara <palcantara@suse.com>
cifs: Fix separator when building path from dentry
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Staging: lustre: remove two build warnings
Stefan Hajnoczi <stefanha@redhat.com>
vhost/vsock: fix use-after-free in network stack callers
Gao feng <omarapazanadi@gmail.com>
vsock: lookup and setup guest_cid inside vhost_vsock_lock
Kees Cook <keescook@chromium.org>
swiotlb: clean up reporting
Jens Axboe <axboe@kernel.dk>
sr: pass down correctly sized SCSI sense buffer
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: Prevent U1/U2 link pm states if exit latency is too long
Bin Liu <b-liu@ti.com>
dmaengine: cppi41: delete channel from pending list when stop channel
Chuck Lever <chuck.lever@oracle.com>
SUNRPC: Fix leak of krb5p encode pages
Halil Pasic <pasic@linux.ibm.com>
virtio/s390: fix race in ccw_io_helper()
Halil Pasic <pasic@linux.ibm.com>
virtio/s390: avoid race on vcdev->config
Takashi Iwai <tiwai@suse.de>
ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570
Takashi Iwai <tiwai@suse.de>
ALSA: pcm: Fix interval evaluation with openmin/max
Takashi Iwai <tiwai@suse.de>
ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
Chanho Min <chanho.min@lge.com>
ALSA: pcm: Fix starvation on down_write_nonblock()
Kai-Heng Feng <kai.heng.feng@canonical.com>
ALSA: hda: Add support for AMD Stoney Ridge
Hui Peng <benquike@gmail.com>
ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
Mathias Payer <mathias.payer@nebelwelt.net>
USB: check usb_get_extra_descriptor for proper size
Alexander Theissen <alex.theissen@me.com>
usb: appledisplay: Add 27" Apple Cinema Display
Harry Pan <harry.pan@intel.com>
usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
Alexey Brodkin <alexey.brodkin@synopsys.com>
ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigs
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
mm: don't warn about allocations which stall for too long
Yangtao Li <tiny.windzz@gmail.com>
net: amd: add missing of_node_put()
Hangbin Liu <liuhangbin@gmail.com>
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
Pan Bian <bianpan2016@163.com>
iommu/vt-d: Use memunmap to free memremap
Vincent Chen <vincentc@andestech.com>
net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
Olof Johansson <olof@lixom.net>
mtd: rawnand: qcom: Namespace prefix some commands
Aya Levin <ayal@mellanox.com>
net/mlx4: Fix UBSAN warning of signed integer overflow
Tariq Toukan <tariqt@mellanox.com>
net/mlx4_core: Fix uninitialized variable compilation warning
Jack Morgenstein <jackm@dev.mellanox.co.il>
net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
Denis Bolotin <denis.bolotin@cavium.com>
qed: Fix reading wrong value in loop condition
Denis Bolotin <denis.bolotin@cavium.com>
qed: Fix PTT leak in qed_drain()
Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com>
bnx2x: Assign unique DMAE channel number for FW DMAE transactions.
Sven Eckelmann <sven@narfation.org>
batman-adv: Expand merged fragment buffer for full packet
Benson Leung <bleung@chromium.org>
HID: input: Ignore battery reported by Symbol DS4308
Fabrizio Castro <fabrizio.castro@bp.renesas.com>
can: rcar_can: Fix erroneous registration
Geert Uytterhoeven <geert+renesas@glider.be>
iommu/ipmmu-vmsa: Fix crash on early domain free
Rafał Miłecki <rafal@milecki.pl>
brcmutil: really fix decoding channel info for 160 MHz bandwidth
Lu Baolu <baolu.lu@linux.intel.com>
iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
Sakari Ailus <sakari.ailus@linux.intel.com>
media: omap3isp: Unregister media device as first
-------------
Diffstat:
Makefile | 12 +++---
arch/arc/configs/zebu_hs_defconfig | 1 -
arch/arc/configs/zebu_hs_smp_defconfig | 1 -
drivers/dma/cppi41.c | 16 ++++++-
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-input.c | 3 ++
drivers/iommu/intel-iommu.c | 2 +-
drivers/iommu/intel-svm.c | 2 +-
drivers/iommu/ipmmu-vmsa.c | 3 ++
drivers/media/platform/omap3isp/isp.c | 3 +-
drivers/mtd/nand/qcom_nandc.c | 32 +++++++-------
drivers/net/can/rcar/rcar_can.c | 5 ++-
drivers/net/ethernet/amd/sunlance.c | 4 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 7 +++
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 1 +
drivers/net/ethernet/faraday/ftmac100.c | 7 ++-
drivers/net/ethernet/mellanox/mlx4/alloc.c | 2 +-
drivers/net/ethernet/mellanox/mlx4/mlx4.h | 4 +-
drivers/net/ethernet/mellanox/mlx4/mr.c | 1 +
drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +
drivers/net/ethernet/qlogic/qed/qed_main.c | 2 +-
drivers/net/team/team.c | 2 -
.../net/wireless/broadcom/brcm80211/brcmutil/d11.c | 3 ++
drivers/net/wireless/mac80211_hwsim.c | 8 ++--
drivers/s390/virtio/virtio_ccw.c | 17 ++++++--
drivers/scsi/sr_ioctl.c | 21 +++------
drivers/staging/lustre/lnet/lnet/config.c | 3 +-
drivers/staging/lustre/lustre/lmv/lmv_obd.c | 2 +-
drivers/staging/rtl8712/mlme_linux.c | 2 +-
drivers/staging/rtl8712/rtl871x_mlme.c | 2 +-
drivers/tty/serial/8250/8250_mtk.c | 16 +++----
drivers/tty/serial/kgdboc.c | 4 +-
drivers/tty/tty_port.c | 3 +-
drivers/usb/core/hub.c | 2 +-
drivers/usb/core/quirks.c | 4 ++
drivers/usb/core/usb.c | 6 +--
drivers/usb/host/hwa-hc.c | 2 +-
drivers/usb/host/xhci.c | 16 +++++++
drivers/usb/misc/appledisplay.c | 1 +
drivers/vhost/vsock.c | 50 +++++++++++++++-------
fs/cifs/dir.c | 2 +-
include/linux/usb.h | 4 +-
include/sound/pcm_params.h | 4 +-
lib/swiotlb.c | 20 ++++-----
mm/page_alloc.c | 10 -----
net/batman-adv/fragmentation.c | 2 +-
net/mac80211/iface.c | 2 +
net/mac80211/rx.c | 1 +
net/mac80211/status.c | 2 +
net/mac80211/tx.c | 4 +-
net/sunrpc/auth_gss/auth_gss.c | 4 ++
scripts/Kbuild.include | 5 ++-
sound/core/pcm_native.c | 14 +++---
sound/pci/hda/hda_intel.c | 4 ++
sound/pci/hda/patch_realtek.c | 9 ++++
sound/usb/card.c | 5 ++-
56 files changed, 232 insertions(+), 135 deletions(-)
next reply other threads:[~2018-12-11 15:49 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-11 15:41 Greg Kroah-Hartman [this message]
2018-12-11 15:41 ` [PATCH 4.9 01/51] media: omap3isp: Unregister media device as first Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 02/51] iommu/vt-d: Fix NULL pointer dereference in prq_event_thread() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 03/51] brcmutil: really fix decoding channel info for 160 MHz bandwidth Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 04/51] iommu/ipmmu-vmsa: Fix crash on early domain free Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 05/51] can: rcar_can: Fix erroneous registration Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 06/51] HID: input: Ignore battery reported by Symbol DS4308 Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 07/51] batman-adv: Expand merged fragment buffer for full packet Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 08/51] bnx2x: Assign unique DMAE channel number for FW DMAE transactions Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 09/51] qed: Fix PTT leak in qed_drain() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 10/51] qed: Fix reading wrong value in loop condition Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 11/51] net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 12/51] net/mlx4_core: Fix uninitialized variable compilation warning Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 13/51] net/mlx4: Fix UBSAN warning of signed integer overflow Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 14/51] mtd: rawnand: qcom: Namespace prefix some commands Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 15/51] net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 16/51] iommu/vt-d: Use memunmap to free memremap Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 17/51] team: no need to do team_notify_peers or team_mcast_rejoin when disabling port Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 18/51] net: amd: add missing of_node_put() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 19/51] mm: dont warn about allocations which stall for too long Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 20/51] ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigs Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 21/51] usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 22/51] usb: appledisplay: Add 27" Apple Cinema Display Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 23/51] USB: check usb_get_extra_descriptor for proper size Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 24/51] ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 25/51] ALSA: hda: Add support for AMD Stoney Ridge Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 26/51] ALSA: pcm: Fix starvation on down_write_nonblock() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 27/51] ALSA: pcm: Call snd_pcm_unlink() conditionally at closing Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 28/51] ALSA: pcm: Fix interval evaluation with openmin/max Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 29/51] ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570 Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 30/51] virtio/s390: avoid race on vcdev->config Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 31/51] virtio/s390: fix race in ccw_io_helper() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 32/51] SUNRPC: Fix leak of krb5p encode pages Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 33/51] dmaengine: cppi41: delete channel from pending list when stop channel Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 34/51] xhci: Prevent U1/U2 link pm states if exit latency is too long Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 35/51] sr: pass down correctly sized SCSI sense buffer Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 36/51] swiotlb: clean up reporting Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 37/51] vsock: lookup and setup guest_cid inside vhost_vsock_lock Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 38/51] vhost/vsock: fix use-after-free in network stack callers Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 39/51] Staging: lustre: remove two build warnings Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 40/51] cifs: Fix separator when building path from dentry Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 41/51] staging: rtl8712: Fix possible buffer overrun Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 42/51] tty: serial: 8250_mtk: always resume the device in probe Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 43/51] tty: do not set TTY_IO_ERROR flag if console port Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 44/51] kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var() Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 45/51] mac80211_hwsim: Timer should be initialized before device registered Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 46/51] mac80211: Clear beacon_int in ieee80211_do_stop Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 47/51] mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 48/51] mac80211: fix reordering of buffered broadcast packets Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 49/51] mac80211: ignore NullFunc frames in the duplicate detection Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 50/51] kbuild: fix linker feature test macros when cross compiling with Clang Greg Kroah-Hartman
2018-12-11 15:41 ` [PATCH 4.9 51/51] kbuild: allow to use GCC toolchain not in Clang search path Greg Kroah-Hartman
2018-12-11 20:33 ` [PATCH 4.9 00/51] 4.9.145-stable review kernelci.org bot
2018-12-11 23:57 ` shuah
2018-12-12 6:45 ` Naresh Kamboju
2018-12-12 18:49 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181211151612.328911565@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.