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

Merge 6.6.49 into android15-6.6-lts



Changes in 6.6.49
	ALSA: seq: Skip event type filtering for UMP events
	LoongArch: Remove the unused dma-direct.h
	btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
	btrfs: run delayed iputs when flushing delalloc
	smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
	pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
	pinctrl: single: fix potential NULL dereference in pcs_get_function()
	of: Add cleanup.h based auto release via __free(device_node) markings
	wifi: wfx: repair open network AP mode
	wifi: mwifiex: duplicate static structs used in driver instances
	net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
	mptcp: close subflow when receiving TCP+FIN
	mptcp: sched: check both backup in retrans
	mptcp: pm: reuse ID 0 after delete and re-add
	mptcp: pm: skip connecting to already established sf
	mptcp: pm: reset MPC endp ID when re-added
	mptcp: pm: send ACK on an active subflow
	mptcp: pm: do not remove already closed subflows
	mptcp: pm: fix ID 0 endp usage after multiple re-creations
	mptcp: pm: ADD_ADDR 0 is not a new address
	selftests: mptcp: join: check removing ID 0 endpoint
	selftests: mptcp: join: no extra msg if no counter
	selftests: mptcp: join: check re-re-adding ID 0 endp
	drm/amdgpu: align pp_power_profile_mode with kernel docs
	drm/amdgpu/swsmu: always force a state reprogram on init
	drm/vmwgfx: Fix prime with external buffers
	tracing: Have format file honor EVENT_FILE_FL_FREED
	usb: typec: fix up incorrectly backported "usb: typec: tcpm: unregister existing source caps before re-registration"
	of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
	thermal: of: Fix OF node leak in thermal_of_trips_init() error path
	thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
	ASoC: amd: acp: fix module autoloading
	ASoC: SOF: amd: Fix for acp init sequence
	pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
	pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register
	ovl: pass string to ovl_parse_layer()
	ovl: fix wrong lowerdir number check for parameter Opt_lowerdir
	ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err
	mm: Fix missing folio invalidation calls during truncation
	cifs: Fix FALLOC_FL_PUNCH_HOLE support
	Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"
	selinux,smack: don't bypass permissions check in inode_setsecctx hook
	iommufd: Do not allow creating areas without READ or WRITE
	phy: fsl-imx8mq-usb: fix tuning parameter name
	soundwire: stream: fix programming slave ports for non-continous port maps
	dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
	dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
	phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume
	dmaengine: dw: Add peripheral bus width verification
	dmaengine: dw: Add memory bus width verification
	Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test
	Bluetooth: btnxpuart: Handle FW Download Abort scenario
	Bluetooth: btnxpuart: Fix random crash seen while removing driver
	Bluetooth: hci_core: Fix not handling hibernation actions
	iommu: Do not return 0 from map_pages if it doesn't do anything
	netfilter: nf_tables: restore IP sanity checks for netdev/egress
	wifi: iwlwifi: fw: fix wgds rev 3 exact size
	ethtool: check device is present when getting link settings
	netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
	selftests: forwarding: no_forwarding: Down ports on cleanup
	selftests: forwarding: local_termination: Down ports on cleanup
	bonding: implement xdo_dev_state_free and call it after deletion
	bonding: extract the use of real_device into local variable
	bonding: change ipsec_lock from spin lock to mutex
	gtp: fix a potential NULL pointer dereference
	sctp: fix association labeling in the duplicate COOKIE-ECHO case
	drm/amd/display: avoid using null object of framebuffer
	net: busy-poll: use ktime_get_ns() instead of local_clock()
	nfc: pn533: Add poll mod list filling check
	soc: qcom: cmd-db: Map shared memory as WC, not WB
	soc: qcom: pmic_glink: Actually communicate when remote goes down
	soc: qcom: pmic_glink: Fix race during initialization
	cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
	firmware: qcom: scm: Mark get_wq_ctx() as atomic call
	scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
	USB: serial: option: add MeiG Smart SRM825L
	ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design
	usb: dwc3: omap: add missing depopulate in probe error path
	usb: dwc3: core: Prevent USB core invalid event buffer address access
	usb: dwc3: st: fix probed platform device ref count on probe error path
	usb: dwc3: st: add missing depopulate in probe error path
	usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()
	usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
	usb: cdnsp: fix for Link TRB with TC
	ARM: dts: omap3-n900: correct the accelerometer orientation
	arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962
	arm64: dts: imx93: add nvmem property for fec1
	arm64: dts: imx93: add nvmem property for eqos
	arm64: dts: imx93: update default value for snps,clk-csr
	arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
	arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo
	scsi: aacraid: Fix double-free on probe failure
	apparmor: fix policy_unpack_test on big endian systems
	Linux 6.6.49

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