Merge 4.14.115 into android-4.14-q
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 2 May 2019 07:57:06 +0000 (09:57 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 2 May 2019 07:57:06 +0000 (09:57 +0200)
Changes in 4.14.115
kbuild: simplify ld-option implementation
cifs: do not attempt cifs operation on smb2+ rename error
tracing: Fix a memory leak by early error exit in trace_pid_write()
tracing: Fix buffer_ref pipe ops
zram: pass down the bvec we need to read into in the work struct
lib/Kconfig.debug: fix build error without CONFIG_BLOCK
MIPS: scall64-o32: Fix indirect syscall number load
trace: Fix preempt_enable_no_resched() abuse
IB/rdmavt: Fix frwr memory registration
sched/numa: Fix a possible divide-by-zero
ceph: only use d_name directly when parent is locked
ceph: ensure d_name stability in ceph_dentry_hash()
ceph: fix ci->i_head_snapc leak
nfsd: Don't release the callback slot unless it was actually held
sunrpc: don't mark uninitialised items as VALID.
Input: synaptics-rmi4 - write config register values to the right offset
vfio/type1: Limit DMA mappings per container
dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cache
drm/vc4: Fix memory leak during gpu reset.
Revert "drm/i915/fbdev: Actually configure untiled displays"
drm/vc4: Fix compilation error reported by kbuild test bot
USB: Add new USB LPM helpers
USB: Consolidate LPM checks to avoid enabling LPM twice
ext4: fix some error pointer dereferences
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
tipc: handle the err returned from cmd header function
slip: make slhc_free() silently accept an error pointer
intel_th: gth: Fix an off-by-one in output unassigning
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
ipvs: fix warning on unused variable
binder: fix handling of misaligned binder object
sched/deadline: Correctly handle active 0-lag timers
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
fm10k: Fix a potential NULL pointer dereference
tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
tipc: check link name with right length in tipc_nl_compat_link_set
dm integrity: change memcmp to strncmp in dm_integrity_ctr
x86, retpolines: Raise limit for generating indirect calls from switch-case
x86/retpolines: Disable switch jump tables when retpolines are enabled
mm: Fix warning in insert_pfn()
Revert "block/loop: Use global lock for ioctl() operation."
ipv4: add sanity checks in ipv4_link_failure()
mlxsw: spectrum: Fix autoneg status in ethtool
net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query
net: rds: exchange of 8K and 1M pool
net: stmmac: move stmmac_check_ether_addr() to driver probe
stmmac: pci: Adjust IOT2000 matching
team: fix possible recursive locking when add slaves
net/rose: Convert timers to use timer_setup()
net/rose: fix unbound loop in rose_loopback_timer()
ipv4: set the tcp_min_rtt_wlen range from 0 to one day
powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg
Documentation: Add nospectre_v1 parameter
Linux 4.14.115

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
1  2 
Documentation/admin-guide/kernel-parameters.txt
Documentation/networking/ip-sysctl.txt
Makefile
arch/arm/boot/compressed/head.S
arch/x86/Makefile
drivers/android/binder_alloc.c
drivers/block/zram/zram_drv.c
kernel/sched/deadline.c
kernel/sched/fair.c
net/ipv4/sysctl_net_ipv4.c
scripts/Kbuild.include

diff --cc Makefile
Simple merge
Simple merge
Simple merge
index 648d8f8e3d6803e92b55aa7063c2329c992b7aca,e0b0399ff7ec81e2382245dca318b82a82c52209..7b8a4bea865060c11ea93dc4542dd143ea1e2941
@@@ -931,13 -959,14 +930,12 @@@ enum lru_status binder_alloc_free_page(
        if (vma) {
                trace_binder_unmap_user_start(alloc, index);
  
 -              zap_page_range(vma,
 -                             page_addr + alloc->user_buffer_offset,
 -                             PAGE_SIZE);
 +              zap_page_range(vma, page_addr, PAGE_SIZE);
  
                trace_binder_unmap_user_end(alloc, index);
-               up_write(&mm->mmap_sem);
-               mmput(mm);
        }
+       up_write(&mm->mmap_sem);
+       mmput(mm);
  
        trace_binder_unmap_kernel_start(alloc, index);
  
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge