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

Merge 6.6.69 into android15-6.6-lts



GKI (arm64) relevant 23 out of 87 changes, affecting 28 files +216/-59
  9ef08c3f mm/vmstat: fix a W=1 clang compiler warning [1 file, +1/-1]
  9dbc7e0e tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress() [2 files, +9/-3]
  343a932a tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection [3 files, +16/-5]
  0326fbf6 bpf: Check negative offsets in __bpf_skb_min_len() [1 file, +15/-6]
  293b3748 phy: core: Fix an OF node refcount leakage in _of_phy_get() [1 file, +5/-2]
  80a6eeb3 phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup() [1 file, +3/-1]
  58068f8b phy: core: Fix that API devm_phy_put() fails to release the phy [1 file, +1/-1]
  216b9f83 phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider [1 file, +3/-3]
  94dd7d06 phy: core: Fix that API devm_phy_destroy() fails to destroy the phy [1 file, +1/-1]
  23681bc4 stddef: make __struct_group() UAPI C++-friendly [2 files, +21/-7]
  d4d67fa7 tracing/kprobe: Make trace_kprobe's module callback called after jump_label update [1 file, +1/-1]
  5e448ea8 regmap: Use correct format specifier for logging range errors [1 file, +2/-2]
  12c0ddd6 virtio-blk: don't keep queue frozen during system suspend [1 file, +5/-2]
  079fcc92 blk-mq: register cpuhp callback after hctx is added to xarray table [1 file, +7/-8]
  58bf9358 blk-mq: move cpuhp callback registering out of q->sysfs_lock [1 file, +92/-11]
  2d2b19ed sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers [1 file, +2/-0]
  36a6e8ae pmdomain: core: Add missing put_device() [1 file, +1/-0]
  c1a26ea7 freezer, sched: Report frozen tasks as 'D' instead of 'R' [1 file, +2/-1]
  dafa7332 tracing: Constify string literal data member in struct trace_event_call [1 file, +1/-1]
  03041e47 tracing: Prevent bad count for tracing_cpumask_write [1 file, +3/-0]
  80120bb4 io_uring/sqpoll: fix sqpoll error handling races [1 file, +6/-0]
  b1f7476e PCI/MSI: Handle lack of irqdomain gracefully [2 files, +9/-2]
  ee18012c block: avoid to reuse `hctx` not removed from cpuhp callback list [1 file, +10/-1]

Changes in 6.6.69
	media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
	ceph: try to allocate a smaller extent map for sparse read
	ceph: fix memory leak in ceph_direct_read_write()
	ceph: allocate sparse_ext map only for sparse reads
	mm/vmstat: fix a W=1 clang compiler warning
	tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
	tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
	bpf: Check negative offsets in __bpf_skb_min_len()
	nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"
	nfsd: restore callback functionality for NFSv4.0
	mtd: diskonchip: Cast an operand to prevent potential overflow
	mtd: rawnand: arasan: Fix double assertion of chip-select
	mtd: rawnand: arasan: Fix missing de-registration of NAND
	phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
	phy: core: Fix an OF node refcount leakage in _of_phy_get()
	phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
	phy: core: Fix that API devm_phy_put() fails to release the phy
	phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
	phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
	phy: usb: Toggle the PHY power during init
	phy: rockchip: naneng-combphy: fix phy reset
	dmaengine: mv_xor: fix child node refcount handling in early exit
	dmaengine: dw: Select only supported masters for ACPI devices
	dmaengine: tegra: Return correct DMA status when paused
	dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()
	dmaengine: apple-admac: Avoid accessing registers in probe
	dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset
	mtd: rawnand: fix double free in atmel_pmecc_create_user()
	powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
	stddef: make __struct_group() UAPI C++-friendly
	tracing/kprobe: Make trace_kprobe's module callback called after jump_label update
	watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
	watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
	scsi: qla1280: Fix hw revision numbering for ISP1020/1040
	scsi: megaraid_sas: Fix for a potential deadlock
	udf: Skip parent dir link count update if corrupted
	ALSA: hda/conexant: fix Z60MR100 startup pop issue
	ALSA: sh: Use standard helper for buffer accesses
	smb: server: Fix building with GCC 15
	regmap: Use correct format specifier for logging range errors
	LoongArch: Fix reserving screen info memory for above-4G firmware
	LoongArch: BPF: Adjust the parameter of emit_jirl()
	platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
	spi: intel: Add Panther Lake SPI controller support
	scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time
	scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error
	spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()
	drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()
	virtio-blk: don't keep queue frozen during system suspend
	blk-mq: register cpuhp callback after hctx is added to xarray table
	blk-mq: move cpuhp callback registering out of q->sysfs_lock
	MIPS: Probe toolchain support of -msym32
	MIPS: mipsregs: Set proper ISA level for virt extensions
	sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers
	ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook X G1i
	ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops
	pmdomain: core: Add missing put_device()
	drm/amd/amdgpu: allow use kiq to do hdp flush under sriov
	drm/amdgpu/hdp4.0: do a posting read when flushing HDP
	drm/amdgpu/hdp5.0: do a posting read when flushing HDP
	drm/amdgpu/hdp6.0: do a posting read when flushing HDP
	x86/cpu: Add model number for Intel Clearwater Forest processor
	x86/cpu: Add model number for another Intel Arrow Lake mobile processor
	x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86
	x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h
	x86/cpu/intel: Switch to new Intel CPU model defines
	x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation
	drm/amdkfd: reduce stack size in kfd_topology_add_device()
	drm/amdkfd: drop struct kfd_cu_info
	drm/amdkfd: Use device based logging for errors
	drm/amdkfd: pause autosuspend when creating pdd
	freezer, sched: Report frozen tasks as 'D' instead of 'R'
	tracing: Constify string literal data member in struct trace_event_call
	tracing: Prevent bad count for tracing_cpumask_write
	io_uring/sqpoll: fix sqpoll error handling races
	i2c: microchip-core: actually use repeated sends
	PCI/MSI: Handle lack of irqdomain gracefully
	i2c: imx: add imx7d compatible string for applying erratum ERR007805
	i2c: microchip-core: fix "ghost" detections
	power: supply: gpio-charger: Fix set charge current limits
	btrfs: avoid monopolizing a core when activating a swap file
	btrfs: sysfs: fix direct super block member reads
	ALSA: sh: Fix wrong argument order for copy_from_iter()
	x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model defines
	ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"
	block: avoid to reuse `hctx` not removed from cpuhp callback list
	Linux 6.6.69

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