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

[email protected] Thu, 21 Dec 2017 17:22:21 +0100
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23990483AbdLUQWYWt5bb/[email protected]>
Author: Ralf Baechle <[email protected]> Thu Dec 21 14:12:15 2017 +0100
Commit: f1b00e57954f6f412d8b5ea53b22beb8819b4a55
Gitweb: https://git.linux-mips.org/g/ralf/linux/f1b00e57954f
Branch: linux-4.9-stable

---

 Makefile                                           |    2 
 arch/parisc/kernel/syscall.S                       |    6 -
 arch/x86/kernel/cpu/microcode/intel.c              |   19 ++
 crypto/asymmetric_keys/pkcs7_parser.c              |    3 
 drivers/bus/mvebu-mbus.c                           |    2 
 drivers/clocksource/cs5535-clockevt.c              |    3 
 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/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/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.c                            |    3 
 drivers/usb/musb/musb_core.c                       |    6 -
 drivers/usb/musb/sunxi.c                           |    2 
 drivers/usb/serial/metro-usb.c                     |    1 
 fs/crypto/keyinfo.c                                |    5 +
 fs/fscache/object-list.c                           |    7 +
 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                                  |   72 +++++--
 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                                  |    2 
 fs/xfs/xfs_inode.c                                 |    8 +
 fs/xfs/xfs_inode_item.c                            |   86 ++++-----
 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/hyperv.h                             |    4 
 include/linux/key.h                                |   47 +++--
 include/linux/mbus.h                               |    4 
 lib/digsig.c                                       |    6 +
 net/dns_resolver/dns_key.c                         |    2 
 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/hda/hdac_controller.c                        |    5 +
 sound/pci/hda/hda_codec.c                          |    2 
 sound/usb/quirks.c                                 |    1 
 68 files changed, 542 insertions(+), 321 deletions(-)