This is the start of the stable review cycle for the 4.14.16 release. There are 71 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 Jan 31 12:37:59 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.16-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.16-rc1 Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> cpufreq: governor: Ensure sufficiently large sampling intervals Daniel Borkmann <daniel@xxxxxxxxxxxxx> bpf, arm64: fix stack_depth tracking in combination with tail calls Daniel Borkmann <daniel@xxxxxxxxxxxxx> bpf: reject stores into ctx via st and xadd Alexei Starovoitov <ast@xxxxxxxxxx> bpf: fix 32-bit divide by zero Eric Dumazet <edumazet@xxxxxxxxxx> bpf: fix divides by zero Daniel Borkmann <daniel@xxxxxxxxxxxxx> bpf: avoid false sharing of map refcount with max_entries Alexei Starovoitov <ast@xxxxxxxxxx> bpf: introduce BPF_JIT_ALWAYS_ON config Thomas Gleixner <tglx@xxxxxxxxxxxxx> hrtimer: Reset hrtimer cpu base proper on CPU hotplug Andy Lutomirski <luto@xxxxxxxxxx> x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems Borislav Petkov <bp@xxxxxxx> x86/microcode: Fix again accessing initrd after having been freed Jia Zhang <zhang.jia@xxxxxxxxxxxxxxxxx> x86/microcode/intel: Extend BDW late-loading further with LLC size check Xiao Liang <xiliang@xxxxxxxxxx> perf/x86/amd/power: Do not load AMD power module on !AMD platforms Neil Horman <nhorman@xxxxxxxxxxxxx> vmxnet3: repair memory leak Lorenzo Colitti <lorenzo@xxxxxxxxxx> net: ipv4: Make "ip route get" match iif lo rules again. Sabrina Dubroca <sd@xxxxxxxxxxxxxxx> tls: reset crypto_info when do_tls_setsockopt_tx fails Sabrina Dubroca <sd@xxxxxxxxxxxxxxx> tls: return -EBUSY if crypto_info is already set Sabrina Dubroca <sd@xxxxxxxxxxxxxxx> tls: fix sw_ctx leak Ilya Lesokhin <ilyal@xxxxxxxxxxxx> net/tls: Only attach to sockets in ESTABLISHED state Xin Long <lucien.xin@xxxxxxxxx> netlink: reset extack earlier in netlink_rcv_skb Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> nfp: use the correct index for link speed table Talat Batheesh <talatb@xxxxxxxxxxxx> net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare David Ahern <dsahern@xxxxxxxxx> netlink: extack needs to be reset each time through loop Xin Long <lucien.xin@xxxxxxxxx> sctp: reinit stream if stream outcnt has been change by sinit in sendmsg Eric Dumazet <edumazet@xxxxxxxxxx> flow_dissector: properly cap thoff field Cong Wang <xiyou.wangcong@xxxxxxxxx> tun: fix a memory leak for tfile->tx_array Yuval Mintz <yuvalm@xxxxxxxxxxxx> mlxsw: spectrum_router: Don't log an error on missing neighbor Willem de Bruijn <willemb@xxxxxxxxxx> gso: validate gso_type in GSO handlers Alexey Kodanev <alexey.kodanev@xxxxxxxxxx> ip6_gre: init dev->mtu and dev->hard_header_len correctly Ivan Vecera <cera@xxxxxxx> be2net: restore properly promisc mode after queues reconfiguration Guillaume Nault <g.nault@xxxxxxxxxxxx> ppp: unlock all_ppp_mutex before registering device Saeed Mahameed <saeedm@xxxxxxxxxxxx> net/mlx5: Fix get vector affinity helper function Eran Ben Elisha <eranbe@xxxxxxxxxxxx> {net,ib}/mlx5: Don't disable local loopback multicast traffic when needed Cong Wang <xiyou.wangcong@xxxxxxxxx> tipc: fix a memory leak in tipc_nl_node_get_link() Xin Long <lucien.xin@xxxxxxxxx> sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf Xin Long <lucien.xin@xxxxxxxxx> sctp: do not allow the v4 socket to bind a v4mapped v6 address Francois Romieu <romieu@xxxxxxxxxxxxx> r8169: fix memory corruption on retrieval of hardware statistics. Guillaume Nault <g.nault@xxxxxxxxxxxx> pppoe: take ->needed_headroom of lower device into account on xmit David Ahern <dsahern@xxxxxxxxx> net: vrf: Add support for sends to local broadcast address r.hering@xxxxxx <r.hering@xxxxxx> net/tls: Fix inverted error codes to avoid endless loop Dan Streetman <ddstreet@xxxxxxxx> net: tcp: close sock if net namespace is exiting Eric Dumazet <edumazet@xxxxxxxxxx> net: qdisc_pkt_len_init() should be more robust Felix Fietkau <nbd@xxxxxxxx> net: igmp: fix source address check for IGMPv3 reports Yuiko Oshino <yuiko.oshino@xxxxxxxxxxxxx> lan78xx: Fix failure in USB Full Speed Eric Dumazet <edumazet@xxxxxxxxxx> ipv6: ip6_make_skb() needs to clear cork.base.dst Mike Maloney <maloney@xxxxxxxxxx> ipv6: fix udpv6 sendmsg crash caused by too small MTU Ben Hutchings <ben.hutchings@xxxxxxxxxxxxxxx> ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL Alexey Kodanev <alexey.kodanev@xxxxxxxxxx> dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state Jim Westfall <jwestfall@xxxxxxxxxxxxxxxx> ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY Jim Westfall <jwestfall@xxxxxxxxxxxxxxxx> net: Allow neigh contructor functions ability to modify the primary_key Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state() Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: clarify tail_call index Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: fix LDX instructions Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: fix register saving Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: correct stack layout documentation Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: move stack documentation Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: fix stack alignment Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: fix tail call jumps Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs Martin Brandenburg <martin@xxxxxxxxxxxx> orangefs: fix deadlock; do not write i_size in read_iter Christian Borntraeger <borntraeger@xxxxxxxxxx> KVM: s390: add proper locking for CMMA migration bitmap Josef Bacik <jbacik@xxxxxx> Btrfs: fix stale entries in readdir Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: trackpoint - only expose supported controls for Elan, ALPS and NXP Aaron Ma <aaron.ma@xxxxxxxxxxxxx> Input: trackpoint - force 3 buttons if 0 button is reported Mark Furneaux <mark@xxxxxxxxxxx> Input: xpad - add support for PDP Xbox One controllers Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Revert "module: Add retpoline tag to VERMAGIC" Steffen Klassert <steffen.klassert@xxxxxxxxxxx> xfrm: Fix a race in the xdst pcpu cache. Kevin Cernekee <cernekee@xxxxxxxxxxxx> netfilter: xt_osf: Add missing permission checks Kevin Cernekee <cernekee@xxxxxxxxxxxx> netfilter: nfnetlink_cthelper: Add missing permission checks Vlastimil Babka <vbabka@xxxxxxx> mm, page_alloc: fix potential false positive in __zone_watermark_ok Martin Brandenburg <martin@xxxxxxxxxxxx> orangefs: initialize op on loop restart in orangefs_devreq_read Martin Brandenburg <martin@xxxxxxxxxxxx> orangefs: use list_for_each_entry_safe in purge_waiting_ops ------------- Diffstat: Makefile | 4 +- arch/arm/net/bpf_jit_32.c | 225 ++++++++++--------- arch/arm64/net/bpf_jit_comp.c | 20 +- arch/s390/kvm/kvm-s390.c | 18 +- arch/x86/events/amd/power.c | 2 +- arch/x86/kernel/cpu/microcode/core.c | 2 +- arch/x86/kernel/cpu/microcode/intel.c | 20 +- arch/x86/mm/tlb.c | 34 ++- drivers/cpufreq/cpufreq_governor.c | 19 +- drivers/gpu/drm/vc4/vc4_gem.c | 12 +- drivers/infiniband/hw/mlx5/main.c | 9 +- drivers/input/joystick/xpad.c | 19 ++ drivers/input/mouse/trackpoint.c | 245 +++++++++++++-------- drivers/input/mouse/trackpoint.h | 34 +-- drivers/net/ethernet/emulex/benet/be_main.c | 9 + drivers/net/ethernet/mellanox/mlx5/core/en_rx_am.c | 6 + .../net/ethernet/mellanox/mlx5/core/en_selftest.c | 27 ++- drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/vport.c | 22 +- .../net/ethernet/mellanox/mlxsw/spectrum_router.c | 10 +- .../net/ethernet/netronome/nfp/nfp_net_ethtool.c | 2 +- drivers/net/ethernet/realtek/r8169.c | 9 +- drivers/net/ppp/ppp_generic.c | 5 +- drivers/net/ppp/pppoe.c | 11 +- drivers/net/tun.c | 15 +- drivers/net/usb/lan78xx.c | 1 + drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- drivers/net/vrf.c | 5 +- fs/btrfs/delayed-inode.c | 26 +-- fs/orangefs/devorangefs-req.c | 3 +- fs/orangefs/file.c | 7 +- fs/orangefs/orangefs-kernel.h | 11 - fs/orangefs/waitqueue.c | 4 +- include/linux/bpf.h | 21 +- include/linux/mlx5/driver.h | 19 +- include/linux/mlx5/mlx5_ifc.h | 5 +- include/linux/vermagic.h | 8 +- include/net/arp.h | 3 + include/net/ipv6.h | 1 + include/net/net_namespace.h | 10 + include/net/tls.h | 2 +- init/Kconfig | 7 + kernel/bpf/core.c | 23 +- kernel/bpf/verifier.c | 37 ++++ kernel/time/hrtimer.c | 3 + lib/test_bpf.c | 11 +- mm/page_alloc.c | 6 +- net/core/dev.c | 19 +- net/core/filter.c | 10 +- net/core/flow_dissector.c | 3 +- net/core/neighbour.c | 4 +- net/core/sysctl_net_core.c | 6 + net/dccp/ccids/ccid2.c | 3 + net/ipv4/arp.c | 7 +- net/ipv4/esp4_offload.c | 3 + net/ipv4/igmp.c | 2 +- net/ipv4/route.c | 1 + net/ipv4/tcp.c | 3 + net/ipv4/tcp_offload.c | 3 + net/ipv4/tcp_timer.c | 15 ++ net/ipv4/udp_offload.c | 3 + net/ipv6/esp6_offload.c | 3 + net/ipv6/ip6_gre.c | 14 +- net/ipv6/ip6_output.c | 9 +- net/ipv6/ipv6_sockglue.c | 2 +- net/ipv6/tcpv6_offload.c | 3 + net/ipv6/udp_offload.c | 3 + net/netfilter/nfnetlink_cthelper.c | 10 + net/netfilter/xt_osf.c | 7 + net/netlink/af_netlink.c | 3 +- net/sctp/offload.c | 3 + net/sctp/socket.c | 40 ++-- net/socket.c | 9 + net/tipc/node.c | 26 ++- net/tls/tls_main.c | 17 +- net/tls/tls_sw.c | 16 +- net/xfrm/xfrm_policy.c | 8 +- tools/testing/selftests/bpf/test_verifier.c | 29 ++- 78 files changed, 843 insertions(+), 438 deletions(-)