Merge tag 'v4.9.52' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable

[email protected] Mon, 02 Oct 2017 10:15:56 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23990434AbdJBIP6fiX2f/[email protected]>
Author: Ralf Baechle <[email protected]> Mon Oct 2 10:12:01 2017 +0200
Commit: 29152b7e9041b66c11903fff004212088b0920ee
Gitweb: https://git.linux-mips.org/g/ralf/linux/29152b7e9041
Branch: linux-4.9-stable

---

 Makefile                                      |    2 
 arch/arc/kernel/entry.S                       |    6 +
 arch/arc/mm/tlb.c                             |    3 
 arch/mips/math-emu/dp_fmax.c                  |   84 ++++++---
 arch/mips/math-emu/dp_fmin.c                  |   86 +++++++--
 arch/mips/math-emu/dp_maddf.c                 |  245 ++++++++++++++++---------
 arch/mips/math-emu/ieee754int.h               |    4 
 arch/mips/math-emu/ieee754sp.h                |    4 
 arch/mips/math-emu/sp_fmax.c                  |   84 ++++++---
 arch/mips/math-emu/sp_fmin.c                  |   86 +++++++--
 arch/mips/math-emu/sp_maddf.c                 |  226 +++++++++++------------
 arch/powerpc/kernel/align.c                   |  119 ++++++++----
 arch/s390/include/asm/mmu.h                   |    2 
 arch/s390/include/asm/mmu_context.h           |    8 -
 arch/s390/include/asm/tlbflush.h              |   30 +--
 block/blk-core.c                              |    2 
 crypto/algif_skcipher.c                       |    4 
 drivers/block/skd_main.c                      |   21 +-
 drivers/crypto/ccp/ccp-crypto-aes-xts.c       |    4 
 drivers/crypto/ccp/ccp-dev-v5.c               |    2 
 drivers/crypto/ccp/ccp-dev.h                  |    2 
 drivers/crypto/ccp/ccp-ops.c                  |   43 +++-
 drivers/devfreq/devfreq.c                     |    5 -
 drivers/gpu/drm/sun4i/sun4i_drv.c             |    8 +
 drivers/infiniband/core/addr.c                |   12 -
 drivers/infiniband/hw/hfi1/rc.c               |    3 
 drivers/infiniband/hw/qib/qib_rc.c            |    4 
 drivers/input/serio/i8042-x86ia64io.h         |    7 +
 drivers/md/bcache/bcache.h                    |    1 
 drivers/md/bcache/request.c                   |    6 -
 drivers/md/bcache/super.c                     |    7 +
 drivers/md/bcache/sysfs.c                     |    4 
 drivers/md/bcache/util.c                      |   50 ++++-
 drivers/md/bcache/writeback.c                 |   20 +-
 drivers/md/bcache/writeback.h                 |   21 ++
 drivers/md/bitmap.c                           |    5 +
 drivers/media/usb/uvc/uvc_ctrl.c              |    7 +
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c |    3 
 drivers/pci/hotplug/pciehp_hpc.c              |    8 +
 drivers/pci/hotplug/shpchp_hpc.c              |    2 
 drivers/pinctrl/pinctrl-amd.c                 |   75 ++++++++
 drivers/pinctrl/pinctrl-amd.h                 |    1 
 drivers/s390/scsi/zfcp_dbf.c                  |   33 +++
 drivers/s390/scsi/zfcp_dbf.h                  |   17 +-
 drivers/s390/scsi/zfcp_fc.h                   |    6 +
 drivers/s390/scsi/zfcp_fsf.c                  |    7 -
 drivers/s390/scsi/zfcp_scsi.c                 |   16 +-
 drivers/scsi/megaraid/megaraid_sas_base.c     |   16 +-
 drivers/scsi/qla2xxx/qla_attr.c               |    8 -
 drivers/scsi/qla2xxx/qla_mid.c                |    2 
 drivers/scsi/sg.c                             |  169 ++++++++---------
 drivers/scsi/storvsc_drv.c                    |    2 
 drivers/tty/tty_buffer.c                      |   26 +++
 fs/ext4/super.c                               |   38 +++-
 fs/nfs/callback.c                             |   24 ++
 fs/orangefs/acl.c                             |   48 +++--
 include/linux/ccp.h                           |    3 
 include/linux/sunrpc/svc.h                    |    1 
 include/linux/tty_flip.h                      |    3 
 kernel/trace/ftrace.c                         |   10 +
 kernel/trace/trace.c                          |   10 +
 kernel/trace/trace_selftest.c                 |    2 
 mm/page_alloc.c                               |   24 ++
 net/netfilter/nf_conntrack_core.c             |   52 +++--
 net/sunrpc/svc.c                              |  134 ++++++++++----
 65 files changed, 1301 insertions(+), 666 deletions(-)