This is the start of the stable review cycle for the 4.14.138 release. There are 33 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 Sat 10 Aug 2019 07:03:19 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.14.138-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.14.138-rc1 Lukas Wunner <lukas@xxxxxxxxx> spi: bcm2835: Fix 3-wire mode if DMA is enabled Tejun Heo <tj@xxxxxxxxxx> cgroup: Fix css_task_iter_advance_css_set() cset skip condition Tejun Heo <tj@xxxxxxxxxx> cgroup: css_task_iter_skip()'d iterators must be advanced before accessed Tejun Heo <tj@xxxxxxxxxx> cgroup: Include dying leaders with live threads in PROCS iterations Tejun Heo <tj@xxxxxxxxxx> cgroup: Implement css_task_iter_skip() Tejun Heo <tj@xxxxxxxxxx> cgroup: Call cgroup_release() before __exit_signal() Sudarsana Reddy Kalluru <skalluru@xxxxxxxxxxx> bnx2x: Disable multi-cos feature. Matteo Croce <mcroce@xxxxxxxxxx> mvpp2: refactor MTU change code Alexis Bauvin <abauvin@xxxxxxxxxxxx> tun: mark small packets as owned by the tap sock Ariel Levkovich <lariel@xxxxxxxxxxxx> net/mlx5e: Prevent encap flow counter update async to user query Arnd Bergmann <arnd@xxxxxxxx> compat_ioctl: pppoe: fix PPPOEIOCSFWD handling Taras Kondratiuk <takondra@xxxxxxxxx> tipc: compat: allow tipc commands without arguments Johan Hovold <johan@xxxxxxxxxx> NFC: nfcmrvl: fix gpio-handling regression Jia-Ju Bai <baijiaju1990@xxxxxxxxx> net: sched: Fix a possible null-pointer dereference in dequeue_func() René van Dorst <opensource@xxxxxxxxxx> net: phylink: Fix flow control for fixed-link Mark Zhang <markz@xxxxxxxxxxxx> net/mlx5: Use reversed order when unregister devices Jiri Pirko <jiri@xxxxxxxxxxxx> net: fix ifindex collision during namespace removal Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> net: bridge: mcast: don't delete permanent entries when fast leave is enabled Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx> net: bridge: delete local fdb on device init failure Haishuang Yan <yanhaishuang@xxxxxxxxxxxxxxxxxxxx> ip6_tunnel: fix possible use-after-free on xmit Cong Wang <xiyou.wangcong@xxxxxxxxx> ife: error out when nla attributes are empty Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx> atm: iphase: Fix Spectre v1 vulnerability Josh Poimboeuf <jpoimboe@xxxxxxxxxx> objtool: Add rewind_stack_do_exit() to the noreturn list Josh Poimboeuf <jpoimboe@xxxxxxxxxx> objtool: Add machine_real_restart() to the noreturn list Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> IB: directly cast the sockaddr union to aockaddr Jason Gunthorpe <jgg@xxxxxxxxxxxx> RDMA: Directly cast the sockaddr union to sockaddr Sebastian Parschauer <s.parschauer@xxxxxx> HID: Add quirk for HP X1200 PIXART OEM mouse Aaron Armstrong Skomra <skomra@xxxxxxxxx> HID: wacom: fix bit shift for Cintiq Companion 2 Will Deacon <will@xxxxxxxxxx> arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG} Eric Dumazet <edumazet@xxxxxxxxxx> tcp: be more careful in tcp_fragment() Adam Ford <aford173@xxxxxxxxx> ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD torpedo Adam Ford <aford173@xxxxxxxxx> ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV Hannes Reinecke <hare@xxxxxxx> scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/logicpd-som-lv.dtsi | 16 ++++ arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 16 ++++ arch/arm64/include/asm/cpufeature.h | 7 +- arch/arm64/kernel/cpufeature.c | 8 +- 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/marvell/mvpp2.c | 41 +++----- drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 +- .../net/ethernet/mellanox/mlx5/core/fs_counters.c | 5 + drivers/net/phy/phylink.c | 2 + drivers/net/ppp/pppoe.c | 3 + drivers/net/ppp/pppox.c | 13 +++ drivers/net/ppp/pptp.c | 3 + drivers/net/tun.c | 1 + drivers/nfc/nfcmrvl/main.c | 4 +- drivers/nfc/nfcmrvl/uart.c | 4 +- drivers/nfc/nfcmrvl/usb.c | 1 + 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/cgroup-defs.h | 1 + include/linux/cgroup.h | 4 + include/linux/if_pppox.h | 3 + include/linux/mlx5/fs.h | 1 + include/net/tcp.h | 17 ++++ include/scsi/libfcoe.h | 1 + kernel/cgroup/cgroup.c | 106 +++++++++++++++------ kernel/exit.c | 2 +- net/bridge/br_multicast.c | 3 + net/bridge/br_vlan.c | 5 + net/core/dev.c | 2 + net/ipv4/tcp_output.c | 11 ++- net/ipv6/ip6_tunnel.c | 6 +- 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 + 48 files changed, 293 insertions(+), 149 deletions(-)