I'm announcing the release of the 6.1.127 kernel.
All users of the 6.1 kernel series must upgrade.
The updated 6.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.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%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 arch/x86/include/asm/special_insns.h | 2 arch/x86/xen/xen-asm.S | 2 block/blk-sysfs.c | 6 block/genhd.c | 9 drivers/acpi/resource.c | 6 drivers/base/regmap/regmap.c | 12 drivers/block/zram/zram_drv.c | 1 drivers/gpio/gpiolib-cdev.c | 2 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 47 --- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 6 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 2 drivers/gpu/drm/i915/display/intel_fb.c | 2 drivers/gpu/drm/v3d/v3d_irq.c | 4 drivers/hwmon/tmp513.c | 7 drivers/i2c/busses/i2c-rcar.c | 20 + drivers/i2c/muxes/i2c-demux-pinctrl.c | 4 drivers/iio/adc/rockchip_saradc.c | 2 drivers/iio/imu/inv_icm42600/inv_icm42600.h | 1 drivers/iio/imu/inv_icm42600/inv_icm42600_core.c | 18 + drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c | 3 drivers/infiniband/sw/rxe/rxe_req.c | 6 drivers/irqchip/irq-gic-v3-its.c | 2 drivers/irqchip/irq-gic-v3.c | 2 drivers/irqchip/irqchip.c | 4 drivers/mtd/spi-nor/core.c | 2 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 19 - drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 1 drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c | 4 drivers/net/ethernet/netronome/nfp/bpf/offload.c | 3 drivers/net/ethernet/ti/cpsw_ale.c | 14 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 6 drivers/net/gtp.c | 42 +- drivers/net/wireless/ath/ath10k/sdio.c | 4 drivers/nvme/target/io-cmd-bdev.c | 2 drivers/pci/controller/pci-host-common.c | 4 drivers/pci/probe.c | 20 - drivers/scsi/sg.c | 2 drivers/soc/imx/imx8mp-blk-ctrl.c | 2 drivers/ufs/core/ufshcd.c | 9 fs/cachefiles/daemon.c | 14 fs/cachefiles/internal.h | 3 fs/cachefiles/security.c | 6 fs/erofs/erofs_fs.h | 145 ++++------ fs/erofs/zmap.c | 133 ++++----- fs/file.c | 1 fs/hfs/super.c | 4 fs/iomap/buffered-io.c | 2 fs/nfsd/filecache.c | 18 - fs/nfsd/filecache.h | 1 fs/proc/vmcore.c | 2 include/linux/hrtimer.h | 1 include/linux/poll.h | 10 include/net/net_namespace.h | 3 kernel/cpu.c | 2 kernel/gen_kheaders.sh | 1 kernel/time/hrtimer.c | 11 mm/filemap.c | 2 net/core/filter.c | 30 +- net/core/net_namespace.c | 31 ++ net/core/pktgen.c | 6 net/dccp/ipv6.c | 2 net/ipv6/tcp_ipv6.c | 4 net/mac802154/iface.c | 4 net/mptcp/options.c | 6 net/openvswitch/actions.c | 4 net/vmw_vsock/af_vsock.c | 18 + net/vmw_vsock/virtio_transport_common.c | 36 +- sound/pci/hda/patch_realtek.c | 1 tools/testing/selftests/net/mptcp/mptcp_connect.c | 43 ++ tools/testing/selftests/tc-testing/tc-tests/filters/flow.json | 4 71 files changed, 476 insertions(+), 378 deletions(-)
Artem Chernyshev (1): pktgen: Avoid out-of-bounds access in get_imix_entries
Dan Carpenter (1): nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
David Howells (1): kheaders: Ignore silly-rename files
David Lechner (1): hwmon: (tmp513) Fix division of negative numbers
Eric Dumazet (2): net: add exit_batch_rtnl() method gtp: use exit_batch_rtnl() method
Gao Xiang (2): erofs: tidy up EROFS on-disk naming erofs: handle NONHEAD !delta[1] lclusters gracefully
Greg Kroah-Hartman (3): Revert "drm/amdgpu: rework resume handling for display (v2)" Revert "regmap: detach regmap from dev on regmap_exit" Linux 6.1.127
Hans de Goede (1): ACPI: resource: acpi_dev_irq_override(): Check DMI match last
Heiner Kallweit (1): net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
Ilya Maximets (1): openvswitch: fix lockup on tx to unregistering netdev with carrier
Jakub Kicinski (1): selftests: tc-testing: reduce rshift value
Javier Carrasco (1): iio: adc: rockchip_saradc: fix information leak in triggered buffer
Jean-Baptiste Maneyrol (2): iio: imu: inv_icm42600: fix spi burst write not supported iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on
Joe Hattori (1): irqchip: Plug a OF node reference leak in platform_irqchip_probe()
Juergen Gross (2): x86/asm: Make serialize() always_inline x86/xen: fix SLS mitigation in xen_hypercall_iret()
Kairui Song (1): zram: fix potential UAF of zram table
Kang Yang (1): wifi: ath10k: avoid NULL pointer error during sdio remove
Koichiro Den (1): hrtimers: Handle CPU state correctly on hotplug
Kuniyuki Iwashima (2): gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp(). gtp: Destroy device along with udp socket's netns dismantle.
Leo Stone (1): hfs: Sanity check the root record
Lizhi Xu (1): mac802154: check local interfaces before deleting sdata list
Luis Chamberlain (1): nvmet: propagate npwg topology
Manivannan Sadhasivam (1): scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers
Marco Nelissen (2): iomap: avoid avoid truncating 64-bit offset to 32 bits filemap: avoid truncating 64-bit offset to 32 bits
Mark Zhang (1): net/mlx5: Clear port select structure when fail to create
Max Kellermann (1): cachefiles: Parse the "secctx" immediately
Maíra Canal (1): drm/v3d: Ensure job pointer is set to NULL after job completion
Michal Luczaj (1): bpf: Fix bpf_sk_select_reuseport() memory leak
Oleg Nesterov (1): poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
Paolo Abeni (2): mptcp: be sure to send ack when mptcp-level window re-opens selftests: mptcp: avoid spurious errors on disconnect
Patrisious Haddad (1): net/mlx5: Fix RDMA TX steering prio
Pratyush Yadav (1): Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"
Rik van Riel (1): fs/proc: fix softlockup in __read_vmcore (part 2)
Sean Anderson (1): net: xilinx: axienet: Fix IRQ coalescing packet count overflow
Srinivasan Shanmugam (1): drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create'
Stefan Binding (1): ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA
Stefano Garzarella (4): vsock/virtio: discard packets if the transport changes vsock/virtio: cancel close work in the destructor vsock: reset socket state when de-assigning the transport vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
Sudheer Kumar Doredla (1): net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
Suraj Sonawane (1): scsi: sg: Fix slab-use-after-free read in sg_release()
Terry Tritton (1): Revert "PCI: Use preserve_config in place of pci_flags"
Tomas Krcka (1): irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
Ville Syrjälä (1): drm/i915/fb: Relax clear color alignment to 64 bytes
Vitaly Prosyak (1): drm/amdgpu: fix usage slab after free
Wang Liang (1): net: fix data-races around sk->sk_forward_alloc
Wolfram Sang (2): i2c: mux: demux-pinctrl: check initial mux selection, too i2c: rcar: fix NACK handling when being a target
Xiaolei Wang (1): pmdomain: imx8mp-blk-ctrl: add missing loop break condition
Yogesh Lal (1): irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
Youzhong Yang (1): nfsd: add list_head nf_gc to struct nfsd_file
Yu Kuai (1): block: fix uaf for flush rq while iterating tags
Zhang Kunbo (1): fs: fix missing declaration of init_files
Zhongqiu Han (1): gpiolib: cdev: Fix use after free in lineinfo_changed_notify
Zhu Yanjun (1): RDMA/rxe: Fix the qp flush warnings in req