Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPDATE: 6.6.61 #1036

Open
wants to merge 1 commit into
base: stable-6.6
Choose a base branch
from
Open

Conversation

fepitre-bot
Copy link
Contributor

Update to 6.6.61

Changes since previous version:
gregkh/linux@f1ab3a1bcbbc Linux 6.6.61
gregkh/linux@b110196fec44 vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
gregkh/linux@4bdc5a62c6e5 hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
gregkh/linux@f7a08b2897da ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
gregkh/linux@1e8f31656ac1 ucounts: fix counter leak in inc_rlimit_get_ucounts()
gregkh/linux@dd73c942eed7 ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()
gregkh/linux@c8fe8c223297 irqchip/gic-v3: Force propagation of the active state with a read-back
gregkh/linux@4fea315a9fd8 USB: serial: option: add Quectel RG650V
gregkh/linux@836eefa7c7e1 USB: serial: option: add Fibocom FG132 0x0112 composition
gregkh/linux@4ffcb9d7891c USB: serial: qcserial: add support for Sierra Wireless EM86xx
gregkh/linux@13d6ff3ca760 USB: serial: io_edgeport: fix use after free in debug printk
gregkh/linux@69e19774f15e usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()
gregkh/linux@35925e2b7b40 usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
gregkh/linux@4abc5ee334fe usb: dwc3: fix fault at system suspend if device was already runtime suspended
gregkh/linux@8a30da5aa960 usb: musb: sunxi: Fix accessing an released usb phy
gregkh/linux@4877d9b2a2eb signal: restore the override_rlimit logic
gregkh/linux@5b548fd0d298 fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
gregkh/linux@ef59a49a4b0b i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
gregkh/linux@a2746ab3bbc9 filemap: Fix bounds checking in filemap_read()
gregkh/linux@575a562f7a3e media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format
gregkh/linux@0186347f1605 Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size"
gregkh/linux@bb9982d77734 Revert "wifi: mac80211: fix RCU list iterations"
gregkh/linux@6e62dab357ee riscv/purgatory: align riscv_kernel_entry
gregkh/linux@f04be6d68f71 btrfs: reinitialize delayed ref list after deleting it from the list
gregkh/linux@701fae8dce72 arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint
gregkh/linux@22aaaa7a1a73 arm64: Kconfig: Make SME depend on BROKEN for now
gregkh/linux@51d11ea0250d arm64/sve: Discard stale CPU state when handling SVE traps
gregkh/linux@30db2a648550 mptcp: use sock_kfree_s instead of kfree
gregkh/linux@1325e838089d net: vertexcom: mse102x: Fix possible double free of TX skb
gregkh/linux@20f4eb96afe2 net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()
gregkh/linux@f749cb60a01f nfs: Fix KMSAN warning in decode_getfattr_attrs()
gregkh/linux@203003c4ff18 posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
gregkh/linux@e639fe493614 ALSA: usb-audio: Add quirk for HP 320 FHD Webcam
gregkh/linux@edfae9d997c7 dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow
gregkh/linux@036dd6e3d263 dm cache: fix potential out-of-bounds access on the first resume
gregkh/linux@53421c3c0ee0 dm cache: optimize dirty bit checking with find_next_bit when resizing
gregkh/linux@e57648ce325f dm cache: fix out-of-bounds access to the dirty bitset when resizing
gregkh/linux@8cc12dab6353 dm cache: fix flushing uninitialized delayed_work on cache_ctr error
gregkh/linux@11d5a3f8427a dm cache: correct the number of origin blocks to match the target length
gregkh/linux@1df8231f4e99 thermal/drivers/qcom/lmh: Remove false lockdep backtrace
gregkh/linux@a613a3924175 drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported
gregkh/linux@3930715c1aef drm/amdgpu: Fix DPX valid mode check on GC 9.4.3
gregkh/linux@e2574b57990d drm/amdgpu: Adjust debugfs register access permissions
gregkh/linux@8906728f2fbd drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()
gregkh/linux@5a8ae5fa576c drm/amdgpu: Adjust debugfs eviction and IB access permissions
gregkh/linux@343fcd066c09 rpmsg: glink: Handle rejected intent request better
gregkh/linux@767975d74952 pwm: imx-tpm: Use correct MODULO value for EPWM mode
gregkh/linux@c6cdc08c25a8 ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
gregkh/linux@726c1568b914 ksmbd: Fix the missing xa_store error check
gregkh/linux@1f993777275c ksmbd: check outstanding simultaneous SMB operations
gregkh/linux@e923503a56b3 ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
gregkh/linux@5ba7258ff028 can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes
gregkh/linux@91017ba42df0 can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
gregkh/linux@89d8048df70c can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices
gregkh/linux@32adcb833ecc media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
gregkh/linux@2d0f01aa602f media: v4l2-tpg: prevent the risk of a division by zero
gregkh/linux@4264e26a34e3 media: pulse8-cec: fix data timestamp at pulse8_setup()
gregkh/linux@83c152b55d88 media: cx24116: prevent overflows on SNR calculus
gregkh/linux@784bc785a453 media: s5p-jpeg: prevent buffer overflows
gregkh/linux@a244b82d0ae6 media: ar0521: don't overflow when checking PLL values
gregkh/linux@bd24d8337159 ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
gregkh/linux@23bdbd1ef3e0 ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove
gregkh/linux@d3304dbc2d5f thermal/of: support thermal zones w/o trips subnode
gregkh/linux@5f2d0b607c70 tools/lib/thermal: Fix sampling handler context ptr
gregkh/linux@57a9e9d71d77 ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()
gregkh/linux@a8ce18094f42 scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
gregkh/linux@b01f2230868b media: adv7604: prevent underflow condition when reporting colorspace
gregkh/linux@492275748168 media: dvb_frontend: don't play tricks with underflow values
gregkh/linux@1e461672616b media: dvbdev: prevent the risk of out of memory access
gregkh/linux@c776231e3d0b media: stb0899_algo: initialize cfr before using it
gregkh/linux@203d04968af0 Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
gregkh/linux@1947143cb188 drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path
gregkh/linux@996a7208dadb rxrpc: Fix missing locking causing hanging calls
gregkh/linux@0012be71c55b net: arc: rockchip: fix emac mdio node support
gregkh/linux@8ed7a4a39c3f net: arc: fix the device for dma_map_single/dma_unmap_single
gregkh/linux@af0aa8aecbe8 virtio_net: Add hash_key_length check
gregkh/linux@bfd05c68e4c6 netfilter: nf_tables: wait for rcu grace period on net_device removal
gregkh/linux@825a80817cf1 netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
gregkh/linux@d122b259a717 netfilter: nf_tables: cleanup documentation
gregkh/linux@b0a3c915529e net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case
gregkh/linux@421cf80e7dee net: phy: ti: add PHY_RST_AFTER_CLK_EN flag
gregkh/linux@719edd9f3372 net: hns3: fix kernel crash when uninstalling driver
gregkh/linux@4b0599a66614 e1000e: Remove Meteor Lake SMBUS workarounds
gregkh/linux@bf5f837d9fd2 i40e: fix race condition by adding filter's intermediate sync state
gregkh/linux@6103d401b1cf ice: change q_index variable type to s16 to store -1 value
gregkh/linux@f32fc3becfc7 can: c_can: fix {rx,tx}_errors statistics
gregkh/linux@ef0edfbe9eee net: enetc: allocate vf_state during PF probes
gregkh/linux@d3fb3cc83cf3 sctp: properly validate chunk size in sctp_sf_ootb()
gregkh/linux@345267bf3643 dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
gregkh/linux@d4c52c6a2bd5 net: enetc: set MAC address to the VF net_device
gregkh/linux@9b7c0405af66 regulator: rtq2208: Fix uninitialized use of regulator_config
gregkh/linux@3e79ad156bed security/keys: fix slab-out-of-bounds in key_task_permission
gregkh/linux@6173b0bfcea3 nfs: avoid i_lock contention in nfs_clear_invalid_mapping
gregkh/linux@351f03398ba8 NFSv3: only use NFS timeout for MOUNT when protocols are compatible
gregkh/linux@d428de979bb2 sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
gregkh/linux@7a3ed3f12529 platform/x86/amd/pmc: Detect when STB is not available
gregkh/linux@9d9f5c75c0c7 HID: core: zero-initialize the report buffer
gregkh/linux@24a7ac9d3d1b arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes
gregkh/linux@95106521c1d8 ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
gregkh/linux@1a22d3723f48 ARM: dts: rockchip: Fix the spi controller on rk3036
gregkh/linux@0f4e827100ad ARM: dts: rockchip: drop grf reference from rk3036 hdmi
gregkh/linux@f3d09c233bea ARM: dts: rockchip: fix rk3036 acodec node
gregkh/linux@6900713f93c8 arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
gregkh/linux@15b17bbcea07 firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier()
gregkh/linux@810615507942 arm64: dts: imx8mp: correct sdhc ipg clk
gregkh/linux@5cfe9619ce8a arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs
gregkh/linux@ad0a938050d3 arm64: dts: imx8qxp: Add VPU subsystem file
gregkh/linux@f8181c545d0a arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
gregkh/linux@e24351485d15 arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
gregkh/linux@d0beaf49abc7 arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion
gregkh/linux@d09940e349f6 arm64: dts: rockchip: Remove undocumented supports-emmc property
gregkh/linux@d0a08abbe182 arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus
gregkh/linux@87759aaaab5c arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
gregkh/linux@55907bdf4858 arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
gregkh/linux@54d80a600051 arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
gregkh/linux@08e793866570 arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes
gregkh/linux@4d580a57ec23 arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node
gregkh/linux@f1da910ee9a2 arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328
gregkh/linux@771bd4dde450 arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator
gregkh/linux@27b69008d637 arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant