Merge 4.14.16 into android-4.14
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 31 Jan 2018 13:23:18 +0000 (14:23 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 31 Jan 2018 13:23:18 +0000 (14:23 +0100)
commitc3a2eda1e3dcdba319d3cf731233621484f41cb3
treee1f7b6f9c4999275fa578d4d6c987afca98f288f
parentf7a6bf51818f4d924533fef01f5a31d6fb4fd13d
parent6c70076667f246dc200c7a3e9aeabd2f8f388416
Merge 4.14.16 into android-4.14

Changes in 4.14.16
orangefs: use list_for_each_entry_safe in purge_waiting_ops
orangefs: initialize op on loop restart in orangefs_devreq_read
mm, page_alloc: fix potential false positive in __zone_watermark_ok
netfilter: nfnetlink_cthelper: Add missing permission checks
netfilter: xt_osf: Add missing permission checks
xfrm: Fix a race in the xdst pcpu cache.
Revert "module: Add retpoline tag to VERMAGIC"
Input: xpad - add support for PDP Xbox One controllers
Input: trackpoint - force 3 buttons if 0 button is reported
Input: trackpoint - only expose supported controls for Elan, ALPS and NXP
Btrfs: fix stale entries in readdir
KVM: s390: add proper locking for CMMA migration bitmap
orangefs: fix deadlock; do not write i_size in read_iter
ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs
ARM: net: bpf: fix tail call jumps
ARM: net: bpf: fix stack alignment
ARM: net: bpf: move stack documentation
ARM: net: bpf: correct stack layout documentation
ARM: net: bpf: fix register saving
ARM: net: bpf: fix LDX instructions
ARM: net: bpf: clarify tail_call index
drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
net: Allow neigh contructor functions ability to modify the primary_key
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
ipv6: fix udpv6 sendmsg crash caused by too small MTU
ipv6: ip6_make_skb() needs to clear cork.base.dst
lan78xx: Fix failure in USB Full Speed
net: igmp: fix source address check for IGMPv3 reports
net: qdisc_pkt_len_init() should be more robust
net: tcp: close sock if net namespace is exiting
net/tls: Fix inverted error codes to avoid endless loop
net: vrf: Add support for sends to local broadcast address
pppoe: take ->needed_headroom of lower device into account on xmit
r8169: fix memory corruption on retrieval of hardware statistics.
sctp: do not allow the v4 socket to bind a v4mapped v6 address
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
tipc: fix a memory leak in tipc_nl_node_get_link()
{net,ib}/mlx5: Don't disable local loopback multicast traffic when needed
net/mlx5: Fix get vector affinity helper function
ppp: unlock all_ppp_mutex before registering device
be2net: restore properly promisc mode after queues reconfiguration
ip6_gre: init dev->mtu and dev->hard_header_len correctly
gso: validate gso_type in GSO handlers
mlxsw: spectrum_router: Don't log an error on missing neighbor
tun: fix a memory leak for tfile->tx_array
flow_dissector: properly cap thoff field
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
netlink: extack needs to be reset each time through loop
net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare
nfp: use the correct index for link speed table
netlink: reset extack earlier in netlink_rcv_skb
net/tls: Only attach to sockets in ESTABLISHED state
tls: fix sw_ctx leak
tls: return -EBUSY if crypto_info is already set
tls: reset crypto_info when do_tls_setsockopt_tx fails
net: ipv4: Make "ip route get" match iif lo rules again.
vmxnet3: repair memory leak
perf/x86/amd/power: Do not load AMD power module on !AMD platforms
x86/microcode/intel: Extend BDW late-loading further with LLC size check
x86/microcode: Fix again accessing initrd after having been freed
x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
bpf: introduce BPF_JIT_ALWAYS_ON config
bpf: avoid false sharing of map refcount with max_entries
bpf: fix divides by zero
bpf: fix 32-bit divide by zero
bpf: reject stores into ctx via st and xadd
bpf, arm64: fix stack_depth tracking in combination with tail calls
cpufreq: governor: Ensure sufficiently large sampling intervals
nfsd: auth: Fix gid sorting when rootsquash enabled
Linux 4.14.16

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Makefile
drivers/net/tun.c
include/linux/bpf.h
init/Kconfig
net/xfrm/xfrm_policy.c