This is the start of the stable review cycle for the 5.4.98 release.
There are 24 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 Sat, 13 Feb 2021 15:01:39 +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/v5.x/stable-review/patch-5.4.98-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-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Phillip Lougher <[email protected]>
    squashfs: add more sanity checks in xattr id lookup

Phillip Lougher <[email protected]>
    squashfs: add more sanity checks in inode lookup

Phillip Lougher <[email protected]>
    squashfs: add more sanity checks in id lookup

Peter Gonda <[email protected]>
    Fix unsynchronized access to sev members through svm_register_enc_region

Daniel Borkmann <[email protected]>
    bpf: Fix 32 bit src register truncation on div/mod

Mark Brown <[email protected]>
    regulator: Fix lockdep warning resolving supplies

Baolin Wang <[email protected]>
    blk-cgroup: Use cond_resched() when destroy blkgs

Qii Wang <[email protected]>
    i2c: mediatek: Move suspend and resume handling to NOIRQ phase

Dave Wysochanski <[email protected]>
    SUNRPC: Handle 0 length opaque XDR object data properly

Dave Wysochanski <[email protected]>
    SUNRPC: Move simple_get_bytes and simple_get_netobj into private header

Johannes Berg <[email protected]>
    iwlwifi: mvm: guard against device removal in reprobe

Gregory Greenman <[email protected]>
    iwlwifi: mvm: invalidate IDs of internal stations at mvm start

Johannes Berg <[email protected]>
    iwlwifi: pcie: fix context info memory leak

Emmanuel Grumbach <[email protected]>
    iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap

Johannes Berg <[email protected]>
    iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()

Sara Sharon <[email protected]>
    iwlwifi: mvm: skip power command when unbinding vif during CSA

Eliot Blennerhassett <[email protected]>
    ASoC: ak4458: correct reset polarity

Trond Myklebust <[email protected]>
    pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()

Pan Bian <[email protected]>
    chtls: Fix potential resource leak

Ricardo Ribalda <[email protected]>
    ASoC: Intel: Skylake: Zero snd_ctl_elem_value

Shay Bar <[email protected]>
    mac80211: 160MHz with extended NSS BW in CSA

David Collins <[email protected]>
    regulator: core: avoid regulator_resolve_supply() race condition

Cong Wang <[email protected]>
    af_key: relax availability checks for skb size calculation

Masami Hiramatsu <[email protected]>
    tracing/kprobe: Fix to support kretprobe events on unloaded modules


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

Diffstat:

 Makefile                                           |  4 +-
 arch/x86/kvm/svm.c                                 | 18 +++---
 block/blk-cgroup.c                                 | 18 ++++--
 drivers/crypto/chelsio/chtls/chtls_cm.c            |  7 +--
 drivers/i2c/busses/i2c-mt65xx.c                    | 19 ++++++-
 .../net/wireless/intel/iwlwifi/mvm/debugfs-vif.c   |  3 +
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |  3 +
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c       |  7 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c       |  6 ++
 .../wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c   | 11 +++-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c       |  5 ++
 drivers/regulator/core.c                           | 44 +++++++++++----
 fs/nfs/pnfs.c                                      |  8 ++-
 fs/squashfs/export.c                               | 41 +++++++++++---
 fs/squashfs/id.c                                   | 40 ++++++++++---
 fs/squashfs/squashfs_fs_sb.h                       |  1 +
 fs/squashfs/super.c                                |  6 +-
 fs/squashfs/xattr.h                                | 10 +++-
 fs/squashfs/xattr_id.c                             | 66 +++++++++++++++++++---
 include/linux/kprobes.h                            |  2 +-
 include/linux/sunrpc/xdr.h                         |  3 +-
 kernel/bpf/verifier.c                              | 28 +++++----
 kernel/kprobes.c                                   | 34 ++++++++---
 kernel/trace/trace_kprobe.c                        | 10 ++--
 net/key/af_key.c                                   |  6 +-
 net/mac80211/spectmgmt.c                           | 10 +++-
 net/sunrpc/auth_gss/auth_gss.c                     | 30 +---------
 net/sunrpc/auth_gss/auth_gss_internal.h            | 45 +++++++++++++++
 net/sunrpc/auth_gss/gss_krb5_mech.c                | 31 +---------
 sound/soc/codecs/ak4458.c                          | 22 +++-----
 sound/soc/intel/skylake/skl-topology.c             |  2 +-
 31 files changed, 364 insertions(+), 176 deletions(-)


Reply via email to