Merge tag 'v4.4.40' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993891AbdAXMBWHJuZS/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Jan 24 11:57:20 2017 +0100 Commit: adb056a16b034a753438451e5489b9425ba20017 Gitweb: https://git.linux-mips.org/g/ralf/linux/adb056a16b03 Branch: linux-4.4-stable --- Makefile | 2 arch/arm/xen/enlighten.c | 3 - block/blk-mq.c | 6 + drivers/base/core.c | 39 ++++++-- 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/crypto/caam/caamalg.c | 4 + drivers/md/dm-crypt.c | 7 + drivers/md/dm-flakey.c | 2 drivers/md/persistent-data/dm-space-map-metadata.c | 14 +-- drivers/net/ppp/ppp_generic.c | 5 + drivers/usb/class/cdc-acm.c | 1 drivers/usb/core/hub.c | 101 +++++++------------- 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/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/extent-tree.c | 51 ++++++++-- fs/btrfs/extent_io.c | 9 ++ fs/btrfs/ioctl.c | 5 + fs/btrfs/qgroup.c | 5 - fs/btrfs/relocation.c | 27 ++++- fs/btrfs/tree-log.c | 3 - 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 | 32 +++++- 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/xfs/xfs_log_recover.c | 1 include/linux/capability.h | 2 include/linux/mm_types.h | 1 include/linux/ptrace.h | 1 include/linux/sched.h | 1 kernel/capability.c | 36 +++++++ kernel/debug/debug_core.c | 4 - kernel/fork.c | 9 +- kernel/ptrace.c | 28 +++--- kernel/watchdog.c | 1 mm/init-mm.c | 2 mm/vmscan.c | 14 ++- 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 - 67 files changed, 632 insertions(+), 256 deletions(-)