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

[email protected] Sat, 16 Jun 2018 06:28:42 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994746AbeFPE2rv22mJ/[email protected]>
Author: Ralf Baechle <[email protected]> Tue May 15 21:55:10 2018 +0200
Commit: 49f8fde56ab055b28b606f4c526687d1dd31ee82
Gitweb: https://git.linux-mips.org/g/ralf/linux/49f8fde56ab0
Branch: linux-4.9-stable

---

 Makefile                                  |    2 -
 arch/powerpc/kernel/eeh_driver.c          |   61 +++++++++++++--------
 arch/powerpc/platforms/powernv/opal-rtc.c |    8 ++-
 arch/x86/include/uapi/asm/msgbuf.h        |   31 +++++++++++
 arch/x86/include/uapi/asm/shmbuf.h        |   42 ++++++++++++++
 arch/x86/kernel/cpu/microcode/intel.c     |    2 -
 arch/x86/kernel/smpboot.c                 |    2 +
 crypto/drbg.c                             |    2 +
 drivers/amba/bus.c                        |   17 ++++--
 drivers/char/random.c                     |   85 ++++++++++++++++++++++-------
 drivers/char/virtio_console.c             |   49 ++++++++---------
 drivers/cpufreq/powernv-cpufreq.c         |   14 ++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c     |    7 ++
 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/of/fdt.c                          |    7 ++
 drivers/pci/host/pci-aardvark.c           |   12 ++--
 drivers/rtc/rtc-opal.c                    |   37 ++++++++-----
 drivers/scsi/sd.c                         |    2 +
 drivers/tty/n_gsm.c                       |   23 ++++++++
 drivers/tty/serial/earlycon.c             |    6 +-
 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 -
 drivers/usb/usbip/usbip_event.c           |    4 -
 fs/ext4/balloc.c                          |   17 +++++-
 fs/ext4/extents.c                         |   16 ++++-
 fs/ext4/ialloc.c                          |    7 ++
 fs/jbd2/transaction.c                     |    1 
 include/asm-generic/vmlinux.lds.h         |    2 -
 include/linux/mtd/flashchip.h             |    1 
 include/linux/serial_core.h               |   21 +++++--
 include/linux/tty.h                       |    2 -
 include/linux/virtio.h                    |    3 +
 include/sound/control.h                   |    7 ++
 lib/kobject.c                             |   12 ++--
 net/ceph/messenger.c                      |    7 ++
 net/ceph/mon_client.c                     |   14 ++++-
 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/firewire/dice/dice-stream.c         |    2 -
 sound/firewire/dice/dice.c                |    2 -
 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 +
 tools/lib/str_error_r.c                   |    2 -
 tools/lib/subcmd/pager.c                  |    5 +-
 65 files changed, 586 insertions(+), 232 deletions(-)