Commit 62384b0a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Merge 6.6.74 into android15-6.6-lts



GKI (arm64) relevant 23 out of 73 changes, affecting 32 files +202/-92
  b02e70be bpf: Fix bpf_sk_select_reuseport() memory leak [1 file, +18/-12]
  1e222169 net: add exit_batch_rtnl() method [2 files, +33/-1]
  2e41e98c mac802154: check local interfaces before deleting sdata list [1 file, +4/-0]
  62861a5d fs: fix missing declaration of init_files [1 file, +1/-0]
  8df41b7f scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers [1 file, +6/-3]
  91371922 iomap: avoid avoid truncating 64-bit offset to 32 bits [1 file, +1/-1]
  bd6a4b4a poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll() [1 file, +9/-1]
  571d3f60 zram: fix potential UAF of zram table [1 file, +1/-0]
  58e586c3 vsock/bpf: return early if transport is not assigned [1 file, +9/-0]
  d88b249e vsock/virtio: discard packets if the transport changes [1 file, +5/-2]
  dd93823f vsock/virtio: cancel close work in the destructor [1 file, +21/-8]
  8a15c810 vsock: reset socket state when de-assigning the transport [1 file, +9/-0]
  bc9c4934 vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] [1 file, +9/-0]
  09528bb1 filemap: avoid truncating 64-bit offset to 32 bits [1 file, +1/-1]
  61ecbcea irqchip: Plug a OF node reference leak in platform_irqchip_probe() [1 file, +1/-3]
  61c684db irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly [1 file, +1/-1]
  6c84ff2e irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity() [1 file, +1/-1]
  a5cbbea1 hrtimers: Handle CPU state correctly on hotplug [3 files, +12/-2]
  bcb9678b Revert "PCI: Use preserve_config in place of pci_flags" [2 files, +15/-9]
  1364a29b block: fix uaf for flush rq while iterating tags [2 files, +5/-10]
  955a355e ovl: pass realinode to ovl_encode_real_fh() instead of realdentry [4 files, +12/-10]
  f0c0ac84 ovl: support encoding fid from inode with no alias [1 file, +25/-21]
  f47c834a fs: relax assertions on failure to encode file handles [2 files, +3/-6]

Changes in 6.6.74
	net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
	bpf: Fix bpf_sk_select_reuseport() memory leak
	openvswitch: fix lockup on tx to unregistering netdev with carrier
	pktgen: Avoid out-of-bounds access in get_imix_entries
	net: add exit_batch_rtnl() method
	gtp: use exit_batch_rtnl() method
	gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp().
	gtp: Destroy device along with udp socket's netns dismantle.
	nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
	net: xilinx: axienet: Fix IRQ coalescing packet count overflow
	net: fec: handle page_pool_dev_alloc_pages error
	net/mlx5: Fix RDMA TX steering prio
	net/mlx5: Clear port select structure when fail to create
	net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel
	net/mlx5e: Rely on reqid in IPsec tunnel mode
	net/mlx5e: Always start IPsec sequence number from 1
	drm/vmwgfx: Add new keep_resv BO param
	drm/v3d: Ensure job pointer is set to NULL after job completion
	soc: ti: pruss: Fix pruss APIs
	hwmon: (tmp513) Fix division of negative numbers
	Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"
	i2c: mux: demux-pinctrl: check initial mux selection, too
	i2c: rcar: fix NACK handling when being a target
	smb: client: fix double free of TCP_Server_Info::hostname
	mac802154: check local interfaces before deleting sdata list
	hfs: Sanity check the root record
	fs: fix missing declaration of init_files
	kheaders: Ignore silly-rename files
	cachefiles: Parse the "secctx" immediately
	scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers
	selftests: tc-testing: reduce rshift value
	ACPI: resource: acpi_dev_irq_override(): Check DMI match last
	iomap: avoid avoid truncating 64-bit offset to 32 bits
	poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
	RDMA/bnxt_re: Fix to export port num to ib_query_qp
	nvmet: propagate npwg topology
	x86/asm: Make serialize() always_inline
	ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA
	zram: fix potential UAF of zram table
	i2c: atr: Fix client detach
	mptcp: be sure to send ack when mptcp-level window re-opens
	mptcp: fix spurious wake-up on under memory pressure
	selftests: mptcp: avoid spurious errors on disconnect
	net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
	vsock/bpf: return early if transport is not assigned
	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]
	nouveau/fence: handle cross device fences properly
	filemap: avoid truncating 64-bit offset to 32 bits
	fs/proc: fix softlockup in __read_vmcore (part 2)
	gpio: xilinx: Convert gpio_lock to raw spinlock
	pmdomain: imx8mp-blk-ctrl: add missing loop break condition
	irqchip: Plug a OF node reference leak in platform_irqchip_probe()
	irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
	irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
	hrtimers: Handle CPU state correctly on hotplug
	drm/i915/fb: Relax clear color alignment to 64 bytes
	drm/amdgpu: always sync the GFX pipe on ctx switch
	Revert "PCI: Use preserve_config in place of pci_flags"
	iio: imu: inv_icm42600: fix spi burst write not supported
	drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create'
	block: fix uaf for flush rq while iterating tags
	ocfs2: fix deadlock in ocfs2_get_system_file_inode
	ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
	ovl: support encoding fid from inode with no alias
	fs: relax assertions on failure to encode file handles
	Revert "drm/amdgpu: rework resume handling for display (v2)"
	nfsd: add list_head nf_gc to struct nfsd_file
	x86/xen: fix SLS mitigation in xen_hypercall_iret()
	net: fix data-races around sk->sk_forward_alloc
	Linux 6.6.74

Change-Id: Ifad167cc14be58cd24e4f66134c5368dd95580f7
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parents 56ef2c22 0372f43a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment