[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023122006-enroll-poison-3188@gregkh>
Date: Wed, 20 Dec 2023 17:08:06 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org,
torvalds@...ux-foundation.org,
stable@...r.kernel.org
Cc: lwn@....net,
jslaby@...e.cz,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.10.205
I'm announcing the release of the 5.10.205 kernel.
All users of the 5.10 kernel series must upgrade.
The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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/gpu/drm/mediatek/mtk_drm_crtc.c | 5
drivers/hid/hid-asus.c | 25 +++
drivers/hid/hid-glorious.c | 16 ++
drivers/hid/hid-ids.h | 11 +
drivers/hid/hid-lenovo.c | 3
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/md/bcache/writeback.c | 2
drivers/net/ethernet/amazon/ena/ena_eth_com.c | 3
drivers/net/ethernet/amazon/ena/ena_netdev.c | 13 +
drivers/net/ethernet/aquantia/atlantic/aq_ring.c | 5
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 3
drivers/net/ethernet/emulex/benet/be_main.c | 2
drivers/net/ethernet/freescale/fec_main.c | 27 +--
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c | 2
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 4
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +-
drivers/net/ethernet/qualcomm/qca_spi.c | 20 ++
drivers/net/ethernet/sfc/tx_tso.c | 2
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 13 -
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 8 -
drivers/net/team/team.c | 4
drivers/net/usb/aqc111.c | 8 -
drivers/net/usb/qmi_wwan.c | 1
drivers/pci/controller/pci-loongson.c | 46 +++++-
drivers/pci/hotplug/acpiphp_glue.c | 9 -
drivers/platform/x86/intel_telemetry_core.c | 4
drivers/soundwire/stream.c | 7 -
drivers/staging/gdm724x/gdm_lte.c | 4
drivers/tty/n_gsm.c | 131 ++++++++++++-------
drivers/usb/gadget/udc/core.c | 4
fs/afs/rxrpc.c | 2
fs/ext4/mballoc.c | 4
fs/fuse/dax.c | 1
include/asm-generic/qspinlock.h | 2
include/linux/cred.h | 8 -
include/linux/if_vlan.h | 12 +
include/net/addrconf.h | 12 +
include/net/if_inet6.h | 4
kernel/cred.c | 64 ++++-----
kernel/events/core.c | 10 +
kernel/trace/ring_buffer.c | 18 ++
kernel/trace/trace.c | 4
net/appletalk/ddp.c | 9 -
net/atm/ioctl.c | 7 -
net/batman-adv/soft-interface.c | 2
net/ipv4/tcp_output.c | 6
net/ipv6/addrconf.c | 6
net/netfilter/nft_exthdr.c | 2
net/netfilter/nft_fib.c | 8 -
net/rose/af_rose.c | 4
net/vmw_vsock/virtio_transport_common.c | 2
scripts/sign-file.c | 12 -
sound/pci/hda/patch_hdmi.c | 2
sound/pci/hda/patch_realtek.c | 1
67 files changed, 438 insertions(+), 223 deletions(-)
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"
Brett Raye (1):
HID: glorious: fix Glorious Model I HID report
Chengfeng Ye (2):
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
atm: solos-pci: Fix potential deadlock on &tx_queue_lock
Colin Ian King (1):
bcache: remove redundant assignment to variable cur_idx
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()
Daniel Starke (1):
tty: n_gsm: fix tty registration before control channel open
David Arinzon (2):
net: ena: Destroy correct number of xdp queues upon failure
net: ena: Fix XDP redirection error
David Howells (1):
afs: Fix refcount underflow from error handling race
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
Florian Westphal (1):
netfilter: nf_tables: fix 'exist' matching on bigendian arches
Greg Kroah-Hartman (1):
Linux 5.10.205
Hangyu Hua (1):
fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
Hartmut Knaack (1):
ALSA: hda/realtek: Apply mute LED quirk for HP15-db
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
Igor Russkikh (1):
net: atlantic: fix double free in ring reinit logic
James Houghton (1):
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
Jason-JH.Lin (1):
drm/mediatek: Add spinlock for setting vblank event in atomic_begin
Jens Axboe (1):
cred: switch to using atomic_long_t
Jiaxun Yang (1):
PCI: loongson: Limit MRRS to 256
Jiri Slaby (1):
tty: n_gsm, remove duplicates of parameters
Kai Vehmanen (1):
ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
Krzysztof Kozlowski (1):
soundwire: stream: fix NULL pointer dereference for multi_link
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
Maciej Żenczykowski (1):
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
Mark Rutland (1):
perf: Fix perf_event_validate_size() lockdep splat
Mazin Al Haddad (1):
tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()
Mikhail Khvainitski (1):
HID: lenovo: Restrict detection of patched firmware only to USB cptkbd
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 (2):
usb: aqc111: check packet for fixup for true limit
HID: add ALWAYS_POLL quirk for Apple kb
Radu Bulie (1):
net: fec: correct queue selection
Rasmus Villemoes (1):
net: stmmac: use dev_err_probe() for reporting mdio bus registration failure
Roy Luo (1):
USB: gadget: core: adjust uevent timing on gadget unbind
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) (5):
ring-buffer: Fix memory leak of free page
tracing: Update snapshot buffer on resize if it is allocated
ring-buffer: Have saved event hold the entire event
ring-buffer: Fix writing to the buffer with max_data_size
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Vladimir Oltean (1):
net: vlan: introduce skb_vlan_eth_hdr()
Yusong Gao (1):
sign-file: Fix incorrect return values check
Powered by blists - more mailing lists