Skip to content
  • Greg Kroah-Hartman's avatar
    c53388f0
    Merge 5.15.158 into android13-5.15-lts · c53388f0
    Greg Kroah-Hartman authored
    
    
    Changes in 5.15.158
    	smb: client: fix rename(2) regression against samba
    	cifs: reinstate original behavior again for forceuid/forcegid
    	HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
    	HID: logitech-dj: allow mice to use all types of reports
    	arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
    	arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
    	arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma
    	arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
    	arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg
    	arm64: dts: mediatek: mt7622: add support for coherent DMA
    	arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch
    	arm64: dts: mediatek: mt7622: fix clock controllers
    	arm64: dts: mediatek: mt7622: fix IR nodename
    	arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
    	arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
    	arm64: dts: mediatek: mt2712: fix validation errors
    	ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
    	wifi: iwlwifi: mvm: remove old PASN station when adding a new one
    	wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
    	vxlan: drop packets from invalid src-address
    	mlxsw: core: Unregister EMAD trap using FORWARD action
    	icmp: prevent possible NULL dereferences from icmp_build_probe()
    	bridge/br_netlink.c: no need to return void function
    	NFC: trf7970a: disable all regulators on removal
    	ipv4: check for NULL idev in ip_route_use_hint()
    	net: usb: ax88179_178a: stop lying about skb->truesize
    	net: gtp: Fix Use-After-Free in gtp_dellink
    	ipvs: Fix checksumming on GSO of SCTP packets
    	net: openvswitch: Fix Use-After-Free in ovs_ct_exit
    	mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work
    	mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update
    	mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash
    	mlxsw: spectrum_acl_tcam: Rate limit error message
    	mlxsw: spectrum_acl_tcam: Fix memory leak during rehash
    	mlxsw: spectrum_acl_tcam: Fix warning during rehash
    	mlxsw: spectrum_acl_tcam: Fix incorrect list API usage
    	mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work
    	netfilter: nf_tables: honor table dormant flag from netdev release event path
    	i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
    	i40e: Report MFS in decimal base instead of hex
    	iavf: Fix TC config comparison with existing adapter TC config
    	net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
    	af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
    	serial: core: Provide port lock wrappers
    	serial: mxs-auart: add spinlock around changing cts state
    	drm-print: add drm_dbg_driver to improve namespace symmetry
    	drm/vmwgfx: Fix crtc's atomic check conditional
    	Revert "crypto: api - Disallow identical driver names"
    	net/mlx5e: Fix a race in command alloc flow
    	tracing: Show size of requested perf buffer
    	tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together
    	x86/cpu: Fix check for RDPKRU in __show_regs()
    	Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
    	Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
    	Bluetooth: qca: fix NULL-deref on non-serdev suspend
    	mmc: sdhci-msm: pervent access to suspended controller
    	btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
    	cpu: Re-enable CPU mitigations by default for !X86 architectures
    	arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma
    	drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
    	drm/amdgpu: Fix leak when GPU memory allocation fails
    	irqchip/gic-v3-its: Prevent double free on error
    	ethernet: Add helper for assigning packet type when dest address does not match device address
    	net: b44: set pause params only when interface is up
    	stackdepot: respect __GFP_NOLOCKDEP allocation flag
    	mtd: diskonchip: work around ubsan link failure
    	tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
    	tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
    	dmaengine: owl: fix register access functions
    	idma64: Don't try to serve interrupts when device is powered off
    	dma: xilinx_dpdma: Fix locking
    	dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
    	riscv: fix VMALLOC_START definition
    	riscv: Fix TASK_SIZE on 64-bit NOMMU
    	i2c: smbus: fix NULL function pointer dereference
    	fbdev: fix incorrect address computation in deferred IO
    	HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up
    	bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
    	udp: preserve the connected status if only UDP cmsg
    	serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
    	Linux 5.15.158
    
    Change-Id: I1824ac2987eaae143d3bb87930260cdab84ee87c
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
    c53388f0
    Merge 5.15.158 into android13-5.15-lts
    Greg Kroah-Hartman authored
    
    
    Changes in 5.15.158
    	smb: client: fix rename(2) regression against samba
    	cifs: reinstate original behavior again for forceuid/forcegid
    	HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
    	HID: logitech-dj: allow mice to use all types of reports
    	arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
    	arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
    	arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma
    	arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
    	arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg
    	arm64: dts: mediatek: mt7622: add support for coherent DMA
    	arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch
    	arm64: dts: mediatek: mt7622: fix clock controllers
    	arm64: dts: mediatek: mt7622: fix IR nodename
    	arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
    	arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
    	arm64: dts: mediatek: mt2712: fix validation errors
    	ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
    	wifi: iwlwifi: mvm: remove old PASN station when adding a new one
    	wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
    	vxlan: drop packets from invalid src-address
    	mlxsw: core: Unregister EMAD trap using FORWARD action
    	icmp: prevent possible NULL dereferences from icmp_build_probe()
    	bridge/br_netlink.c: no need to return void function
    	NFC: trf7970a: disable all regulators on removal
    	ipv4: check for NULL idev in ip_route_use_hint()
    	net: usb: ax88179_178a: stop lying about skb->truesize
    	net: gtp: Fix Use-After-Free in gtp_dellink
    	ipvs: Fix checksumming on GSO of SCTP packets
    	net: openvswitch: Fix Use-After-Free in ovs_ct_exit
    	mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work
    	mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update
    	mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash
    	mlxsw: spectrum_acl_tcam: Rate limit error message
    	mlxsw: spectrum_acl_tcam: Fix memory leak during rehash
    	mlxsw: spectrum_acl_tcam: Fix warning during rehash
    	mlxsw: spectrum_acl_tcam: Fix incorrect list API usage
    	mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work
    	netfilter: nf_tables: honor table dormant flag from netdev release event path
    	i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
    	i40e: Report MFS in decimal base instead of hex
    	iavf: Fix TC config comparison with existing adapter TC config
    	net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
    	af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
    	serial: core: Provide port lock wrappers
    	serial: mxs-auart: add spinlock around changing cts state
    	drm-print: add drm_dbg_driver to improve namespace symmetry
    	drm/vmwgfx: Fix crtc's atomic check conditional
    	Revert "crypto: api - Disallow identical driver names"
    	net/mlx5e: Fix a race in command alloc flow
    	tracing: Show size of requested perf buffer
    	tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together
    	x86/cpu: Fix check for RDPKRU in __show_regs()
    	Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
    	Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
    	Bluetooth: qca: fix NULL-deref on non-serdev suspend
    	mmc: sdhci-msm: pervent access to suspended controller
    	btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
    	cpu: Re-enable CPU mitigations by default for !X86 architectures
    	arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma
    	drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
    	drm/amdgpu: Fix leak when GPU memory allocation fails
    	irqchip/gic-v3-its: Prevent double free on error
    	ethernet: Add helper for assigning packet type when dest address does not match device address
    	net: b44: set pause params only when interface is up
    	stackdepot: respect __GFP_NOLOCKDEP allocation flag
    	mtd: diskonchip: work around ubsan link failure
    	tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
    	tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
    	dmaengine: owl: fix register access functions
    	idma64: Don't try to serve interrupts when device is powered off
    	dma: xilinx_dpdma: Fix locking
    	dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
    	riscv: fix VMALLOC_START definition
    	riscv: Fix TASK_SIZE on 64-bit NOMMU
    	i2c: smbus: fix NULL function pointer dereference
    	fbdev: fix incorrect address computation in deferred IO
    	HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up
    	bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
    	udp: preserve the connected status if only UDP cmsg
    	serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
    	Linux 5.15.158
    
    Change-Id: I1824ac2987eaae143d3bb87930260cdab84ee87c
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Loading