Merge tag 'v4.9.1' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993868AbdAXLwVezjuS/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Jan 24 11:53:34 2017 +0100 Commit: 89f92bcee6cb48902f98bccbdea612f3fd93f6a7 Gitweb: https://git.linux-mips.org/g/ralf/linux/89f92bcee6cb Branch: linux-4.9-stable --- Makefile | 2 arch/alpha/kernel/ptrace.c | 2 arch/arm/xen/enlighten.c | 3 - arch/blackfin/kernel/ptrace.c | 4 - arch/cris/arch-v32/kernel/ptrace.c | 2 arch/ia64/kernel/ptrace.c | 2 arch/mips/kernel/ptrace32.c | 4 - arch/powerpc/kernel/ptrace32.c | 4 - arch/x86/include/asm/asm-prototypes.h | 16 +++ block/blk-mq.c | 6 + drivers/base/power/opp/core.c | 38 ++++---- 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/core/ledtrig-usbport.c | 7 + 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/qgroup.c | 5 - fs/btrfs/relocation.c | 15 ++- fs/btrfs/tree-log.c | 7 + fs/cifs/cifsglob.h | 4 + fs/cifs/cifsproto.h | 3 + fs/cifs/connect.c | 34 +++++-- fs/cifs/file.c | 8 +- fs/cifs/ioctl.c | 2 fs/cifs/smb2file.c | 2 fs/cifs/smb2pdu.c | 87 ++++++++++++----- fs/cifs/smb2pdu.h | 2 fs/cifs/smb2proto.h | 1 fs/cifs/smbencrypt.c | 40 ++------ 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 | 74 +++++++++------ fs/f2fs/checkpoint.c | 8 +- fs/f2fs/debug.c | 1 fs/f2fs/f2fs.h | 36 ++++--- fs/f2fs/file.c | 4 - fs/f2fs/super.c | 7 - fs/splice.c | 9 +- fs/xfs/xfs_bmap_util.c | 7 + fs/xfs/xfs_log_recover.c | 1 include/asm-generic/asm-prototypes.h | 7 + include/linux/capability.h | 2 include/linux/cpu.h | 15 +-- include/linux/mm.h | 2 include/linux/mm_types.h | 1 include/linux/pm_opp.h | 11 +- include/linux/ptrace.h | 4 + include/linux/sched.h | 1 kernel/capability.c | 36 +++++++ kernel/cpu.c | 2 kernel/debug/debug_core.c | 4 - kernel/fork.c | 9 +- kernel/ptrace.c | 70 ++++++++++---- kernel/watchdog.c | 1 mm/filemap.c | 2 mm/init-mm.c | 2 mm/memory.c | 2 mm/nommu.c | 2 mm/page_alloc.c | 12 ++ mm/vmscan.c | 14 ++- scripts/package/builddeb | 2 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 - 103 files changed, 813 insertions(+), 400 deletions(-)