Merge tag 'v3.18.47' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-3.18-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993927AbdAXML46O06S/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Jan 24 11:59:36 2017 +0100 Commit: ea4e373e1d99374e6379bc46943b605612e5f021 Gitweb: https://git.linux-mips.org/g/ralf/linux/ea4e373e1d99 Branch: linux-3.18-stable --- Documentation/virtual/kvm/api.txt | 1 Makefile | 2 arch/arm/xen/enlighten.c | 3 - arch/powerpc/boot/ps3-head.S | 5 - arch/powerpc/boot/ps3.c | 8 -- arch/powerpc/include/asm/kvm_host.h | 1 arch/powerpc/include/uapi/asm/kvm.h | 1 arch/powerpc/kernel/asm-offsets.c | 1 arch/powerpc/kvm/book3s_hv.c | 6 + arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 + block/bsg.c | 3 + drivers/crypto/caam/caamalg.c | 4 + drivers/gpu/drm/ast/ast_main.c | 7 + drivers/gpu/drm/gma500/psb_drv.c | 3 + drivers/gpu/drm/radeon/si_dpm.c | 1 drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 7 + drivers/input/misc/drv260x.c | 1 drivers/md/dm-crypt.c | 7 + drivers/md/persistent-data/dm-space-map-metadata.c | 14 +-- drivers/md/raid5.c | 9 ++ drivers/mmc/host/sdhci.c | 20 ++++ drivers/pci/pci.c | 4 + drivers/regulator/stw481x-vmmc.c | 3 - drivers/s390/char/vmlogrdr.c | 2 drivers/scsi/megaraid/megaraid_sas_fusion.c | 1 drivers/scsi/scsi_sysfs.c | 4 - drivers/scsi/sg.c | 3 + drivers/ssb/pci.c | 1 drivers/staging/comedi/drivers/ni_mio_common.c | 2 drivers/target/target_core_user.c | 2 drivers/thermal/thermal_hwmon.c | 2 drivers/usb/class/cdc-acm.c | 1 drivers/usb/core/hub.c | 101 +++++++------------- drivers/usb/gadget/composite.c | 2 drivers/usb/host/uhci-pci.c | 4 + drivers/usb/serial/kl5kusb105.c | 33 +++++-- drivers/usb/serial/option.c | 7 + fs/block_dev.c | 9 +- fs/btrfs/tree-log.c | 3 - fs/cifs/cifsglob.h | 3 + fs/cifs/cifsproto.h | 3 + fs/cifs/connect.c | 34 +++++-- fs/cifs/smb2file.c | 2 fs/cifs/smb2pdu.c | 77 ++++++++++----- fs/cifs/smb2proto.h | 1 fs/exec.c | 10 ++ fs/ext4/ext4.h | 1 fs/ext4/inline.c | 4 + fs/ext4/mballoc.c | 4 - fs/ext4/super.c | 43 ++++++--- fs/f2fs/debug.c | 1 fs/nfs/file.c | 2 fs/xfs/xfs_log_recover.c | 1 include/linux/netdevice.h | 22 ++-- include/net/ip.h | 2 include/rdma/ib_addr.h | 6 + kernel/trace/trace_functions_graph.c | 17 +++ net/ceph/messenger.c | 13 +++ net/core/dev.c | 2 net/ipv4/af_inet.c | 50 ++++++++++ net/ipv4/fou.c | 16 +++ net/ipv4/gre_offload.c | 5 + net/ipv4/icmp.c | 5 - net/ipv4/ip_options.c | 14 +-- net/ipv4/udp_offload.c | 6 + net/ipv6/ip6_offload.c | 13 +++ net/sunrpc/auth_gss/auth_gss.c | 7 + scripts/kconfig/nconf.gui.c | 15 ++- sound/pci/hda/patch_realtek.c | 3 + sound/usb/hiface/pcm.c | 2 sound/usb/mixer.c | 3 - 71 files changed, 468 insertions(+), 211 deletions(-)