[PATCH 4.9 00/33] 4.9.303-rc1 review

From: Greg Kroah-Hartman
Date: Mon Feb 21 2022 - 03:53:01 EST


This is the start of the stable review cycle for the 4.9.303 release.
There are 33 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, 23 Feb 2022 08:48:58 +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.9.303-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@xxxxxxxxxxxxxxxxxxx>
Linux 4.9.303-rc1

Slark Xiao <slark_xiao@xxxxxxx>
net: usb: qmi_wwan: Add support for Dell DW5829e

JaeSang Yoo <js.yoo.5b@xxxxxxxxx>
tracing: Fix tp_printk option related with tp_printk_stop_on_boot

Zoltán Böszörményi <zboszor@xxxxxxxxx>
ata: libata-core: Disable TRIM on M88V29

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFS: Do not report writeback errors in nfs_getattr()

Jim Mattson <jmattson@xxxxxxxxxx>
KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW

Rafał Miłecki <rafal@xxxxxxxxxx>
i2c: brcmstb: fix support for DSL and CM variants

Eliav Farber <farbere@xxxxxxxxxx>
EDAC: Fix calculation of returned address and next offset in edac_align_ptr()

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
NFS: LOOKUP_DIRECTORY is also ok with symlinks

Mark Brown <broonie@xxxxxxxxxx>
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()

Mark Brown <broonie@xxxxxxxxxx>
ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda: Fix missing codec probe on Shenker Dock 15

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda: Fix regression on forced probe mask option

Kees Cook <keescook@xxxxxxxxxxxx>
libsubcmd: Fix use-after-free for realloc(..., 0)

Eric Dumazet <edumazet@xxxxxxxxxx>
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit

Johannes Berg <johannes.berg@xxxxxxxxx>
iwlwifi: pcie: fix locking when "HW not ready"

Seth Forshee <sforshee@xxxxxxxxxxxxxxxx>
vsock: remove vsock from connected table when connect is interrupted by a signal

Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx>
vsock: correct removal of socket from the list

Eric W. Biederman <ebiederm@xxxxxxxxxxxx>
taskstats: Cleanup the use of task->exit_code

Guillaume Nault <gnault@xxxxxxxxxx>
xfrm: Don't accidentally set RTO_ONLINK in decode_session4()

Nicholas Bishop <nicholasbishop@xxxxxxxxxx>
drm/radeon: Fix backlight control on iMac 12,1

Darrick J. Wong <djwong@xxxxxxxxxx>
quota: make dquot_quota_sync return errors from ->sync_fs

Darrick J. Wong <djwong@xxxxxxxxxx>
vfs: make freeze_super abort when sync_filesystem returns error

Duoming Zhou <duoming@xxxxxxxxxx>
ax25: improve the incomplete fix to avoid UAF and NPD bugs

Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
selftests/zram: Adapt the situation that /dev/zram0 is being used

Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
selftests/zram01.sh: Fix compression ratio calculation

Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
selftests/zram: Skip max_comp_streams interface on newer kernel

Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
net: ieee802154: at86rf230: Stop leaking skb's

Dāvis Mosāns <davispuh@xxxxxxxxx>
btrfs: send: in case of IO error log it

John David Anglin <dave.anglin@xxxxxxxx>
parisc: Fix sglist access in ccio-dma.c

John David Anglin <dave.anglin@xxxxxxxx>
parisc: Fix data TLB miss in sba_unmap_sg

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
serial: parisc: GSC: fix build when IOSAPIC is not set

Jann Horn <jannh@xxxxxxxxxx>
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup

Nathan Chancellor <nathan@xxxxxxxxxx>
Makefile.extrawarn: Move -Wunaligned-access to W=1


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

Diffstat:

Makefile | 4 +-
arch/x86/kvm/pmu.c | 2 +-
drivers/ata/libata-core.c | 1 +
drivers/edac/edac_mc.c | 2 +-
drivers/gpu/drm/radeon/atombios_encoders.c | 3 +-
drivers/i2c/busses/i2c-brcmstb.c | 2 +-
drivers/net/ieee802154/at86rf230.c | 13 ++-
drivers/net/usb/ax88179_178a.c | 68 +++++++-----
drivers/net/usb/qmi_wwan.c | 2 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 3 +-
drivers/parisc/ccio-dma.c | 3 +-
drivers/parisc/sba_iommu.c | 3 +-
drivers/tty/serial/8250/8250_gsc.c | 2 +-
fs/btrfs/send.c | 4 +
fs/nfs/dir.c | 4 +-
fs/nfs/inode.c | 7 +-
fs/quota/dquot.c | 11 +-
fs/super.c | 19 ++--
kernel/trace/trace.c | 4 +
kernel/tsacct.c | 7 +-
net/ax25/af_ax25.c | 9 +-
net/core/drop_monitor.c | 11 +-
net/ipv4/xfrm4_policy.c | 3 +-
net/vmw_vsock/af_vsock.c | 39 ++-----
scripts/Makefile.extrawarn | 1 +
sound/pci/hda/hda_intel.c | 5 +-
sound/soc/soc-ops.c | 29 +++--
tools/lib/subcmd/subcmd-util.h | 11 +-
tools/testing/selftests/zram/zram.sh | 15 +--
tools/testing/selftests/zram/zram01.sh | 33 ++----
tools/testing/selftests/zram/zram02.sh | 1 -
tools/testing/selftests/zram/zram_lib.sh | 134 ++++++++++++++++--------
32 files changed, 250 insertions(+), 205 deletions(-)