Skip to content
  • Greg Kroah-Hartman's avatar
    Merge 6.6.58 into android15-6.6-lts · 227f0fab
    Greg Kroah-Hartman authored
    
    
    GKI (arm64) relevant 28 out of 125 changes, affecting 31 files +155/-117
      75150ba9 net: enetc: add missing static descriptor and inline keyword [1 file, +2/-1]
      a3f169e3 posix-clock: Fix missing timespec64 check in pc_clock_settime() [1 file, +3/-0]
      9f1e7735 arm64: probes: Remove broken LDR (literal) uprobe support [1 file, +11/-5]
      173c13e3 arm64: probes: Fix simulate_ldr*_literal() [1 file, +7/-11]
      8165bf83 arm64: probes: Fix uprobes for big-endian kernels [2 files, +5/-7]
      8e29f323 irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 [1 file, +7/-1]
      a9af9d5f fat: fix uninitialized variable [1 file, +1/-1]
      17396e32 mm/mremap: fix move_normal_pmd/retract_page_tables race [1 file, +9/-2]
      a0035fc5 mm/mglru: only clear kswapd_failures if reclaimable [1 file, +2/-2]
      bed2b903 mm/swapfile: skip HugeTLB pages for unuse_vma [1 file, +1/-1]
      677f1df1 maple_tree: correct tree corruption on spanning store [1 file, +6/-6]
      4c5b123a blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race [1 file, +1/-1]
      6414ab5c ublk: don't allow user copy for unprivileged device [2 files, +17/-2]
      d3c4f41a Input: xpad - add support for MSI Claw A1M [1 file, +2/-0]
      7bd9af25 scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down [1 file, +3/-1]
      8e6ca01b scsi: ufs: core: Fix the issue of ICU failure [1 file, +8/-7]
      05f84d86 Bluetooth: Call iso_exit() on module unload [1 file, +2/-0]
      59bd80df Bluetooth: Remove debugfs directory on module init failure [1 file, +1/-0]
      8fb8e912 Bluetooth: ISO: Fix multiple init when debugfs is disabled [1 file, +1/-5]
      cc7b7050 xhci: Fix incorrect stream context type macro [1 file, +1/-1]
      53cd1bb1 xhci: Mitigate failed set dequeue pointer commands [1 file, +1/-1]
      c3d3501c usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG [1 file, +6/-4]
      01282ab5 irqchip/gic-v4: Don't allow a VMOVP on a dying VPE [2 files, +15/-7]
      90e3f819 serial: qcom-geni: fix polled console initialisation [1 file, +20/-1]
      7176aee5 serial: qcom-geni: revert broken hibernation support [1 file, +2/-39]
      61c8f746 serial: qcom-geni: fix dma rx cancellation [1 file, +14/-4]
      647cd449 serial: qcom-geni: fix receiver enable [1 file, +6/-4]
      229dfdc3 tcp: fix mptcp DSS corruption due to large pmtu xmit [1 file, +1/-3]
    
    Changes in 6.6.58
    	btrfs: fix uninitialized pointer free in add_inode_ref()
    	btrfs: fix uninitialized pointer free on read_alloc_one_name() error
    	ksmbd: fix user-after-free from session log off
    	ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
    	mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
    	net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
    	net: enetc: block concurrent XDP transmissions during ring reconfiguration
    	net: enetc: disable Tx BD rings after they are empty
    	net: enetc: disable NAPI after all rings are disabled
    	net: enetc: add missing static descriptor and inline keyword
    	posix-clock: Fix missing timespec64 check in pc_clock_settime()
    	arm64: probes: Remove broken LDR (literal) uprobe support
    	arm64: probes: Fix simulate_ldr*_literal()
    	arm64: probes: Fix uprobes for big-endian kernels
    	net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
    	net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
    	irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
    	fat: fix uninitialized variable
    	selftests/mm: replace atomic_bool with pthread_barrier_t
    	selftests/mm: fix deadlock for fork after pthread_create on ARM
    	mm/mremap: fix move_normal_pmd/retract_page_tables race
    	mm/mglru: only clear kswapd_failures if reclaimable
    	mm/swapfile: skip HugeTLB pages for unuse_vma
    	xfs: fix error returns from xfs_bmapi_write
    	xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
    	xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
    	xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
    	xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
    	xfs: fix missing check for invalid attr flags
    	xfs: check shortform attr entry flags specifically
    	xfs: validate recovered name buffers when recovering xattr items
    	xfs: enforce one namespace per attribute
    	xfs: revert commit 44af6c7e
    	xfs: use dontcache for grabbing inodes during scrub
    	xfs: match lock mode in xfs_buffered_write_iomap_begin()
    	xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
    	xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
    	xfs: convert delayed extents to unwritten when zeroing post eof blocks
    	xfs: allow symlinks with short remote targets
    	xfs: make sure sb_fdblocks is non-negative
    	xfs: fix unlink vs cluster buffer instantiation race
    	xfs: fix freeing speculative preallocations for preallocated files
    	xfs: allow unlinked symlinks and dirs with zero size
    	xfs: restrict when we try to align cow fork delalloc to cowextsz hints
    	maple_tree: correct tree corruption on spanning store
    	net: fec: Move `fec_ptp_read()` to the top of the file
    	net: fec: Remove duplicated code
    	mptcp: prevent MPC handshake on port-based signal endpoints
    	iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
    	s390/sclp: Deactivate sclp after all its users
    	s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
    	KVM: s390: gaccess: Check if guest address is in memslot
    	KVM: s390: Change virtual to physical address access in diag 0x258 handler
    	x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
    	x86/cpufeatures: Add a IBPB_NO_RET BUG flag
    	x86/entry: Have entry_ibpb() invalidate return predictions
    	x86/bugs: Skip RSB fill at VMEXIT
    	x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
    	blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
    	io_uring/sqpoll: close race on waiting for sqring entries
    	ublk: don't allow user copy for unprivileged device
    	selftest: hid: add the missing tests directory
    	Input: xpad - add support for MSI Claw A1M
    	scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
    	scsi: ufs: core: Fix the issue of ICU failure
    	drm/radeon: Fix encoder->possible_clones
    	drm/vmwgfx: Handle surface check failure correctly
    	drm/amdgpu/swsmu: Only force workload setup on init
    	drm/amdgpu: prevent BO_HANDLES error from being overwritten
    	iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
    	iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
    	iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
    	iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
    	iio: light: veml6030: fix ALS sensor resolution
    	iio: light: veml6030: fix IIO device retrieval from embedded device
    	iio: light: opt3001: add missing full-scale range value
    	iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
    	iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
    	iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
    	iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
    	Bluetooth: Call iso_exit() on module unload
    	Bluetooth: Remove debugfs directory on module init failure
    	Bluetooth: ISO: Fix multiple init when debugfs is disabled
    	Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
    	vt: prevent kernel-infoleak in con_font_get()
    	xhci: tegra: fix checked USB2 port number
    	xhci: Fix incorrect stream context type macro
    	xhci: Mitigate failed set dequeue pointer commands
    	USB: serial: option: add support for Quectel EG916Q-GL
    	USB: serial: option: add Telit FN920C04 MBIM compositions
    	usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF
    	usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
    	misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM device
    	misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP device
    	serial: imx: Update mctrl old_status on RTSD interrupt
    	parport: Proper fix for array out-of-bounds access
    	x86/resctrl: Annotate get_mem_config() functions as __init
    	x86/apic: Always explicitly disarm TSC-deadline timer
    	x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode load
    	x86/entry_32: Do not clobber user EFLAGS.ZF
    	x86/entry_32: Clear CPU buffers after register restore in NMI return
    	tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
    	x86/bugs: Use code segment selector for VERW operand
    	pinctrl: ocelot: fix system hang on level based interrupts
    	pinctrl: stm32: check devm_kasprintf() returned value
    	pinctrl: apple: check devm_kasprintf() returned value
    	irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
    	irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()
    	serial: qcom-geni: fix polled console initialisation
    	serial: qcom-geni: revert broken hibernation support
    	serial: qcom-geni: fix dma rx cancellation
    	serial: qcom-geni: fix receiver enable
    	tcp: fix mptcp DSS corruption due to large pmtu xmit
    	selftests: mptcp: join: change capture/checksum as bool
    	selftests: mptcp: join: test for prohibited MPC to port-based endp
    	selftests: mptcp: remove duplicated variables
    	nilfs2: propagate directory read errors from nilfs_find_entry()
    	ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
    	Linux 6.6.58
    
    Change-Id: I9587eeaecc8d28d5bd0b9b53181a2584ce840379
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
    227f0fab
Loading