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

[email protected] Thu, 12 Jul 2018 11:02:16 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994002AbeGLJCTa0d4T/[email protected]>
Author: Ralf Baechle <[email protected]> Thu Jul 12 09:55:28 2018 +0200
Commit: eb6f8a1031069a6a70898bafbbd0e6c575da2d21
Gitweb: https://git.linux-mips.org/g/ralf/linux/eb6f8a103106
Branch: linux-4.9-stable

---

 Makefile                                         |    2 -
 arch/arm/boot/dts/imx6q.dtsi                     |    2 -
 arch/s390/kernel/entry.S                         |    4 +
 arch/x86/kernel/cpu/common.c                     |    7 ++
 arch/x86/kernel/kprobes/core.c                   |   42 +++++------
 arch/x86/xen/smp.c                               |    5 +
 drivers/base/power/opp/core.c                    |    2 -
 drivers/block/drbd/drbd_worker.c                 |    2 -
 drivers/gpu/drm/udl/udl_fb.c                     |    5 +
 drivers/gpu/drm/udl/udl_transfer.c               |   11 ++-
 drivers/hid/hid-debug.c                          |    8 ++
 drivers/hid/i2c-hid/i2c-hid.c                    |    2 -
 drivers/hid/usbhid/hiddev.c                      |   11 +++
 drivers/i2c/busses/i2c-rcar.c                    |    4 +
 drivers/infiniband/hw/hfi1/chip.c                |    8 +-
 drivers/infiniband/hw/hfi1/file_ops.c            |    2 -
 drivers/infiniband/hw/hfi1/init.c                |    9 +-
 drivers/md/dm-bufio.c                            |   31 ++++----
 drivers/media/i2c/cx25840/cx25840-core.c         |   28 ++++++-
 drivers/mtd/chips/cfi_cmdset_0002.c              |   30 +++++---
 drivers/mtd/nand/mxc_nand.c                      |    5 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c   |    6 +-
 drivers/net/phy/micrel.c                         |   17 +---
 drivers/scsi/sg.c                                |   42 ++++++++++-
 drivers/staging/android/ion/ion_heap.c           |    2 -
 drivers/staging/comedi/drivers/quatech_daqp_cs.c |    2 -
 drivers/tty/n_tty.c                              |   55 ++++++++------
 drivers/tty/vt/vt.c                              |    4 +
 drivers/usb/class/cdc-acm.c                      |    3 +
 drivers/usb/dwc2/hcd_queue.c                     |    2 -
 drivers/usb/serial/cp210x.c                      |   14 ++++
 fs/cifs/cifssmb.c                                |   10 ++-
 fs/cifs/smb2pdu.c                                |   18 +++--
 fs/ext4/balloc.c                                 |   21 +++--
 fs/ext4/ext4.h                                   |    5 -
 fs/ext4/ext4_extents.h                           |    1 
 fs/ext4/extents.c                                |    6 ++
 fs/ext4/ialloc.c                                 |   14 +++-
 fs/ext4/inline.c                                 |    1 
 fs/ext4/inode.c                                  |    7 +-
 fs/ext4/mballoc.c                                |    6 +-
 fs/ext4/super.c                                  |   86 +++++++++++++++++++---
 fs/jbd2/transaction.c                            |    9 ++
 kernel/trace/trace_functions_graph.c             |    5 +
 mm/hugetlb.c                                     |    1 
 mm/page_alloc.c                                  |    1 
 net/ipv4/fib_semantics.c                         |    2 -
 net/ipv6/sit.c                                   |    1 
 net/netfilter/nf_log.c                           |    9 ++
 net/netfilter/nf_tables_core.c                   |    3 +
 scripts/Kbuild.include                           |    5 +
 tools/build/Build.include                        |    5 +
 tools/objtool/Makefile                           |    2 -
 tools/scripts/Makefile.include                   |    2 +
 54 files changed, 407 insertions(+), 180 deletions(-)