This is the start of the stable review cycle for the 4.9.189 release.
There are 32 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 Sun 11 Aug 2019 01:38:45 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.189-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 <[email protected]>
Linux 4.9.189-rc1
Thomas Gleixner <[email protected]>
x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
Josh Poimboeuf <[email protected]>
x86/entry/64: Use JMP instead of JMPQ
Josh Poimboeuf <[email protected]>
x86/speculation: Enable Spectre v1 swapgs mitigations
Josh Poimboeuf <[email protected]>
x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
Ben Hutchings <[email protected]>
x86: cpufeatures: Sort feature word 7
Lukas Wunner <[email protected]>
spi: bcm2835: Fix 3-wire mode if DMA is enabled
xiao jin <[email protected]>
block: blk_init_allocated_queue() set q->fq as NULL in the fail case
Sudarsana Reddy Kalluru <[email protected]>
bnx2x: Disable multi-cos feature.
Cong Wang <[email protected]>
ife: error out when nla attributes are empty
Haishuang Yan <[email protected]>
ip6_tunnel: fix possible use-after-free on xmit
Arnd Bergmann <[email protected]>
compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
Taras Kondratiuk <[email protected]>
tipc: compat: allow tipc commands without arguments
Jia-Ju Bai <[email protected]>
net: sched: Fix a possible null-pointer dereference in dequeue_func()
Mark Zhang <[email protected]>
net/mlx5: Use reversed order when unregister devices
Jiri Pirko <[email protected]>
net: fix ifindex collision during namespace removal
Nikolay Aleksandrov <[email protected]>
net: bridge: mcast: don't delete permanent entries when fast leave is
enabled
Nikolay Aleksandrov <[email protected]>
net: bridge: delete local fdb on device init failure
Gustavo A. R. Silva <[email protected]>
atm: iphase: Fix Spectre v1 vulnerability
Ilya Dryomov <[email protected]>
libceph: use kbasename() and kill ceph_file_part()
Josh Poimboeuf <[email protected]>
objtool: Add rewind_stack_do_exit() to the noreturn list
Josh Poimboeuf <[email protected]>
objtool: Add machine_real_restart() to the noreturn list
Greg Kroah-Hartman <[email protected]>
IB: directly cast the sockaddr union to aockaddr
Jason Gunthorpe <[email protected]>
RDMA: Directly cast the sockaddr union to sockaddr
Sebastian Parschauer <[email protected]>
HID: Add quirk for HP X1200 PIXART OEM mouse
Aaron Armstrong Skomra <[email protected]>
HID: wacom: fix bit shift for Cintiq Companion 2
Eric Dumazet <[email protected]>
tcp: be more careful in tcp_fragment()
Will Deacon <[email protected]>
arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}
Will Deacon <[email protected]>
arm64: cpufeature: Fix CTR_EL0 field definitions
Adam Ford <[email protected]>
ARM: dts: logicpd-som-lv: Fix Audio Mute
Adam Ford <[email protected]>
ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD torpedo
Adam Ford <[email protected]>
ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV
Hannes Reinecke <[email protected]>
scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
-------------
Diffstat:
Documentation/kernel-parameters.txt | 9 +-
Makefile | 4 +-
arch/arm/boot/dts/logicpd-som-lv.dtsi | 18 ++++
arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 16 ++++
arch/arm64/include/asm/cpufeature.h | 7 +-
arch/arm64/kernel/cpufeature.c | 14 +++-
arch/x86/entry/calling.h | 18 ++++
arch/x86/entry/entry_64.S | 21 ++++-
arch/x86/include/asm/cpufeatures.h | 8 +-
arch/x86/kernel/cpu/bugs.c | 105 ++++++++++++++++++++++--
arch/x86/kernel/cpu/common.c | 42 ++++++----
block/blk-core.c | 1 +
drivers/atm/iphase.c | 8 +-
drivers/hid/hid-ids.h | 1 +
drivers/hid/usbhid/hid-quirks.c | 1 +
drivers/hid/wacom_wac.c | 12 +--
drivers/infiniband/core/addr.c | 15 ++--
drivers/infiniband/core/sa_query.c | 10 +--
drivers/infiniband/hw/ocrdma/ocrdma_ah.c | 5 +-
drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 5 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
drivers/net/ppp/pppoe.c | 3 +
drivers/net/ppp/pppox.c | 13 +++
drivers/net/ppp/pptp.c | 3 +
drivers/scsi/fcoe/fcoe_ctlr.c | 51 +++++-------
drivers/scsi/libfc/fc_rport.c | 5 +-
drivers/spi/spi-bcm2835.c | 3 +-
fs/compat_ioctl.c | 3 -
include/linux/ceph/ceph_debug.h | 6 +-
include/linux/if_pppox.h | 3 +
include/net/tcp.h | 17 ++++
include/scsi/libfcoe.h | 1 +
net/bridge/br_multicast.c | 3 +
net/bridge/br_vlan.c | 5 ++
net/ceph/ceph_common.c | 13 ---
net/core/dev.c | 2 +
net/ipv4/tcp_output.c | 11 ++-
net/ipv6/ip6_tunnel.c | 8 +-
net/l2tp/l2tp_ppp.c | 3 +
net/sched/act_ife.c | 3 +
net/sched/sch_codel.c | 6 +-
net/tipc/netlink_compat.c | 11 ++-
tools/objtool/check.c | 2 +
44 files changed, 363 insertions(+), 136 deletions(-)