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

[email protected]
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23993912AbdAXLzACBqTS/[email protected]>
Author: Ralf Baechle <[email protected]> Tue Jan 24 11:56:25 2017 +0100
Commit: 8a40935808e80608a2f8a53999ea9e00f12a6857
Gitweb: https://git.linux-mips.org/g/ralf/linux/8a40935808e8
Branch: linux-4.8-stable

---

 Makefile                                           |    2 
 arch/arm/xen/enlighten.c                           |    3 
 arch/arm64/include/asm/acpi.h                      |    8 +
 arch/arm64/kernel/setup.c                          |    9 +
 block/blk-mq.c                                     |    6 -
 drivers/base/core.c                                |   39 ++++-
 drivers/base/power/opp/core.c                      |   22 +--
 drivers/block/aoe/aoecmd.c                         |   41 ------
 drivers/block/loop.c                               |    2 
 drivers/char/tpm/xen-tpmfront.c                    |    1 
 drivers/clk/ti/clk-3xxx.c                          |   20 +--
 drivers/clk/ti/clock.h                             |    9 +
 drivers/clk/ti/dpll.c                              |   19 ++-
 drivers/clk/ti/dpll3xxx.c                          |   67 +++++++++
 drivers/cpufreq/cpufreq-dt.c                       |   12 +-
 drivers/crypto/caam/caamalg.c                      |    4 -
 drivers/md/dm-crypt.c                              |    7 +
 drivers/md/dm-flakey.c                             |    2 
 drivers/md/dm-raid.c                               |    9 -
 drivers/md/dm-rq.c                                 |   10 +
 drivers/md/dm-table.c                              |   24 ++-
 drivers/md/persistent-data/dm-space-map-metadata.c |   14 +-
 drivers/nvme/target/configfs.c                     |    6 -
 drivers/nvme/target/core.c                         |   14 +-
 drivers/nvme/target/nvmet.h                        |    6 -
 drivers/usb/class/cdc-acm.c                        |    1 
 drivers/usb/core/hub.c                             |  101 +++++---------
 drivers/usb/dwc3/gadget.c                          |   13 +-
 drivers/usb/gadget/composite.c                     |   11 +
 drivers/usb/gadget/function/f_uac2.c               |   14 +-
 drivers/usb/gadget/function/uvc_video.c            |    2 
 drivers/usb/host/uhci-pci.c                        |    4 +
 drivers/usb/serial/kl5kusb105.c                    |   33 +++-
 drivers/usb/serial/option.c                        |    7 +
 drivers/usb/usbip/vudc_transfer.c                  |    2 
 drivers/watchdog/mei_wdt.c                         |    2 
 drivers/watchdog/qcom-wdt.c                        |    2 
 drivers/xen/gntdev.c                               |    2 
 fs/block_dev.c                                     |    2 
 fs/btrfs/async-thread.c                            |   14 ++
 fs/btrfs/async-thread.h                            |    1 
 fs/btrfs/ctree.h                                   |    4 +
 fs/btrfs/delayed-inode.c                           |    6 +
 fs/btrfs/disk-io.c                                 |   23 +++
 fs/btrfs/extent-tree.c                             |   51 ++++++-
 fs/btrfs/extent_io.c                               |    9 +
 fs/btrfs/ioctl.c                                   |    5 +
 fs/btrfs/qgroup.c                                  |    5 -
 fs/btrfs/relocation.c                              |   42 ++++--
 fs/btrfs/send.c                                    |   58 ++++++++
 fs/btrfs/tree-log.c                                |    7 -
 fs/btrfs/volumes.c                                 |   64 ++++-----
 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                                          |   31 +++-
 fs/ext4/ext4_jbd2.h                                |   14 +-
 fs/ext4/inline.c                                   |    4 -
 fs/ext4/inode.c                                    |    6 +
 fs/ext4/mballoc.c                                  |    4 -
 fs/ext4/super.c                                    |   69 ++++++---
 fs/f2fs/debug.c                                    |    1 
 fs/f2fs/f2fs.h                                     |   10 +
 fs/f2fs/file.c                                     |    4 -
 fs/f2fs/super.c                                    |    7 -
 fs/xfs/xfs_log_recover.c                           |    1 
 include/linux/capability.h                         |    2 
 include/linux/mm_types.h                           |    1 
 include/linux/pm_opp.h                             |   11 +
 include/linux/ptrace.h                             |    1 
 include/linux/sched.h                              |    1 
 include/net/netfilter/nf_conntrack.h               |    4 -
 include/net/netfilter/nf_conntrack_extend.h        |    3 
 include/net/netfilter/nf_nat.h                     |    3 
 kernel/capability.c                                |   36 +++++
 kernel/debug/debug_core.c                          |    4 -
 kernel/fork.c                                      |    9 +
 kernel/ptrace.c                                    |   28 ++--
 kernel/watchdog.c                                  |    1 
 mm/filemap.c                                       |    2 
 mm/init-mm.c                                       |    2 
 mm/page_alloc.c                                    |   12 +-
 mm/vmscan.c                                        |   14 +-
 net/netfilter/nf_conntrack_extend.c                |   15 ++
 net/netfilter/nf_nat_core.c                        |  149 +++++++++++---------
 sound/pci/hda/hda_auto_parser.c                    |    4 -
 sound/pci/hda/patch_ca0132.c                       |    1 
 sound/pci/hda/patch_conexant.c                     |   17 ++
 sound/pci/hda/patch_realtek.c                      |    3 
 sound/soc/intel/atom/sst-mfld-platform-pcm.c       |    6 +
 sound/usb/hiface/pcm.c                             |    2 
 sound/usb/mixer.c                                  |    3 
 95 files changed, 956 insertions(+), 490 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.