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

[email protected] Thu, 21 Dec 2017 17:14:58 +0100
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23990437AbdLUQPCb9XJb/[email protected]>
Author: Ralf Baechle <[email protected]> Thu Dec 21 14:08:22 2017 +0100
Commit: f1cfe1c1ab5dfd850e5346c0c926dc113e53f8df
Gitweb: https://git.linux-mips.org/g/ralf/linux/f1cfe1c1ab5d
Branch: linux-4.13-stable

---

 Makefile                                           |    2 
 arch/arm/boot/dts/sun6i-a31.dtsi                   |   16 +-
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts    |    4 
 arch/parisc/kernel/syscall.S                       |    6 -
 arch/parisc/kernel/time.c                          |    5 -
 arch/s390/kernel/smp.c                             |    3 
 arch/x86/kernel/cpu/microcode/intel.c              |   19 ++
 crypto/asymmetric_keys/pkcs7_parser.c              |    3 
 drivers/block/nbd.c                                |    2 
 drivers/bus/mvebu-mbus.c                           |    2 
 drivers/clocksource/cs5535-clockevt.c              |    3 
 drivers/gpu/drm/i915/intel_ddi.c                   |    4 
 drivers/gpu/drm/nouveau/nv50_display.c             |    5 -
 drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c      |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c     |    2 
 drivers/i2c/busses/i2c-ismt.c                      |    5 -
 drivers/i2c/busses/i2c-piix4.c                     |   30 +++
 drivers/iio/dummy/iio_simple_dummy_events.c        |    1 
 drivers/input/touchscreen/stmfts.c                 |    6 -
 drivers/media/cec/cec-adap.c                       |   13 +
 drivers/media/dvb-frontends/dib3000mc.c            |   50 ++++-
 drivers/media/dvb-frontends/dvb-pll.c              |   22 ++
 .../media/platform/s5p-cec/exynos_hdmi_cecctrl.c   |    3 
 drivers/media/platform/s5p-cec/s5p_cec.c           |   11 +
 drivers/media/platform/s5p-cec/s5p_cec.h           |    2 
 drivers/media/tuners/mt2060.c                      |   59 +++++-
 drivers/mmc/host/sdhci-pci-core.c                  |    2 
 drivers/net/can/flexcan.c                          |   91 ++++++++-
 drivers/net/can/usb/esd_usb2.c                     |    2 
 drivers/net/can/usb/gs_usb.c                       |   10 -
 .../wireless/broadcom/brcm80211/brcmfmac/fweh.c    |    3 
 .../broadcom/brcm80211/brcmsmac/phy/phy_n.c        |  197 ++++++++++----------
 .../net/wireless/realtek/rtlwifi/rtl8821ae/hw.c    |    2 
 drivers/scsi/qla2xxx/qla_os.c                      |    3 
 .../vc04_services/bcm2835-audio/bcm2835-vchiq.c    |   19 +-
 drivers/usb/class/cdc-acm.c                        |    3 
 drivers/usb/core/config.c                          |    6 -
 drivers/usb/core/devio.c                           |    6 -
 drivers/usb/core/hub.c                             |   11 +
 drivers/usb/core/quirks.c                          |    4 
 drivers/usb/host/xhci-hub.c                        |   23 ++
 drivers/usb/host/xhci-ring.c                       |   21 +-
 drivers/usb/host/xhci.c                            |    3 
 drivers/usb/musb/musb_core.c                       |   21 +-
 drivers/usb/musb/musb_core.h                       |    2 
 drivers/usb/musb/musb_cppi41.c                     |   94 ++++++++--
 drivers/usb/musb/sunxi.c                           |    2 
 drivers/usb/serial/metro-usb.c                     |    1 
 fs/crypto/keyinfo.c                                |    5 +
 fs/ecryptfs/ecryptfs_kernel.h                      |   24 ++
 fs/ecryptfs/keystore.c                             |    9 +
 fs/fscache/object-list.c                           |    7 +
 fs/iomap.c                                         |   14 +
 fs/xfs/libxfs/xfs_ag_resv.c                        |   12 +
 fs/xfs/libxfs/xfs_alloc.c                          |    8 +
 fs/xfs/libxfs/xfs_bmap.c                           |   11 +
 fs/xfs/libxfs/xfs_bmap.h                           |    1 
 fs/xfs/libxfs/xfs_log_format.h                     |   27 +--
 fs/xfs/xfs_acl.c                                   |   22 ++
 fs/xfs/xfs_aops.c                                  |   50 ++++-
 fs/xfs/xfs_attr_inactive.c                         |    2 
 fs/xfs/xfs_bmap_util.c                             |   40 ++++
 fs/xfs/xfs_bmap_util.h                             |   13 +
 fs/xfs/xfs_error.c                                 |    2 
 fs/xfs/xfs_file.c                                  |   35 ++--
 fs/xfs/xfs_fsmap.c                                 |   58 ++++--
 fs/xfs/xfs_inode.c                                 |    8 +
 fs/xfs/xfs_inode_item.c                            |   81 ++++----
 fs/xfs/xfs_iomap.c                                 |    7 +
 fs/xfs/xfs_iomap.h                                 |    2 
 fs/xfs/xfs_ondisk.h                                |    2 
 fs/xfs/xfs_pnfs.c                                  |    2 
 fs/xfs/xfs_reflink.c                               |    9 +
 include/linux/key.h                                |   47 +++--
 include/linux/mbus.h                               |    4 
 include/sound/control.h                            |    3 
 lib/digsig.c                                       |    6 +
 net/can/af_can.c                                   |   14 +
 net/dns_resolver/dns_key.c                         |    2 
 samples/trace_events/trace-events-sample.c         |   14 +
 security/keys/big_key.c                            |    4 
 security/keys/encrypted-keys/encrypted.c           |    9 +
 security/keys/gc.c                                 |    8 -
 security/keys/key.c                                |   41 +++-
 security/keys/keyctl.c                             |    9 -
 security/keys/keyring.c                            |   10 +
 security/keys/proc.c                               |    7 +
 security/keys/process_keys.c                       |    2 
 security/keys/request_key.c                        |    7 -
 security/keys/request_key_auth.c                   |    2 
 security/keys/trusted.c                            |    2 
 security/keys/user_defined.c                       |    4 
 sound/core/seq/seq_lock.c                          |    4 
 sound/core/seq/seq_lock.h                          |   12 -
 sound/core/vmaster.c                               |   31 +++
 sound/hda/hdac_controller.c                        |    5 +
 sound/pci/hda/hda_codec.c                          |   97 ++++++----
 sound/usb/quirks.c                                 |    1 
 tools/power/x86/turbostat/turbostat.c              |   10 -
 99 files changed, 1090 insertions(+), 522 deletions(-)