Merge tag 'v4.4.116' 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:24:34 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23993880AbeFPEYg4HFRW/[email protected]>
Author: Ralf Baechle <[email protected]> Tue May 15 21:57:43 2018 +0200
Commit: 4f7033b6f223a77dc5ed500ffd370ffdf19fddd4
Gitweb: https://git.linux-mips.org/g/ralf/linux/4f7033b6f223
Branch: linux-4.4-stable

---

 Makefile                                           |    2 
 arch/alpha/kernel/pci_impl.h                       |    3 
 arch/alpha/kernel/process.c                        |    3 
 arch/arm/kvm/handle_exit.c                         |   13 
 arch/mn10300/mm/misalignment.c                     |    2 
 arch/openrisc/kernel/traps.c                       |   10 
 arch/powerpc/Kconfig                               |    3 
 arch/powerpc/include/asm/exception-64e.h           |    6 
 arch/powerpc/include/asm/exception-64s.h           |   55 +
 arch/powerpc/include/asm/feature-fixups.h          |   15 
 arch/powerpc/include/asm/hvcall.h                  |   18 
 arch/powerpc/include/asm/paca.h                    |   10 
 arch/powerpc/include/asm/plpar_wrappers.h          |   14 
 arch/powerpc/include/asm/ppc_asm.h                 |   12 
 arch/powerpc/include/asm/setup.h                   |   13 
 arch/powerpc/kernel/asm-offsets.c                  |    4 
 arch/powerpc/kernel/entry_64.S                     |   44 +
 arch/powerpc/kernel/exceptions-64s.S               |  126 ++
 arch/powerpc/kernel/misc_64.S                      |   32 -
 arch/powerpc/kernel/module_64.c                    |   12 
 arch/powerpc/kernel/process.c                      |    5 
 arch/powerpc/kernel/setup_64.c                     |  139 +++
 arch/powerpc/kernel/vmlinux.lds.S                  |    9 
 arch/powerpc/kvm/book3s_hv_rmhandlers.S            |    7 
 arch/powerpc/kvm/book3s_rmhandlers.S               |    7 
 arch/powerpc/kvm/book3s_segment.S                  |    4 
 arch/powerpc/lib/feature-fixups.c                  |   42 +
 arch/powerpc/platforms/powernv/setup.c             |   50 +
 arch/powerpc/platforms/pseries/setup.c             |   37 +
 arch/sh/kernel/traps_32.c                          |    3 
 arch/x86/crypto/poly1305_glue.c                    |    1 
 arch/x86/include/asm/asm.h                         |    4 
 arch/x86/include/asm/vsyscall.h                    |    2 
 arch/x86/kernel/cpu/microcode/core.c               |   47 +
 arch/x86/kvm/vmx.c                                 |    5 
 arch/x86/mm/kaiser.c                               |    2 
 arch/xtensa/include/asm/futex.h                    |   23 
 crypto/ahash.c                                     |   11 
 crypto/cryptd.c                                    |    3 
 crypto/poly1305_generic.c                          |   17 
 crypto/tcrypt.c                                    |    6 
 drivers/acpi/sbshc.c                               |    4 
 drivers/ata/ahci.c                                 |   37 -
 drivers/block/pktcdvd.c                            |    4 
 drivers/bluetooth/btsdio.c                         |    9 
 drivers/bluetooth/btusb.c                          |   19 
 drivers/crypto/caam/ctrl.c                         |    8 
 drivers/dma/dmatest.c                              |    2 
 drivers/edac/octeon_edac-lmc.c                     |    1 
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |   56 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h             |    8 
 drivers/hid/hid-core.c                             |   12 
 drivers/media/dvb-frontends/ts2020.c               |    4 
 drivers/media/platform/soc_camera/soc_scale_crop.c |    4 
 drivers/media/usb/dvb-usb-v2/lmedm04.c             |   39 -
 drivers/media/usb/dvb-usb/cxusb.c                  |    2 
 drivers/media/usb/dvb-usb/dib0700_devices.c        |    1 
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c      | 1023 ++++++++++++--------
 drivers/media/v4l2-core/v4l2-ioctl.c               |    5 
 drivers/media/v4l2-core/videobuf2-v4l2.c           |    6 
 drivers/mtd/nand/brcmnand/brcmnand.c               |   13 
 drivers/mtd/nand/nand_base.c                       |    5 
 drivers/mtd/nand/sunxi_nand.c                      |    8 
 drivers/mtd/ubi/block.c                            |   42 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |   18 
 drivers/net/ethernet/realtek/r8169.c               |    4 
 drivers/net/usb/cdc_ncm.c                          |    6 
 drivers/nvme/host/pci.c                            |   13 
 drivers/usb/gadget/function/uvc_configfs.c         |   16 
 drivers/usb/usbip/vhci_hcd.c                       |    2 
 drivers/usb/usbip/vhci_sysfs.c                     |    7 
 drivers/vhost/net.c                                |    1 
 drivers/watchdog/imx2_wdt.c                        |   20 
 fs/btrfs/inode.c                                   |   10 
 fs/cifs/cifsencrypt.c                              |    3 
 fs/cifs/connect.c                                  |    6 
 fs/cifs/file.c                                     |   26 -
 fs/cifs/misc.c                                     |   14 
 fs/cifs/smb2pdu.c                                  |    3 
 fs/ext4/inode.c                                    |    1 
 fs/ext4/namei.c                                    |    1 
 fs/ext4/symlink.c                                  |   10 
 fs/f2fs/inode.c                                    |    1 
 fs/f2fs/namei.c                                    |    5 
 fs/inode.c                                         |    6 
 fs/kernfs/file.c                                   |    2 
 fs/nfs/direct.c                                    |    4 
 fs/nfs/nfs4idmap.c                                 |    6 
 fs/nfs/pnfs.c                                      |    4 
 fs/nfs/write.c                                     |    2 
 fs/nsfs.c                                          |    1 
 fs/overlayfs/readdir.c                             |    6 
 include/crypto/internal/hash.h                     |    2 
 include/crypto/poly1305.h                          |    2 
 include/linux/fs.h                                 |    1 
 include/linux/mtd/map.h                            |  130 +--
 include/net/netfilter/nf_queue.h                   |    4 
 include/net/netns/netfilter.h                      |    2 
 kernel/async.c                                     |   20 
 kernel/sched/core.c                                |   13 
 kernel/sched/rt.c                                  |   24 
 kernel/sched/sched.h                               |    2 
 kernel/time/posix-timers.c                         |   34 -
 kernel/trace/ftrace.c                              |    1 
 net/dccp/proto.c                                   |    5 
 net/ipv4/igmp.c                                    |    4 
 net/ipv4/tcp.c                                     |    6 
 net/ipv6/ip6mr.c                                   |    1 
 net/netfilter/nf_queue.c                           |   17 
 net/netfilter/nfnetlink_queue.c                    |   18 
 scripts/mod/modpost.c                              |    3 
 security/keys/encrypted-keys/encrypted.c           |   31 -
 sound/soc/codecs/pcm512x-spi.c                     |    4 
 sound/soc/generic/simple-card.c                    |    8 
 sound/soc/sh/rcar/rsnd.h                           |    2 
 sound/soc/sh/rcar/ssi.c                            |    5 
 116 files changed, 1820 insertions(+), 850 deletions(-)