Merge tag 'v3.18.106' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-3.18-stable
[email protected] Sat, 16 Jun 2018 06:22:30 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993961AbeFPEWdFLYmh/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 22:35:03 2018 +0200 Commit: 3f8fcc9fc7b08d4e6ab5e3f1532e6b1351bd392f Gitweb: https://git.linux-mips.org/g/ralf/linux/3f8fcc9fc7b0 Branch: linux-3.18-stable --- Makefile | 2 arch/arm/boot/dts/at91sam9g25.dtsi | 2 arch/mips/lib/memset.S | 11 + arch/parisc/kernel/drivers.c | 4 + arch/powerpc/include/asm/barrier.h | 3 arch/powerpc/include/asm/opal.h | 3 arch/powerpc/include/asm/synch.h | 4 - arch/powerpc/lib/feature-fixups.c | 2 arch/powerpc/platforms/powernv/opal-nvram.c | 11 + arch/s390/hypfs/inode.c | 2 arch/s390/kernel/ipl.c | 1 drivers/char/random.c | 2 drivers/clk/mvebu/armada-38x.c | 15 +- drivers/gpu/drm/radeon/si_dpm.c | 4 - drivers/hid/hidraw.c | 5 + drivers/hid/i2c-hid/i2c-hid.c | 13 +- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 4 - drivers/mmc/host/jz4740_mmc.c | 2 drivers/mtd/ubi/block.c | 2 drivers/mtd/ubi/build.c | 11 + drivers/net/slip/slhc.c | 5 + drivers/net/xen-netfront.c | 7 + drivers/pci/hotplug/acpiphp_glue.c | 23 ++- drivers/s390/cio/qdio_main.c | 42 +++--- drivers/thermal/imx_thermal.c | 6 - drivers/thunderbolt/nhi.c | 1 drivers/usb/core/generic.c | 9 + drivers/usb/dwc3/dwc3-pci.c | 2 drivers/usb/musb/musb_gadget_ep0.c | 14 +- drivers/watchdog/f71808e_wdt.c | 2 fs/autofs4/root.c | 2 fs/ext4/inode.c | 6 + fs/ext4/super.c | 6 + fs/jbd2/journal.c | 5 + fs/jffs2/super.c | 2 fs/namespace.c | 3 fs/notify/fanotify/fanotify.c | 34 ++-- fs/reiserfs/journal.c | 2 fs/ubifs/super.c | 14 +- include/net/slhc_vj.h | 1 include/sound/pcm_oss.h | 1 kernel/resource.c | 3 net/sunrpc/rpc_pipe.c | 1 sound/core/oss/pcm_oss.c | 189 ++++++++++++++++++++----- sound/core/rawmidi_compat.c | 18 ++ sound/soc/codecs/ssm2602.c | 19 ++- 46 files changed, 369 insertions(+), 151 deletions(-)