[ANNOUNCE] 4.19.190-rt79

From: Clark Williams
Date: Fri May 07 2021 - 16:09:33 EST


Hello RT-list!

I'm pleased to announce the 4.19.190-rt79 stable release.

You can get this release via the git tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

branch: v4.19-rt
Head SHA1: 484b86536efcc0cc4ff43f5528f3ebf19cc9550e

Or to build 4.19.190-rt79 directly, the following patches should be applied:

https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz

https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.190.xz

https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/patch-4.19.190-rt79.patch.xz


You can also build from 4.19.189-rt78 by applying the incremental patch:

https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/incr/patch-4.19.189-rt78-rt79.patch.xz

Enjoy!
Clark

Changes from v4.19.189-rt78:
---

Chris Chiu (1):
USB: Add reset-resume quirk for WD19's Realtek Hub

Clark Williams (2):
Merge tag 'v4.19.190' into v4.19-rt
Linux 4.19.190-rt79

Daniel Borkmann (1):
bpf: Fix masking negation logic upon negative dst register

Gao Xiang (1):
erofs: fix extended inode could cross boundary

Greg Kroah-Hartman (1):
Linux 4.19.190

Jiri Kosina (2):
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()
iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

Kai-Heng Feng (1):
USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet

Mark Pearson (1):
platform/x86: thinkpad_acpi: Correct thermal sensor allocation

Miklos Szeredi (1):
ovl: allow upperdir inside lowerdir

Phillip Potter (1):
net: usb: ax88179_178a: initialize local variables before use

Rafael J. Wysocki (2):
ACPI: tables: x86: Reserve memory occupied by ACPI tables
ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()

Romain Naour (1):
mips: Do not include hi and lo in clobber list for R6

Takashi Iwai (1):
ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX
---
Makefile | 2 +-
arch/mips/vdso/gettimeofday.c | 14 ++-
arch/x86/kernel/acpi/boot.c | 25 ++--
arch/x86/kernel/setup.c | 7 +-
drivers/acpi/tables.c | 42 ++++++-
drivers/net/usb/ax88179_178a.c | 4 +-
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 +-
drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 7 +-
drivers/platform/x86/thinkpad_acpi.c | 31 +++--
drivers/staging/erofs/inode.c | 135 ++++++++++++++--------
drivers/usb/core/quirks.c | 4 +
fs/overlayfs/super.c | 12 +-
include/linux/acpi.h | 9 +-
kernel/bpf/verifier.c | 12 +-
localversion-rt | 2 +-
sound/usb/quirks-table.h | 10 ++
16 files changed, 222 insertions(+), 101 deletions(-)