stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuahkh@osg.samsung.com,
	patches@kernelci.org, ben.hutchings@codethink.co.uk,
	lkft-triage@lists.linaro.org, stable@vger.kernel.org
Subject: [PATCH 4.9 00/21] 4.9.73-stable review
Date: Wed, 27 Dec 2017 17:46:16 +0100	[thread overview]
Message-ID: <20171227164559.973657621@linuxfoundation.org> (raw)

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 <gregkh@linuxfoundation.org>
    Linux 4.9.73-rc1

Yelena Krivosheev <yelena@marvell.com>
    net: mvneta: eliminate wrong call to handle rx descriptor error

Yelena Krivosheev <yelena@marvell.com>
    net: mvneta: use proper rxq_number in loop on rx queues

Yelena Krivosheev <yelena@marvell.com>
    net: mvneta: clear interface link status on port disable

Dan Williams <dan.j.williams@intel.com>
    libnvdimm, pfn: fix start_pad handling for aligned namespaces

Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
    powerpc/perf: Dereference BHRB entries safely

Chen-Yu Tsai <wens@csie.org>
    clk: sunxi: sun9i-mmc: Implement reset callback for reset controls

Paolo Bonzini <pbonzini@redhat.com>
    kvm: x86: fix RSM when PCID is non-zero

Wanpeng Li <wanpeng.li@hotmail.com>
    KVM: X86: Fix load RFLAGS w/o the fixed bit

Mika Westerberg <mika.westerberg@linux.intel.com>
    pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems

Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    spi: xilinx: Detect stall with Unknown commands

Helge Deller <deller@gmx.de>
    parisc: Hide Diva-built-in serial aux and graphics card

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()

Takashi Iwai <tiwai@suse.de>
    ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU

Jussi Laako <jussi@sonarnerd.net>
    ALSA: usb-audio: Add native DSD support for Esoteric D-05X

Takashi Iwai <tiwai@suse.de>
    ALSA: rawmidi: Avoid racy info ioctl via ctl device

Johan Hovold <johan@kernel.org>
    mfd: twl6040: Fix child-node lookup

Johan Hovold <johan@kernel.org>
    mfd: twl4030-audio: Fix sibling-node lookup

Jon Hunter <jonathanh@nvidia.com>
    mfd: cros ec: spi: Don't send first message too soon

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    crypto: mcryptd - protect the per-CPU queue with a lock

Dan Williams <dan.j.williams@intel.com>
    acpi, nfit: fix health event notification

Takashi Iwai <tiwai@suse.de>
    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	other threads:[~2017-12-27 16:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27 16:46 Greg Kroah-Hartman [this message]
2017-12-27 16:46 ` [PATCH 4.9 01/21] ACPI: APEI / ERST: Fix missing error handling in erst_reader() Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 02/21] acpi, nfit: fix health event notification Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 03/21] crypto: mcryptd - protect the per-CPU queue with a lock Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 04/21] mfd: cros ec: spi: Dont send first message too soon Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 05/21] mfd: twl4030-audio: Fix sibling-node lookup Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 06/21] mfd: twl6040: Fix child-node lookup Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 07/21] ALSA: rawmidi: Avoid racy info ioctl via ctl device Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 08/21] ALSA: usb-audio: Add native DSD support for Esoteric D-05X Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 09/21] ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 10/21] PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 11/21] parisc: Hide Diva-built-in serial aux and graphics card Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 12/21] spi: xilinx: Detect stall with Unknown commands Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 13/21] pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 15/21] kvm: x86: fix RSM when PCID is non-zero Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 16/21] clk: sunxi: sun9i-mmc: Implement reset callback for reset controls Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 17/21] powerpc/perf: Dereference BHRB entries safely Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 18/21] libnvdimm, pfn: fix start_pad handling for aligned namespaces Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 19/21] net: mvneta: clear interface link status on port disable Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 20/21] net: mvneta: use proper rxq_number in loop on rx queues Greg Kroah-Hartman
2017-12-27 16:46 ` [PATCH 4.9 21/21] net: mvneta: eliminate wrong call to handle rx descriptor error Greg Kroah-Hartman
2017-12-28 15:42 ` [PATCH 4.9 00/21] 4.9.73-stable review Guenter Roeck
2017-12-28 16:33 ` Naresh Kamboju
2017-12-29  9:18   ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171227164559.973657621@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=shuahkh@osg.samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).