This is the start of the stable review cycle for the 4.14.220 release.
There are 15 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 Sun, 07 Feb 2021 14:06:42 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
        
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.220-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.14.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Peter Zijlstra <[email protected]>
    kthread: Extract KTHREAD_IS_PER_CPU

Josh Poimboeuf <[email protected]>
    objtool: Don't fail on missing symbol table

Brian King <[email protected]>
    scsi: ibmvfc: Set default timeout to avoid crash during migration

Felix Fietkau <[email protected]>
    mac80211: fix fast-rx encryption check

Javed Hasan <[email protected]>
    scsi: libfc: Avoid invoking response handler twice if ep is already 
completed

Martin Wilck <[email protected]>
    scsi: scsi_transport_srp: Don't block target in failfast state

Peter Zijlstra <[email protected]>
    x86: __always_inline __{rd,wr}msr()

Tony Lindgren <[email protected]>
    phy: cpcap-usb: Fix warning for missing regulator_disable

Rafael J. Wysocki <[email protected]>
    driver core: Extend device_is_dependent()

Benjamin Gaignard <[email protected]>
    base: core: Remove WARN_ON from link dependencies check

Eric Dumazet <[email protected]>
    net_sched: gen_estimator: support large ewma log

Eric Dumazet <[email protected]>
    net_sched: reject silly cell_log in qdisc_get_rtab()

Rafael J. Wysocki <[email protected]>
    ACPI: thermal: Do not call acpi_thermal_check() directly

Lijun Pan <[email protected]>
    ibmvnic: Ensure that CRQ entry read are correctly ordered

Pan Bian <[email protected]>
    net: dsa: bcm_sf2: put device node before return


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

Diffstat:

 Makefile                             |  4 +--
 arch/x86/include/asm/msr.h           |  4 +--
 drivers/acpi/thermal.c               | 55 +++++++++++++++++++++++++-----------
 drivers/base/core.c                  | 19 +++++++++++--
 drivers/net/dsa/bcm_sf2.c            |  8 ++++--
 drivers/net/ethernet/ibm/ibmvnic.c   |  6 ++++
 drivers/phy/motorola/phy-cpcap-usb.c | 19 +++++++++----
 drivers/scsi/ibmvscsi/ibmvfc.c       |  4 ++-
 drivers/scsi/libfc/fc_exch.c         | 16 +++++++++--
 drivers/scsi/scsi_transport_srp.c    |  9 +++++-
 include/linux/kthread.h              |  3 ++
 kernel/kthread.c                     | 27 +++++++++++++++++-
 kernel/smpboot.c                     |  1 +
 net/core/gen_estimator.c             | 11 +++++---
 net/mac80211/rx.c                    |  2 ++
 net/sched/sch_api.c                  |  3 +-
 tools/objtool/elf.c                  |  7 +++--
 17 files changed, 155 insertions(+), 43 deletions(-)


Reply via email to