Merge 4.14.89 into android-4.14-p
authorGreg Kroah-Hartman <gregkh@google.com>
Mon, 17 Dec 2018 08:42:02 +0000 (09:42 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 17 Dec 2018 08:42:02 +0000 (09:42 +0100)
commit9ea4f5a54d0e764972672094e7a508d297166b08
treecaa69284788f6d8a30bf4e29bd2752ddc299b7b6
parent6b98bef687b5b422e2297aa235286e68ebe8d3c2
parent3beeb2615681fe87f4e6291ade669d50c27ce59a
Merge 4.14.89 into android-4.14-p

Changes in 4.14.89
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
ipv6: Check available headroom in ip6_xmit() even without options
neighbour: Avoid writing before skb->head in neigh_hh_output()
ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
net: 8139cp: fix a BUG triggered by changing mtu with network traffic
net/mlx4_core: Correctly set PFC param if global pause is turned off.
net/mlx4_en: Change min MTU size to ETH_MIN_MTU
net: phy: don't allow __set_phy_supported to add unsupported modes
net: Prevent invalid access to skb->prev in __qdisc_drop_all
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
sctp: kfree_rcu asoc
tcp: Do not underestimate rwnd_limited
tcp: fix NULL ref in tail loss probe
tun: forbid iface creation with rtnl ops
virtio-net: keep vnet header zeroed after processing XDP
ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
ASoC: rsnd: fixup clock start checker
staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'
ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
sysv: return 'err' instead of 0 in __sysv_write_inode
selftests: add script to stress-test nft packet path vs. control plane
netfilter: nf_tables: fix use-after-free when deleting compat expressions
hwmon (ina2xx) Fix NULL id pointer in probe()
ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
s390/cpum_cf: Reject request for sampling in event initialization
hwmon: (ina2xx) Fix current value calculation
ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
ASoC: dapm: Recalculate audio map forcely when card instantiated
iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers
netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
hwmon: (w83795) temp4_type has writable permission
perf tools: Restore proper cwd on return from mnt namespace
PCI: imx6: Fix link training status detection in link up check
objtool: Fix double-free in .cold detection error path
objtool: Fix segfault in .cold detection with -ffunction-sections
ARM: dts: at91: sama5d2: use the divided clock for SMC
Btrfs: send, fix infinite loop due to directory rename dependencies
RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
RDMA/rdmavt: Fix rvt_create_ah function signature
ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE
exportfs: do not read dentry after free
bpf: fix check of allowed specifiers in bpf_trace_printk
ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
USB: omap_udc: use devm_request_irq()
USB: omap_udc: fix crashes on probe error and module removal
USB: omap_udc: fix omap_udc_start() on 15xx machines
USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
USB: omap_udc: fix rejection of out transfers when DMA is used
drm/meson: add support for 1080p25 mode
netfilter: ipv6: Preserve link scope traffic original oif
IB/mlx5: Fix page fault handling for MW
KVM: x86: fix empty-body warnings
x86/kvm/vmx: fix old-style function declaration
net: thunderx: fix NULL pointer dereference in nic_remove
usb: gadget: u_ether: fix unsafe list iteration
netfilter: nf_tables: deactivate expressions in rule replecement routine
cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active
igb: fix uninitialized variables
ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
net: hisilicon: remove unexpected free_netdev
drm/amdgpu: Add delay after enable RLC ucode
drm/ast: fixed reading monitor EDID not stable issue
xen: xlate_mmu: add missing header to fix 'W=1' warning
Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
pstore/ram: Correctly calculate usable PRZ bytes
fscache: fix race between enablement and dropping of object
fscache, cachefiles: remove redundant variable 'cache'
nvme: flush namespace scanning work just before removing namespaces
ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
ocfs2: fix deadlock caused by ocfs2_defrag_extent()
mm/page_alloc.c: fix calculation of pgdat->nr_zones
hfs: do not free node before using
hfsplus: do not free node before using
debugobjects: avoid recursive calls with kmemleak
ocfs2: fix potential use after free
Revert "printk: Never set console_may_schedule in console_trylock()"
printk: Add console owner and waiter logic to load balance console writes
printk: Hide console waiter logic into helpers
printk: Never set console_may_schedule in console_trylock()
printk: Wake klogd when passing console_lock owner
lib/rbtree-test: lower default params
flexfiles: enforce per-mirror stateid only for v4 DSes
staging: speakup: Replace strncpy with memcpy
ALSA: fireface: fix reference to wrong register for clock configuration
ALSA: hda/realtek - Fixed headphone issue for ALC700
IB/hfi1: Fix an out-of-bounds access in get_hw_stats
tcp: lack of available data can also cause TSO defer
Linux 4.14.89

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Makefile
drivers/net/tun.c
fs/pstore/ram.c
mm/page_alloc.c
net/ipv4/tcp_output.c