Merge tag 'v4.4.127' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
[email protected] Sat, 16 Jun 2018 06:25:43 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994703AbeFPEZpSPmVJ/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 22:01:24 2018 +0200 Commit: 5e4eb833b4dacf440f4b0c71496cf671d71682e3 Gitweb: https://git.linux-mips.org/g/ralf/linux/5e4eb833b4da Branch: linux-4.4-stable --- .../devicetree/bindings/pinctrl/pinctrl-palmas.txt | 9 +++ Documentation/filesystems/proc.txt | 26 -------- Makefile | 2 - arch/arm/boot/dts/am335x-pepper.dts | 2 - arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 arch/arm/boot/dts/dra7-evm.dts | 2 + arch/arm/boot/dts/omap3-n900.dts | 4 + arch/arm64/include/asm/memory.h | 6 +- arch/frv/include/asm/timex.h | 6 ++ arch/x86/crypto/cast5_avx_glue.c | 3 - arch/x86/kernel/kprobes/core.c | 9 +++ block/partitions/msdos.c | 4 + crypto/ahash.c | 7 +- drivers/acpi/pci_irq.c | 3 - drivers/block/mtip32xx/mtip32xx.c | 36 ++++------- drivers/cpufreq/cpufreq.c | 6 -- drivers/infiniband/core/addr.c | 16 +++++ drivers/infiniband/core/ucma.c | 67 +++++++++++++------- drivers/input/mousedev.c | 62 ++++++++++--------- drivers/input/serio/i8042-x86ia64io.h | 24 +++++++ drivers/md/dm-ioctl.c | 4 + drivers/md/raid10.c | 1 drivers/media/usb/usbtv/usbtv-core.c | 2 + drivers/misc/mei/main.c | 1 drivers/mtd/chips/jedec_probe.c | 2 + drivers/net/ethernet/cavium/liquidio/lio_main.c | 2 - drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 2 - drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c | 2 - drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c | 2 - drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 4 + drivers/parport/parport_pc.c | 4 + drivers/pci/pci-driver.c | 2 + drivers/pci/probe.c | 2 - drivers/pci/setup-res.c | 2 - drivers/scsi/virtio_scsi.c | 1 drivers/spi/spi-davinci.c | 2 - drivers/staging/comedi/drivers/ni_mio_common.c | 2 + drivers/tty/vt/vt.c | 6 +- drivers/usb/dwc2/hcd.c | 7 +- drivers/usb/gadget/function/f_hid.c | 24 ++++++- drivers/usb/gadget/function/f_midi.c | 6 -- drivers/usb/gadget/function/f_sourcesink.c | 6 -- drivers/usb/gadget/function/g_zero.h | 1 drivers/usb/gadget/u_f.c | 6 +- drivers/usb/gadget/u_f.h | 26 +++++++- drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/ftdi_sio.c | 2 + drivers/usb/serial/ftdi_sio_ids.h | 9 +++ fs/compat_ioctl.c | 2 - fs/proc/task_mmu.c | 29 +++------ fs/proc/task_nommu.c | 28 +++----- include/linux/audit.h | 24 +++++++ include/linux/cpumask.h | 10 +++ include/linux/jiffies.h | 13 ++-- include/linux/llist.h | 21 ++++++ include/linux/netfilter/x_tables.h | 2 + include/linux/nospec.h | 14 ---- include/linux/tty.h | 4 + include/linux/usb/gadget.h | 17 ++++- include/rdma/ib_addr.h | 2 + include/uapi/linux/pci_regs.h | 2 - kernel/audit.c | 18 +---- kernel/auditsc.c | 8 ++ kernel/events/hw_breakpoint.c | 30 ++------- kernel/irq/manage.c | 2 - kernel/kprobes.c | 2 - mm/backing-dev.c | 4 + net/bluetooth/smp.c | 8 ++ net/bridge/netfilter/ebt_among.c | 34 ++++++++++ net/ipv4/netfilter/nf_nat_h323.c | 57 +++++++++-------- net/ipv6/ip6_vti.c | 20 ------ net/netfilter/nf_conntrack_netlink.c | 7 +- net/netfilter/x_tables.c | 30 +++++++++ net/netfilter/xt_hashlimit.c | 5 + net/netfilter/xt_recent.c | 6 +- net/xfrm/xfrm_ipcomp.c | 2 - net/xfrm/xfrm_state.c | 5 + net/xfrm/xfrm_user.c | 21 ++---- security/selinux/hooks.c | 16 ----- security/selinux/ss/services.c | 2 - sound/core/oss/pcm_oss.c | 4 + sound/core/pcm_native.c | 2 - 82 files changed, 521 insertions(+), 356 deletions(-)