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

[email protected] Sat, 16 Jun 2018 06:26:02 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994709AbeFPE0EwdHMJ/[email protected]>
Author: Ralf Baechle <[email protected]> Tue May 15 22:02:56 2018 +0200
Commit: e13047069a275b1b434ca6b0aaf371ef9afa5980
Gitweb: https://git.linux-mips.org/g/ralf/linux/e13047069a27
Branch: linux-4.4-stable

---

 Makefile                               |    2 -
 arch/x86/include/uapi/asm/msgbuf.h     |   31 ++++++++++++
 arch/x86/include/uapi/asm/shmbuf.h     |   42 ++++++++++++++++
 arch/x86/kernel/smpboot.c              |    2 +
 drivers/amba/bus.c                     |   17 ++++--
 drivers/char/virtio_console.c          |   49 +++++++++---------
 drivers/gpu/drm/virtio/virtgpu_vq.c    |    4 +-
 drivers/mtd/chips/cfi_cmdset_0001.c    |   33 +++++++++++-
 drivers/mtd/chips/cfi_cmdset_0002.c    |    9 ++-
 drivers/scsi/sd.c                      |    2 +
 drivers/tty/n_gsm.c                    |   23 ++++++++-
 drivers/tty/serial/serial_mctrl_gpio.c |    5 ++
 drivers/tty/tty_io.c                   |    5 ++
 drivers/tty/tty_ldisc.c                |   16 +++---
 drivers/usb/core/hcd.c                 |    1 
 drivers/usb/core/hub.c                 |   10 +++-
 drivers/usb/core/quirks.c              |    3 +
 drivers/usb/serial/Kconfig             |    1 
 drivers/usb/serial/cp210x.c            |    1 
 drivers/usb/serial/ftdi_sio.c          |    3 +
 drivers/usb/serial/usb-serial-simple.c |    7 +++
 drivers/usb/usbip/stub_main.c          |    5 ++
 drivers/usb/usbip/usbip_common.h       |    2 -
 fs/ext4/balloc.c                       |   17 ++++++
 fs/ext4/extents.c                      |   16 ++++--
 fs/ext4/ialloc.c                       |    7 +++
 fs/jbd2/transaction.c                  |    1 
 include/linux/mtd/flashchip.h          |    1 
 include/linux/tty.h                    |    2 -
 include/linux/virtio.h                 |    3 +
 include/sound/control.h                |    7 ++-
 lib/kobject.c                          |   12 ++---
 net/ceph/messenger.c                   |    7 +++
 sound/core/pcm_native.c                |    1 
 sound/core/seq/oss/seq_oss_event.c     |   15 +++---
 sound/core/seq/oss/seq_oss_midi.c      |    2 +
 sound/core/seq/oss/seq_oss_synth.c     |   85 ++++++++++++++++++--------------
 sound/core/seq/oss/seq_oss_synth.h     |    3 +
 sound/drivers/opl3/opl3_synth.c        |    7 ++-
 sound/pci/asihpi/hpimsginit.c          |   13 +++--
 sound/pci/asihpi/hpioctl.c             |    4 +-
 sound/pci/hda/hda_hwdep.c              |   12 ++++-
 sound/pci/hda/patch_realtek.c          |    2 +
 sound/pci/rme9652/hdspm.c              |   24 +++++----
 sound/pci/rme9652/rme9652.c            |    6 ++
 sound/soc/fsl/fsl_esai.c               |    7 +++
 sound/usb/mixer_maps.c                 |    3 +
 47 files changed, 395 insertions(+), 135 deletions(-)