This is the start of the stable review cycle for the 4.9.73 release.
There are 21 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 Fri Dec 29 16:45:43 UTC 2017.
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/v4.x/stable-review/patch-4.9.73-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-4.9.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Yelena Krivosheev <[email protected]>
    net: mvneta: eliminate wrong call to handle rx descriptor error

Yelena Krivosheev <[email protected]>
    net: mvneta: use proper rxq_number in loop on rx queues

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

Dan Williams <[email protected]>
    libnvdimm, pfn: fix start_pad handling for aligned namespaces

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

Chen-Yu Tsai <[email protected]>
    clk: sunxi: sun9i-mmc: Implement reset callback for reset controls

Paolo Bonzini <[email protected]>
    kvm: x86: fix RSM when PCID is non-zero

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

Mika Westerberg <[email protected]>
    pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems

Ricardo Ribalda Delgado <[email protected]>
    spi: xilinx: Detect stall with Unknown commands

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

Jussi Laako <[email protected]>
    ALSA: usb-audio: Add native DSD support for Esoteric D-05X

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

Jon Hunter <[email protected]>
    mfd: cros ec: spi: Don't send first message too soon

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

Dan Williams <[email protected]>
    acpi, nfit: fix health event notification

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


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

Diffstat:

 Makefile                                   |  4 ++--
 arch/powerpc/perf/core-book3s.c            |  8 ++++++--
 arch/x86/kvm/emulate.c                     | 32 ++++++++++++++++++++++-------
 arch/x86/kvm/x86.c                         |  2 +-
 crypto/mcryptd.c                           | 23 +++++++++------------
 drivers/acpi/apei/erst.c                   |  2 +-
 drivers/acpi/nfit/core.c                   |  9 +++++++-
 drivers/clk/sunxi/clk-sun9i-mmc.c          | 12 +++++++++++
 drivers/mfd/cros_ec_spi.c                  |  1 +
 drivers/mfd/twl4030-audio.c                |  9 ++++++--
 drivers/mfd/twl6040.c                      | 12 +++++++----
 drivers/net/ethernet/marvell/mvneta.c      |  8 ++++++--
 drivers/nvdimm/pfn_devs.c                  |  5 +++--
 drivers/parisc/lba_pci.c                   | 33 ++++++++++++++++++++++++++++++
 drivers/pci/pci-driver.c                   |  7 ++++++-
 drivers/pinctrl/intel/pinctrl-cherryview.c | 16 +++++++++++++++
 drivers/spi/spi-xilinx.c                   | 11 ++++++++++
 include/crypto/mcryptd.h                   |  1 +
 sound/core/rawmidi.c                       | 15 +++++++++++---
 sound/usb/mixer.c                          | 27 ++++++++++++++----------
 sound/usb/quirks.c                         |  7 ++++---
 21 files changed, 189 insertions(+), 55 deletions(-)


Reply via email to