Merge tag 'v4.4.89' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
[email protected] Mon, 02 Oct 2017 10:15:50 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23990433AbdJBIPwT2hVf/[email protected]> |
Author: Ralf Baechle <[email protected]> Mon Oct 2 10:12:36 2017 +0200 Commit: e5bfa5cbb4644cfcd2871a919035f1d4d0424f8a Gitweb: https://git.linux-mips.org/g/ralf/linux/e5bfa5cbb464 Branch: linux-4.4-stable --- Makefile | 2 arch/arc/kernel/entry.S | 6 + arch/arc/mm/tlb.c | 3 arch/mips/math-emu/dp_fmax.c | 84 +++++++++--- arch/mips/math-emu/dp_fmin.c | 86 +++++++++---- arch/mips/math-emu/sp_fmax.c | 84 +++++++++--- arch/mips/math-emu/sp_fmin.c | 86 +++++++++---- arch/powerpc/kernel/align.c | 119 +++++++++++------- arch/x86/include/asm/elf.h | 5 - block/blk-core.c | 2 crypto/algif_skcipher.c | 4 - drivers/block/skd_main.c | 21 ++- drivers/input/serio/i8042-x86ia64io.h | 7 + drivers/md/bcache/bcache.h | 1 drivers/md/bcache/request.c | 6 - drivers/md/bcache/super.c | 7 + drivers/md/bcache/sysfs.c | 4 - drivers/md/bcache/util.c | 50 +++++-- drivers/md/bcache/writeback.c | 20 ++- drivers/md/bcache/writeback.h | 21 +++ drivers/md/bitmap.c | 5 + drivers/md/raid5.c | 2 drivers/media/usb/uvc/uvc_ctrl.c | 7 + drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 3 drivers/net/ethernet/freescale/gianfar.c | 2 drivers/net/ethernet/qlogic/qlge/qlge_dbg.c | 2 drivers/net/phy/phy.c | 3 drivers/pci/hotplug/shpchp_hpc.c | 2 drivers/s390/scsi/zfcp_dbf.c | 33 ++++- drivers/s390/scsi/zfcp_dbf.h | 17 ++- drivers/s390/scsi/zfcp_fc.h | 6 + drivers/s390/scsi/zfcp_fsf.c | 7 + drivers/s390/scsi/zfcp_scsi.c | 16 +- drivers/scsi/megaraid/megaraid_sas_base.c | 13 ++ drivers/scsi/qla2xxx/qla_attr.c | 8 + drivers/scsi/sg.c | 169 +++++++++++-------------- drivers/scsi/storvsc_drv.c | 2 drivers/tty/tty_buffer.c | 26 ++++ fs/ext4/super.c | 38 +++++- fs/f2fs/recovery.c | 2 fs/nfsd/nfs4state.c | 10 + include/linux/tty_flip.h | 3 include/net/inet_frag.h | 41 +----- include/net/ip6_fib.h | 32 ++++- kernel/trace/ftrace.c | 10 + kernel/trace/trace.c | 2 kernel/trace/trace_selftest.c | 2 mm/page_alloc.c | 24 +++- net/ieee802154/6lowpan/reassembly.c | 11 -- net/ipv4/inet_fragment.c | 4 - net/ipv4/ip_fragment.c | 12 -- net/ipv4/tcp.c | 4 + net/ipv6/addrconf.c | 2 net/ipv6/ip6_fib.c | 56 ++++++-- net/ipv6/netfilter/nf_conntrack_reasm.c | 12 -- net/ipv6/output_core.c | 6 - net/ipv6/reassembly.c | 12 -- net/ipv6/route.c | 17 ++- 58 files changed, 818 insertions(+), 423 deletions(-)