This is the start of the stable review cycle for the 4.9.198 release. There are 49 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 Tue 29 Oct 2019 08:27:02 PM UTC. 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.198-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@xxxxxxxxxxxxxxxxxxx> Linux 4.9.198-rc1 Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> RDMA/cxgb4: Do not dma memory off of the stack Ajay Kaher <akaher@xxxxxxxxxx> Revert "net: sit: fix memory leak in sit_init_net()" Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> PCI: PM: Fix pci_power_up() Juergen Gross <jgross@xxxxxxxx> xen/netback: fix error path of xenvif_connect_data() Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()' Qu Wenruo <wqu@xxxxxxxx> btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group() Roberto Bergantinos Corpas <rbergant@xxxxxxxxxx> CIFS: avoid using MID 0xFFFF Helge Deller <deller@xxxxxx> parisc: Fix vmap memory leak in ioremap()/iounmap() Max Filippov <jcmvbkbc@xxxxxxxxx> xtensa: drop EXPORT_SYMBOL for outs*/ins* Qian Cai <cai@xxxxxx> mm/slub: fix a deadlock in show_slab_objects() Steffen Maier <maier@xxxxxxxxxxxxx> scsi: zfcp: fix reaction on bit error threshold notification Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx> drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 Will Deacon <will@xxxxxxxxxx> mac80211: Reject malformed SSID elements Will Deacon <will@xxxxxxxxxx> cfg80211: wext: avoid copying malformed SSIDs Junya Monden <jmonden@xxxxxxxxxxxxxx> ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting Marco Felsch <m.felsch@xxxxxxxxxxxxxx> Input: da9063 - fix capability and drop KEY_SLEEP Yufen Yu <yuyufen@xxxxxxxxxx> scsi: core: try to get module before removing device Colin Ian King <colin.king@xxxxxxxxxxxxx> staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYS Paul Burton <paulburton@xxxxxxxxxx> MIPS: tlbex: Fix build_restore_pagemask KScratch restore Johan Hovold <johan@xxxxxxxxxx> USB: ldusb: fix read info leaks Johan Hovold <johan@xxxxxxxxxx> USB: usblp: fix use-after-free on disconnect Johan Hovold <johan@xxxxxxxxxx> USB: ldusb: fix memleak on disconnect Johan Hovold <johan@xxxxxxxxxx> USB: serial: ti_usb_3410_5052: fix port-close races Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx> usb: udc: lpc32xx: fix bad bit shift operation Kailang Yang <kailang@xxxxxxxxxxx> ALSA: hda/realtek - Add support for ALC711 Johan Hovold <johan@xxxxxxxxxx> USB: legousbtower: fix memleak on disconnect Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> memfd: Fix locking when tagging pins Stefano Brivio <sbrivio@xxxxxxxxxx> ipv4: Return -ENETUNREACH if we can't create route but saddr is valid Eric Dumazet <edumazet@xxxxxxxxxx> net: avoid potential infinite loop in tc_ctl_action() Xin Long <lucien.xin@xxxxxxxxx> sctp: change sctp_prot .no_autobind with true Florian Fainelli <f.fainelli@xxxxxxxxx> net: bcmgenet: Set phydev->dev_flags only for internal PHYs Florian Fainelli <f.fainelli@xxxxxxxxx> net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3 Alessio Balsini <balsini@xxxxxxxxxxx> loop: Add LOOP_SET_DIRECT_IO to compat ioctl Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> MIPS: elf_hwcap: Export userspace ASEs Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> MIPS: Treat Loongson Extensions as ASEs Yi Li <yilikernel@xxxxxxxxx> ocfs2: fix panic due to ocfs2_wq is null Alex Deucher <alexander.deucher@xxxxxxx> Revert "drm/radeon: Fix EEH during kexec" Jacob Keller <jacob.e.keller@xxxxxxxxx> namespace: fix namespace.pl script to support relative paths Yizhuo <yzhai003@xxxxxxx> net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write() Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> mips: Loongson: Fix the link time qualifier of 'serial_exit()' Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> mac80211: fix txq null pointer dereference Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> nl80211: fix null pointer dereference Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> MIPS: dts: ar9331: fix interrupt-controller size Peter Ujfalusi <peter.ujfalusi@xxxxxx> ARM: dts: am4372: Set memory bandwidth limit for DISPC Tony Lindgren <tony@xxxxxxxxxxx> ARM: OMAP2+: Fix missing reset done flag for am3 and am43 Quinn Tran <qutran@xxxxxxxxxxx> scsi: qla2xxx: Fix unbound sleep in fcport delete path. Xiang Chen <chenxiang66@xxxxxxxxxxxxx> scsi: megaraid: disable device when probe failed after enabled device Stanley Chu <stanley.chu@xxxxxxxxxxxx> scsi: ufs: skip shutdown if hba is not powered ------------- Diffstat: Makefile | 4 +-- arch/arm/boot/dts/am4372.dtsi | 2 ++ .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 3 +- arch/mips/boot/dts/qca/ar9331.dtsi | 2 +- arch/mips/include/asm/cpu-features.h | 16 ++++++++++ arch/mips/include/asm/cpu.h | 4 +++ arch/mips/include/uapi/asm/hwcap.h | 11 +++++++ arch/mips/kernel/cpu-probe.c | 37 ++++++++++++++++++++++ arch/mips/kernel/proc.c | 4 +++ arch/mips/loongson64/common/serial.c | 2 +- arch/mips/mm/tlbex.c | 23 +++++++++----- arch/parisc/mm/ioremap.c | 12 ++++--- arch/xtensa/kernel/xtensa_ksyms.c | 7 ---- drivers/base/core.c | 3 ++ drivers/block/loop.c | 1 + drivers/cpufreq/cpufreq.c | 10 ------ drivers/gpu/drm/drm_edid.c | 3 ++ drivers/gpu/drm/radeon/radeon_drv.c | 8 ----- drivers/infiniband/hw/cxgb4/mem.c | 28 +++++++++------- drivers/input/misc/da9063_onkey.c | 5 +-- drivers/memstick/host/jmb38x_ms.c | 2 +- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 1 + drivers/net/ethernet/broadcom/genet/bcmmii.c | 11 +++++-- drivers/net/ethernet/hisilicon/hns_mdio.c | 6 +++- drivers/net/xen-netback/interface.c | 1 - drivers/pci/pci.c | 24 +++++++------- drivers/s390/scsi/zfcp_fsf.c | 16 ++++++++-- drivers/scsi/megaraid.c | 4 +-- drivers/scsi/qla2xxx/qla_target.c | 4 +++ drivers/scsi/scsi_sysfs.c | 11 ++++++- drivers/scsi/ufs/ufshcd.c | 3 ++ drivers/staging/wlan-ng/cfg80211.c | 6 ++-- drivers/usb/class/usblp.c | 4 ++- drivers/usb/gadget/udc/lpc32xx_udc.c | 6 ++-- drivers/usb/misc/ldusb.c | 20 +++++++----- drivers/usb/misc/legousbtower.c | 5 +-- drivers/usb/serial/ti_usb_3410_5052.c | 10 ++---- fs/btrfs/extent-tree.c | 1 + fs/cifs/smb1ops.c | 3 ++ fs/ocfs2/journal.c | 3 +- fs/ocfs2/localalloc.c | 3 +- mm/shmem.c | 18 ++++++----- mm/slub.c | 13 ++++++-- net/ipv4/route.c | 9 ++++-- net/ipv6/sit.c | 1 - net/mac80211/debugfs_netdev.c | 11 +++++-- net/mac80211/mlme.c | 5 +-- net/sched/act_api.c | 12 ++++--- net/sctp/socket.c | 4 +-- net/wireless/nl80211.c | 3 ++ net/wireless/wext-sme.c | 8 +++-- scripts/namespace.pl | 13 ++++---- sound/pci/hda/patch_realtek.c | 3 ++ sound/soc/sh/rcar/core.c | 1 + 54 files changed, 285 insertions(+), 145 deletions(-)