Greg Kroah-Hartman has announced the release of Linux Kernel 5.10.22.
I'm announcing the release of the 5.10.22 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/boot/dts/amlogic/meson-axg.dtsi | 2
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 3 -
arch/arm64/mm/init.c | 22 ++++---
drivers/acpi/arm64/iort.c | 55 +++++++++++++++++++
drivers/base/power/runtime.c | 62 +++++++++++++---------
drivers/block/rsxx/core.c | 8 +-
drivers/char/tpm/tpm_tis_core.c | 30 ++++++++--
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 4 -
drivers/gpu/drm/amd/amdgpu/nv.c | 6 +-
drivers/infiniband/core/cm.c | 5 +
drivers/infiniband/hw/mlx5/devx.c | 4 +
drivers/infiniband/sw/rxe/Kconfig | 1
drivers/iommu/intel/pasid.h | 4 -
drivers/md/dm-bufio.c | 4 +
drivers/md/dm-verity-fec.c | 23 ++++----
drivers/net/ethernet/realtek/r8169_main.c | 2
drivers/of/address.c | 42 ++++++++++++++
drivers/of/unittest.c | 21 +++++++
fs/btrfs/block-group.c | 33 +++++++++++
fs/btrfs/block-group.h | 9 +++
fs/btrfs/ctree.h | 5 +
fs/btrfs/delayed-inode.c | 2
fs/btrfs/file.c | 5 +
fs/btrfs/free-space-cache.c | 14 ++--
fs/btrfs/inode.c | 40 +++++++++++++-
fs/btrfs/ioctl.c | 19 ++++++
fs/btrfs/raid56.c | 21 +++----
fs/btrfs/reflink.c | 18 ++++++
fs/btrfs/scrub.c | 9 ++-
fs/btrfs/xattr.c | 31 +++++++++--
fs/io_uring.c | 3 +
include/crypto/hash.h | 8 +-
include/linux/acpi_iort.h | 4 +
include/linux/crypto.h | 9 ++-
include/linux/mmzone.h | 20 -------
include/linux/of.h | 7 ++
include/sound/intel-nhlt.h | 5 +
kernel/trace/ring_buffer.c | 11 +++
scripts/recordmcount.c | 2
security/tomoyo/network.c | 2
sound/hda/intel-nhlt.c | 54 +++++++++++++++----
sound/pci/ctxfi/cthw20k2.c | 2
sound/pci/hda/patch_realtek.c | 13 ++++
sound/usb/mixer.c | 11 +++
sound/usb/mixer_maps.c | 10 +++
47 files changed, 531 insertions(+), 138 deletions(-)
Andrea Fagiani (1):
ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE
Ard Biesheuvel (2):
crypto - shash: reduce minimum alignment of shash_desc structure
arm64: mm: Set ZONE_DMA size based on early IORT scan
Asher.Song (1):
drm/amdgpu:disable VCN for Navi12 SKU
Catalin Marinas (1):
of: unittest: Fix build on architectures without CONFIG_OF_ADDRESS
Chen Jun (1):
ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
Chris Chiu (1):
ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256
Colin Ian King (1):
ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits
Dan Carpenter (2):
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
rsxx: Return -EFAULT if copy_to_user() fails
Filipe Manana (4):
btrfs: fix race between writes to swap files and scrub
btrfs: fix race between swap file activation and snapshot creation
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
btrfs: fix warning when creating a directory with smack enabled
Greg Kroah-Hartman (1):
Linux 5.10.22
Heiner Kallweit (1):
r8169: fix resuming from suspend on RTL8105e if machine runs on battery
Ira Weiny (1):
btrfs: fix raid6 qstripe kmap
Jarkko Sakkinen (1):
tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()
Jens Axboe (1):
io_uring: ignore double poll add on the same waitqueue head
Josef Bacik (1):
btrfs: avoid double put of block group when emptying cluster
Julian Braha (1):
RDMA/rxe: Fix missing kconfig dependency on CRYPTO
Kevin Wang (1):
drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
Lukasz Majczak (1):
tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()
Mikulas Patocka (1):
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Milan Broz (1):
dm verity: fix FEC for RS roots unaligned to block size
Neil Armstrong (1):
Revert "arm64: dts: amlogic: add missing ethernet reset ID"
Nicolas Saenz Julienne (6):
arm64: mm: Move reserve_crashkernel() into mem_init()
arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
of/address: Introduce of_dma_get_max_cpu_address()
of: unittest: Add test for of_dma_get_max_cpu_address()
arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
mm: Remove examples from enum zone_type comment
Nikolay Borisov (3):
btrfs: fix race between extent freeing/allocation when using bitmaps
btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Pierre-Louis Bossart (1):
ALSA: hda: intel-nhlt: verify config type
Rafael J. Wysocki (1):
PM: runtime: Update device status before letting suppliers suspend
Saeed Mahameed (1):
RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
Steven Rostedt (VMware) (1):
ring-buffer: Force before_stamp and write_stamp to be different on discard
Takashi Iwai (1):
ALSA: usb-audio: Drop bogus dB range in too low level
Tetsuo Handa (1):
tomoyo: recognize kernel threads correctly
YueHaibing (1):
IB/mlx5: Add missing error code
Zenghui Yu (1):
iommu/vt-d: Fix status code for Allocate/Free PASID command