Linux 4.19.303

From: Greg Kroah-Hartman
Date: Wed Dec 20 2023 - 11:12:32 EST


I'm announcing the release of the 4.19.303 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Makefile | 2
arch/arm64/include/asm/pgtable.h | 6 ++
arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 17 ++++-
block/blk-throttle.c | 2
drivers/atm/solos-pci.c | 8 +-
drivers/hid/hid-asus.c | 25 +++++++-
drivers/hid/hid-multitouch.c | 5 +
drivers/hid/hid-quirks.c | 1
drivers/md/bcache/bcache.h | 1
drivers/md/bcache/btree.c | 7 ++
drivers/md/bcache/super.c | 4 +
drivers/mmc/core/core.c | 2
drivers/mmc/core/mmc_ops.c | 5 +
drivers/mmc/core/mmc_ops.h | 2
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +++--
drivers/net/ethernet/qualcomm/qca_spi.c | 20 ++++++
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 6 +-
drivers/net/team/team.c | 4 +
drivers/net/usb/qmi_wwan.c | 1
drivers/pci/hotplug/acpiphp_glue.c | 9 +--
drivers/platform/x86/intel_telemetry_core.c | 4 -
fs/ext4/mballoc.c | 4 +
include/asm-generic/qspinlock.h | 2
include/linux/cred.h | 6 +-
kernel/cred.c | 66 +++++++++++-----------
kernel/events/core.c | 10 +++
kernel/trace/ring_buffer.c | 2
net/appletalk/ddp.c | 9 +--
net/atm/ioctl.c | 7 +-
net/ipv4/tcp_output.c | 6 ++
net/rose/af_rose.c | 4 +
net/vmw_vsock/virtio_transport_common.c | 2
scripts/sign-file.c | 12 ++--
34 files changed, 193 insertions(+), 86 deletions(-)

Adrian Hunter (1):
mmc: block: Be sure to wait while busy in CQE error recovery

Andrew Halaney (1):
net: stmmac: Handle disabled MDIO busses from devicetree

Andy Shevchenko (1):
platform/x86: intel_telemetry: Fix kernel doc descriptions

Aoba K (1):
HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad

Baokun Li (1):
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS

Bjorn Helgaas (1):
Revert "PCI: acpiphp: Reassign resources on bridge if necessary"

Chengfeng Ye (2):
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
atm: solos-pci: Fix potential deadlock on &tx_queue_lock

Coly Li (3):
bcache: avoid oversize memory allocation by small stripe_size
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
bcache: avoid NULL checking to c->root in run_cache_set()

Denis Benato (2):
HID: hid-asus: reset the backlight brightness level on resume
HID: hid-asus: add const to read-only outgoing usb buffer

Dinghao Liu (1):
qed: Fix a potential use-after-free in qed_cxt_tables_alloc

Dong Chenchen (1):
net: Remove acked SYN flag from packet in the transmit queue correctly

Florent Revest (1):
team: Fix use-after-free when an option instance allocation fails

Greg Kroah-Hartman (1):
Linux 4.19.303

Hyunwoo Kim (3):
atm: Fix Use-After-Free in do_vcc_ioctl
net/rose: Fix Use-After-Free in rose_ioctl
appletalk: Fix Use-After-Free in atalk_ioctl

James Houghton (1):
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify

Jens Axboe (1):
cred: switch to using atomic_long_t

Lech Perczak (1):
net: usb: qmi_wwan: claim interface 4 for ZTE MF290

Linus Torvalds (1):
asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation

Mark Rutland (1):
perf: Fix perf_event_validate_size() lockdep splat

Ming Lei (1):
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"

Naveen N Rao (2):
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
powerpc/ftrace: Fix stack teardown in ftrace_no_trace

Nikolay Kuratov (1):
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()

Oliver Neukum (1):
HID: add ALWAYS_POLL quirk for Apple kb

Stefan Wahren (3):
qca_debug: Prevent crash on TX ring changes
qca_debug: Fix ethtool -G iface tx behavior
qca_spi: Fix reset behavior

Steven Rostedt (Google) (1):
ring-buffer: Fix memory leak of free page

Yusong Gao (1):
sign-file: Fix incorrect return values check