[SRU][Focal][PULL] Focal update: v5.4.188 upstream stable release
Kamal Mostafa
kamal at canonical.com
Tue May 3 21:57:41 UTC 2022
This pull request (27 commits) includes the following Focal stable patchsets:
Focal update: v5.4.188 upstream stable release
https://bugs.launchpad.net/bugs/1971496
Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases. I recommend fetching and applying just this
reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:
git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal stable-next
-Kamal
-----
The following changes since commit dac2abd8439488f038401dd33fc0220d0252b5f3:
UBUNTU: upstream stable to v5.4.187 (2022-05-03 13:33:35 -0700)
are available in the Git repository at:
git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal tags/focal-stable-v5.4.188
for you to fetch changes up to 2f2e56e04ff2d615def8dadacf44ba5b6c2a4053:
UBUNTU: upstream stable to v5.4.188 (2022-05-03 13:44:38 -0700)
----------------------------------------------------------------
Arnd Bergmann (1):
nds32: fix access_ok() checks in get/put_user
Chuansheng Liu (1):
thermal: int340x: fix memory leak in int3400_notify()
Eric Dumazet (2):
llc: fix netdevice reference leaks in llc_ui_bind()
llc: only change llc->dev when bind() succeeds
Giacomo Guiduzzi (1):
ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
Giovanni Cabiddu (1):
crypto: qat - disable registration of algorithms
Greg Kroah-Hartman (1):
Linux 5.4.188
James Bottomley (1):
tpm: use try_get_ops() in tpm-space.c
Jason Zheng (1):
ALSA: hda/realtek: Add quirk for ASUS GA402
Jonathan Teh (1):
ALSA: cmipci: Restore aux vol on suspend/resume
Kamal Mostafa (1):
UBUNTU: upstream stable to v5.4.188
Lars-Peter Clausen (1):
ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
Linus Lüssing (1):
mac80211: fix potential double free on mesh join
Mark Cilissen (1):
ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
Maximilian Luz (1):
ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
Oliver Graute (1):
staging: fbtft: fb_st7789v: reset display before initialization
Paul E. McKenney (1):
rcu: Don't deboost before reporting expedited quiescent state
Stephane Graber (1):
drivers: net: xgene: Fix regression in CRC stripping
Tadeusz Struk (2):
net: ipv6: fix skb_over_panic in __ip6_append_data
tpm: Fix error handling in async work
Takashi Iwai (3):
ALSA: pcm: Add stream lock during PCM reset ioctl operations
ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call
ALSA: oss: Fix PCM OSS buffer allocation overflow
Trond Myklebust (2):
nfsd: cleanup nfsd_file_lru_dispose()
nfsd: Containerise filecache laundrette
Werner Sembach (1):
ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
huangwenhui (1):
ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
Makefile | 2 +-
arch/nds32/include/asm/uaccess.h | 22 +-
arch/x86/kernel/acpi/boot.c | 24 ++
debian.master/upstream-stable | 2 +-
drivers/acpi/battery.c | 12 +
drivers/acpi/video_detect.c | 75 +++++++
drivers/char/tpm/tpm-dev-common.c | 8 +-
drivers/char/tpm/tpm2-space.c | 8 +-
drivers/crypto/qat/qat_common/qat_crypto.c | 8 +
drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 12 +-
drivers/staging/fbtft/fb_st7789v.c | 2 +
.../intel/int340x_thermal/int3400_thermal.c | 4 +
fs/nfsd/filecache.c | 247 +++++++++++++++++----
fs/nfsd/filecache.h | 2 +
fs/nfsd/nfssvc.c | 9 +-
kernel/rcu/tree_plugin.h | 9 +-
net/ipv6/ip6_output.c | 4 +-
net/llc/af_llc.c | 49 ++--
net/mac80211/cfg.c | 3 -
sound/core/oss/pcm_oss.c | 12 +-
sound/core/oss/pcm_plugin.c | 5 +-
sound/core/pcm_native.c | 4 +
sound/pci/ac97/ac97_codec.c | 4 +-
sound/pci/cmipci.c | 3 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/sti/uniperif_player.c | 6 +-
sound/soc/sti/uniperif_reader.c | 2 +-
sound/usb/mixer_quirks.c | 7 +-
28 files changed, 441 insertions(+), 106 deletions(-)
More information about the kernel-team
mailing list