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

[email protected]
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23995096AbdEMWjGFvUFF/[email protected]>
Author: Ralf Baechle <[email protected]> Tue Apr 4 13:40:34 2017 +0200
Commit: e9421ed047ceaccc02f02efb85088feb25feadf2
Gitweb: https://git.linux-mips.org/g/ralf/linux/e9421ed047ce
Branch: linux-4.4-stable

This is the 4.4.53 stable release

---

 Documentation/Makefile                             |    2 
 Documentation/mic/Makefile                         |    1 
 Documentation/mic/mpssd/Makefile                   |   21 ---
 Makefile                                           |    2 
 arch/arm/boot/dts/at91-sama5d2_xplained.dts        |    2 
 arch/arm/boot/dts/at91-sama5d4_xplained.dts        |    2 
 arch/arm/include/asm/kvm_mmu.h                     |    9 -
 arch/arm64/include/asm/kvm_mmu.h                   |    3 
 arch/mips/bcm47xx/buttons.c                        |   10 +
 arch/mips/cavium-octeon/octeon-memcpy.S            |   20 ++-
 arch/mips/kernel/process.c                         |  151 +++++++++++++-------
 arch/mips/lantiq/xway/sysctrl.c                    |    8 +
 arch/mips/mm/sc-ip22.c                             |    2 
 arch/powerpc/kernel/hw_breakpoint.c                |    4 -
 crypto/testmgr.h                                   |    2 
 drivers/bcma/main.c                                |    4 +
 drivers/block/loop.c                               |   32 +++-
 drivers/dma/ipu/ipu_irq.c                          |    2 
 drivers/hv/hv.c                                    |    8 +
 drivers/hv/hv_fcopy.c                              |    4 +
 drivers/hv/hv_kvp.c                                |    4 +
 drivers/hv/hv_snapshot.c                           |    4 +
 drivers/iio/pressure/mpl115.c                      |    1 
 drivers/iio/pressure/mpl3115.c                     |    4 -
 drivers/infiniband/core/cma.c                      |    3 
 drivers/iommu/intel-iommu.c                        |    3 
 drivers/md/dm-cache-target.c                       |    6 -
 drivers/md/dm-stats.c                              |    1 
 drivers/md/linear.c                                |   39 +++++
 drivers/md/linear.h                                |    1 
 drivers/media/pci/dm1105/Kconfig                   |    2 
 drivers/media/platform/am437x/am437x-vpfe.c        |    2 
 drivers/media/usb/uvc/uvc_queue.c                  |    2 
 drivers/net/can/usb/usb_8dev.c                     |    9 -
 drivers/net/wireless/ath/ath5k/mac80211-ops.c      |    3 
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.h     |    4 -
 drivers/net/wireless/ath/ath9k/ath9k.h             |    1 
 drivers/net/wireless/ath/ath9k/init.c              |    1 
 drivers/net/wireless/ath/ath9k/mac.c               |   44 +++++-
 drivers/net/wireless/ath/ath9k/mac.h               |    1 
 drivers/net/wireless/ath/ath9k/main.c              |   27 +---
 drivers/net/wireless/realtek/rtlwifi/pci.h         |    4 -
 .../net/wireless/realtek/rtlwifi/rtl8192ee/hw.c    |    2 
 .../net/wireless/realtek/rtlwifi/rtl8821ae/hw.c    |    2 
 drivers/net/wireless/realtek/rtlwifi/usb.h         |    3 
 drivers/regulator/core.c                           |    5 -
 drivers/rtc/rtc-sun6i.c                            |   23 +++
 drivers/scsi/aacraid/src.c                         |   21 ++-
 drivers/scsi/lpfc/lpfc_hw4.h                       |    2 
 drivers/scsi/lpfc/lpfc_sli.c                       |    9 +
 drivers/scsi/scsi_dh.c                             |   22 +--
 drivers/scsi/scsi_lib.c                            |   23 +++
 drivers/scsi/sd.c                                  |    9 +
 drivers/scsi/storvsc_drv.c                         |   32 ++++
 drivers/staging/rtl8188eu/core/rtw_recv.c          |    3 
 drivers/staging/rtl8712/rtl871x_recv.c             |    7 +
 drivers/target/iscsi/iscsi_target.c                |    2 
 drivers/target/target_core_tpg.c                   |   42 +++++-
 drivers/target/target_core_transport.c             |   85 +++++++----
 drivers/usb/gadget/udc/fsl_udc_core.c              |   10 +
 drivers/usb/host/xhci-plat.c                       |    6 -
 drivers/usb/musb/da8xx.c                           |    6 -
 drivers/w1/masters/ds2490.c                        |  142 +++++++++++--------
 drivers/w1/w1.c                                    |    1 
 fs/ext4/extents.c                                  |   27 ++--
 fs/ext4/inline.c                                   |    9 +
 fs/ext4/inode.c                                    |   39 +++--
 fs/ext4/mballoc.c                                  |    7 +
 fs/ext4/super.c                                    |    9 +
 fs/fuse/file.c                                     |    1 
 fs/gfs2/glock.c                                    |    5 +
 fs/jbd2/transaction.c                              |    4 -
 fs/nfs/nfs4proc.c                                  |   10 -
 fs/nfs/nfs4xdr.c                                   |    2 
 fs/nfsd/vfs.c                                      |   59 +++++---
 include/linux/intel-iommu.h                        |   14 +-
 include/rdma/ib_sa.h                               |    6 -
 include/scsi/scsi_device.h                         |    1 
 include/soc/at91/at91sam9_ddrsdr.h                 |    3 
 include/target/target_core_base.h                  |    1 
 include/target/target_core_fabric.h                |    2 
 ipc/shm.c                                          |   13 +-
 kernel/membarrier.c                                |    4 +
 mm/filemap.c                                       |    7 +
 mm/page_alloc.c                                    |    2 
 mm/vmpressure.c                                    |   10 +
 samples/mic/mpssd/.gitignore                       |    0 
 samples/mic/mpssd/Makefile                         |   27 ++++
 samples/mic/mpssd/micctrl                          |    0 
 samples/mic/mpssd/mpss                             |    0 
 samples/mic/mpssd/mpssd.c                          |    0 
 samples/mic/mpssd/mpssd.h                          |    0 
 samples/mic/mpssd/sysfs.c                          |    0 
 samples/seccomp/bpf-helper.h                       |  125 ++++++++++-------
 sound/core/seq/seq_fifo.c                          |    3 
 sound/core/timer.c                                 |   18 ++
 sound/pci/ctxfi/cthw20k1.c                         |   19 +--
 sound/pci/ctxfi/cthw20k2.c                         |   19 +--
 sound/pci/hda/hda_intel.c                          |    4 -
 sound/pci/hda/patch_realtek.c                      |    8 +
 100 files changed, 898 insertions(+), 472 deletions(-)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.