Merge tag 'v4.9.96' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
[email protected] Sat, 16 Jun 2018 06:28:32 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994743AbeFPE2fw-kUJ/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 21:54:31 2018 +0200 Commit: f02c04c18407c6476b2b4e5fd675fa68d8bf689a Gitweb: https://git.linux-mips.org/g/ralf/linux/f02c04c18407 Branch: linux-4.9-stable --- Makefile | 2 arch/arm/boot/dts/at91sam9g25.dtsi | 2 arch/arm/boot/dts/exynos5250.dtsi | 8 - arch/arm/boot/dts/sama5d4.dtsi | 2 arch/mips/include/asm/uaccess.h | 11 + arch/mips/lib/memset.S | 11 + arch/powerpc/include/asm/barrier.h | 3 arch/powerpc/include/asm/opal.h | 3 arch/powerpc/include/asm/synch.h | 4 arch/powerpc/kernel/eeh_pe.c | 3 arch/powerpc/lib/feature-fixups.c | 2 arch/powerpc/platforms/powernv/opal-nvram.c | 11 + arch/s390/hypfs/inode.c | 2 arch/um/os-Linux/file.c | 1 arch/um/os-Linux/signal.c | 3 arch/x86/um/stub_segv.c | 3 block/blk-mq.c | 4 drivers/acpi/nfit/core.c | 5 - drivers/acpi/video_detect.c | 9 + drivers/base/regmap/regmap.c | 2 drivers/char/random.c | 29 ++- drivers/clk/bcm/clk-bcm2835.c | 8 + drivers/clk/mvebu/armada-38x.c | 15 +- drivers/clk/renesas/clk-sh73a0.c | 6 - drivers/dma/at_xdmac.c | 4 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 6 - drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 drivers/gpu/drm/amd/amdgpu/si_dpm.c | 4 drivers/gpu/drm/radeon/si_dpm.c | 4 drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 23 +-- drivers/hid/hid-core.c | 10 + drivers/hid/hid-input.c | 3 drivers/hid/hid-multitouch.c | 5 - drivers/hid/hid-rmi.c | 4 drivers/hid/hidraw.c | 5 + drivers/hid/i2c-hid/i2c-hid.c | 13 +- drivers/hid/wacom_sys.c | 2 drivers/infiniband/core/ucma.c | 3 drivers/infiniband/sw/rxe/rxe_verbs.c | 5 - drivers/infiniband/ulp/srp/ib_srp.c | 18 +- drivers/iommu/intel-svm.c | 1 drivers/irqchip/irq-gic-common.c | 9 + drivers/mmc/host/jz4740_mmc.c | 2 drivers/mtd/ubi/block.c | 2 drivers/mtd/ubi/build.c | 11 + drivers/mtd/ubi/fastmap-wl.c | 1 drivers/net/xen-netfront.c | 7 + drivers/nvdimm/namespace_devs.c | 4 drivers/pci/hotplug/acpiphp_glue.c | 23 ++- drivers/pwm/pwm-rcar.c | 8 + drivers/spi/spi.c | 10 + drivers/thermal/imx_thermal.c | 6 - drivers/thunderbolt/nhi.c | 1 drivers/tty/n_tty.c | 6 + drivers/tty/tty_io.c | 9 + drivers/usb/core/generic.c | 9 + drivers/usb/dwc3/dwc3-pci.c | 2 drivers/usb/gadget/function/f_midi.c | 3 drivers/usb/gadget/u_f.h | 2 drivers/usb/gadget/udc/core.c | 3 drivers/usb/musb/musb_gadget_ep0.c | 14 +- drivers/vfio/pci/vfio_pci_config.c | 29 +++ drivers/watchdog/f71808e_wdt.c | 2 fs/autofs4/root.c | 2 fs/cifs/cifsglob.h | 1 fs/cifs/inode.c | 33 ++++ fs/ext4/balloc.c | 3 fs/ext4/ialloc.c | 47 ------ fs/ext4/inode.c | 11 + fs/ext4/super.c | 6 + fs/fs-writeback.c | 7 - fs/jbd2/journal.c | 5 - fs/jffs2/super.c | 2 fs/namespace.c | 3 fs/notify/fanotify/fanotify.c | 34 ++-- fs/orangefs/super.c | 5 + fs/reiserfs/journal.c | 2 fs/ubifs/super.c | 14 +- fs/udf/unicode.c | 6 + include/dt-bindings/clock/mt2701-clk.h | 3 include/linux/backing-dev-defs.h | 5 + include/linux/backing-dev.h | 30 ++-- include/linux/hid.h | 6 - include/linux/tty.h | 1 include/sound/pcm_oss.h | 1 include/uapi/linux/random.h | 3 ipc/shm.c | 23 ++- kernel/resource.c | 3 mm/filemap.c | 9 - mm/page-writeback.c | 18 +- mm/slab.c | 3 net/sunrpc/rpc_pipe.c | 1 sound/core/oss/pcm_oss.c | 186 ++++++++++++++++++---- sound/core/pcm.c | 8 + sound/core/rawmidi_compat.c | 18 +- sound/pci/hda/hda_intel.c | 3 sound/soc/codecs/ssm2602.c | 19 ++ sound/usb/line6/midi.c | 2 99 files changed, 648 insertions(+), 300 deletions(-)