This is the start of the stable review cycle for the 3.18.91 release.
There are 32 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed Jan  3 13:59:44 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
        kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.91-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git 
linux-3.18.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <[email protected]>
    Linux 3.18.91-rc1

Linus Torvalds <[email protected]>
    n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)

Daniel Thompson <[email protected]>
    usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201

Oliver Neukum <[email protected]>
    usb: add RESET_RESUME for ELSA MicroLink 56K

Dmitry Fleytman Dmitry Fleytman <[email protected]>
    usb: Add device quirk for Logitech HD Pro Webcam C925e

Daniele Palmas <[email protected]>
    USB: serial: option: add support for Telit ME910 PID 0x1101

Mohamed Ghannam <[email protected]>
    net: ipv4: fix for a race condition in raw_sendmsg

Tonghao Zhang <[email protected]>
    sctp: Replace use of sockets_allocated with specified macro.

Tobias Jordan <[email protected]>
    net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case

Brian King <[email protected]>
    tg3: Fix rx hang on MTU change with 5717/5719

Christoph Paasch <[email protected]>
    tcp md5sig: Use skb's saddr when replying to an incoming segment

Sebastian Sjoholm <[email protected]>
    net: qmi_wwan: add Sierra EM7565 1199:9091

Kevin Cernekee <[email protected]>
    netlink: Add netns check on taps

Kevin Cernekee <[email protected]>
    net: igmp: Use correct source address on IGMPv3 reports

Eric Dumazet <[email protected]>
    ipv6: mcast: better catch silly mtu values

Eric Dumazet <[email protected]>
    ipv4: igmp: guard against silly MTU values

Linus Torvalds <[email protected]>
    kbuild: add '-fno-stack-check' to kernel build options

Johan Hovold <[email protected]>
    ASoC: twl4030: fix child-node lookup

Steven Rostedt (VMware) <[email protected]>
    ring-buffer: Mask out the info bits when returning buffer page length

Jing Xia <[email protected]>
    tracing: Fix crash when it fails to alloc ring buffer

Steven Rostedt (VMware) <[email protected]>
    tracing: Fix possible double free on failure of allocating trace buffer

Steven Rostedt (VMware) <[email protected]>
    tracing: Remove extra zeroing out of the ring buffer page

Yelena Krivosheev <[email protected]>
    net: mvneta: clear interface link status on port disable

Ravi Bangoria <[email protected]>
    powerpc/perf: Dereference BHRB entries safely

Wanpeng Li <[email protected]>
    KVM: X86: Fix load RFLAGS w/o the fixed bit

Helge Deller <[email protected]>
    parisc: Hide Diva-built-in serial aux and graphics card

Rafael J. Wysocki <[email protected]>
    PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()

Takashi Iwai <[email protected]>
    ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU

Takashi Iwai <[email protected]>
    ALSA: rawmidi: Avoid racy info ioctl via ctl device

Johan Hovold <[email protected]>
    mfd: twl6040: Fix child-node lookup

Johan Hovold <[email protected]>
    mfd: twl4030-audio: Fix sibling-node lookup

Sebastian Andrzej Siewior <[email protected]>
    crypto: mcryptd - protect the per-CPU queue with a lock

Takashi Iwai <[email protected]>
    ACPI: APEI / ERST: Fix missing error handling in erst_reader()


-------------

Diffstat:

 Makefile                              |  7 ++++--
 arch/powerpc/perf/core-book3s.c       |  8 +++++--
 arch/x86/kvm/x86.c                    |  2 +-
 crypto/mcryptd.c                      | 23 ++++++++----------
 drivers/acpi/apei/erst.c              |  2 +-
 drivers/mfd/twl4030-audio.c           |  9 +++++--
 drivers/mfd/twl6040.c                 | 12 ++++++----
 drivers/net/ethernet/broadcom/tg3.c   |  4 +++-
 drivers/net/ethernet/marvell/mvmdio.c |  3 ++-
 drivers/net/ethernet/marvell/mvneta.c |  4 ++++
 drivers/net/usb/qmi_wwan.c            |  1 +
 drivers/parisc/lba_pci.c              | 33 ++++++++++++++++++++++++++
 drivers/pci/pci-driver.c              |  7 +++++-
 drivers/tty/n_tty.c                   |  4 ++--
 drivers/usb/core/quirks.c             |  6 ++++-
 drivers/usb/host/xhci-pci.c           |  3 +++
 drivers/usb/serial/option.c           |  8 +++++++
 include/crypto/mcryptd.h              |  1 +
 include/net/ip.h                      |  2 ++
 kernel/trace/ring_buffer.c            |  6 ++++-
 kernel/trace/trace.c                  | 13 ++++-------
 net/ipv4/devinet.c                    |  2 +-
 net/ipv4/igmp.c                       | 44 +++++++++++++++++++++++++++--------
 net/ipv4/ip_tunnel.c                  |  4 ++--
 net/ipv4/raw.c                        | 15 ++++++++----
 net/ipv4/tcp_ipv4.c                   |  2 +-
 net/ipv6/mcast.c                      | 25 ++++++++++++--------
 net/ipv6/tcp_ipv6.c                   |  2 +-
 net/netlink/af_netlink.c              |  3 +++
 net/sctp/socket.c                     |  4 ++--
 sound/core/rawmidi.c                  | 15 +++++++++---
 sound/soc/codecs/twl4030.c            |  4 +++-
 sound/usb/mixer.c                     | 27 ++++++++++++---------
 33 files changed, 217 insertions(+), 88 deletions(-)


Reply via email to