UPDATE: 6.1.186 - #1362
Open
fepitre-bot wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to 6.1.186
Details
Changes since previous version:
gregkh/linux@baf9b0383ff7 PCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systems
gregkh/linux@56f0aa75c764 Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept
gregkh/linux@f8e6fde5db87 rndis_host: add overflow check in rndis_rx_fixup()
gregkh/linux@4d0892a90b57 ALSA: dummy: Check card index validity at probe
gregkh/linux@b4663405ae29 ocfs2: fix missing metadata reservation for large xattrs
gregkh/linux@41dd31117565 null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows
gregkh/linux@5dc59fc959b2 kcov: fix data corruption and race conditions on PREEMPT_RT
gregkh/linux@8865cd664484 ext4: stop retrying saturated xattr cache entries
gregkh/linux@d1efdcb37287 ext4: clear error before retrying inode xattr space fallback
gregkh/linux@03a12253dd2a xfs: validate attr entry pointer before field access
gregkh/linux@13327ed95222 misc: fastrpc: Rework fastrpc_req_munmap
gregkh/linux@99f8de36c84c misc: fastrpc: Remove buffer from list prior to unmap operation
gregkh/linux@272df0fbe6f3 NTB: ntb_netdev: Preserve RX queue depth on allocation failure
gregkh/linux@f70c9d4fba46 serial: amba-pl011: synchronize DMA teardown
gregkh/linux@4fe9b3b9e4b8 perf/core: Fix child_total_time_enabled accounting bug at task exit
gregkh/linux@6449c4223b53 perf: Fix cgroup state vs ERROR
gregkh/linux@3b1e5c44653f perf: Fix dangling cgroup pointer in cpuctx
gregkh/linux@f8a07021679a perf/core: Fix group leader use-after-free after sibling detach
gregkh/linux@142e287b3a25 packet: use consistent hard_header_len in non-ring send paths
gregkh/linux@e79f59a8527a packet: use consistent hard_header_len in TX_RING send path
gregkh/linux@7a11226e02f5 serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants
gregkh/linux@739499f1da1a serial: sc16is7xx: convert bitmask definitions to use BIT() macro
gregkh/linux@d11f15dbbf83 serial: sc16is7xx: rename EFR mutex with generic name
gregkh/linux@b0c3604f816c serial: sc16is7xx: use guards for simple mutex locks
gregkh/linux@d40a28ab302e serial: sc16is7xx: enable THRI before filling TX FIFO
gregkh/linux@88ecc4e120bc net/packet: convert po->pressure to an atomic flag
gregkh/linux@f015c9de92b7 packet: synchronize pressure clearing with ring reconfiguration
gregkh/linux@08a04d7bfb9c inet: frags: publish queues before arming timer
gregkh/linux@b94b28c1f0fa s390/vfio_ccw: Cancel existing workqueues
gregkh/linux@7e9954e72120 drm/amdgpu: disallow multiple FENCE chunks in one submit
gregkh/linux@c9b85aa2cf73 s390/vfio_ccw: Move cp cleanup out of not operational
gregkh/linux@56d7488533ce s390/vfio_ccw: Selectively expand io_mutex
gregkh/linux@0edd222730a9 s390/vfio_ccw: Implement a crw lock
gregkh/linux@cacb1245edf4 xfs: don't use a xfs_log_iovec for ri_buf in log recovery
gregkh/linux@f7b5fa83e2c1 xfs: bounds-check buffer log item's dirty bitmap
gregkh/linux@0514f3054738 drm/amdgpu: check ASPM on the dGPU host link
gregkh/linux@63d2230e5076 gpio: ml-ioh: use raw_spinlock_t for the register lock
gregkh/linux@6509e270ae1b tls: fix lockless read of strp->msg_ready in ->poll
gregkh/linux@ef50eaab631f tls: handle data disappearing from under the TLS ULP
gregkh/linux@b8c9f25fd843 iomap: adjust read range correctly for non-block-aligned positions
gregkh/linux@4e942da2869b nfc: digital: clamp SENSF_RES length to the destination buffer
gregkh/linux@8d2c243b7985 nfc: fdp: bound the device-reported read length and fix an skb leak
gregkh/linux@cb2986722824 nfc: microread: validate target discovery payload lengths
gregkh/linux@65a0ec7783b0 nfc: llcp: bound the connect_sn TLV walk to the skb
gregkh/linux@9c47d6679635 nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers
gregkh/linux@a7b9b449f5a5 nfc: llcp: reject PDUs shorter than the LLCP header
gregkh/linux@d63e85c5d555 nfc: pn533: purge fragmented skbs during cleanup
gregkh/linux@dd26d30f40c4 nfc: st21nfca: validate ATR_REQ length against the received frame
gregkh/linux@afd8605fb43b nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
gregkh/linux@fe69fed3495f nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
gregkh/linux@be678c7a41eb nfc: nci: free destination parameters when closing a connection
gregkh/linux@2ff70a8edba1 ndisc: ndisc_send_redirect() cleanup
gregkh/linux@f161be39201e libceph: fix OOB read in decode_watchers() via missing bounds check
gregkh/linux@74ce7389f8f5 ipv4: reject undersized MTUs in ip_do_fragment()
gregkh/linux@d960881b9312 ipv6: fix use-after-free in ip6_finish_output2()
gregkh/linux@447b668faa14 nvmet-auth: zero the AUTH_RECEIVE response buffer
gregkh/linux@1a8f007faefe nvmet-fc: fix invalid free in LS IOD error path
gregkh/linux@e7077e6c4542 nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations
gregkh/linux@84b205297fa1 Input: byd - synchronize timer deletion before freeing private data
gregkh/linux@f84f2c81d792 ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses
gregkh/linux@81d814214816 mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
gregkh/linux@5da972efed3d mptcp: pm: ADD_ADDR rtx: free sk if last
gregkh/linux@e19f1e37f93d mptcp: pm: fix data race in add_addr timer callback
gregkh/linux@403cc9bd6ccb HID: magicmouse: do not keep a stale msc->input if no input is claimed
gregkh/linux@da86a2bf716f HID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_ID
gregkh/linux@313ead1abed9 HID: core: fix OOB read of field->usage in hid_set_field()
gregkh/linux@f833821e4b52 xfrm: fix sk_dst_cache double-free in xfrm_user_policy()
gregkh/linux@17e01e342af7 s390/vfio_ccw: Free all memory if cp_init() fails
gregkh/linux@d7d4a8a75cd3 Input: atkbd - skip deactivate for HONOR FMB-P's internal keyboard
gregkh/linux@eb6b7753e8f7 Input: atkbd - skip deactivate for HONOR ZQC-P
gregkh/linux@cadee54a8691 can: use skb hash instead of private variable in headroom
gregkh/linux@2753722612d8 can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
gregkh/linux@4753cc37b660 misc: fastrpc: Fix double free of 'buf' in error path
gregkh/linux@33ea29f8b614 HID: nintendo: fix out-of-bounds read in joycon_ctlr_read_handler()
gregkh/linux@634f498ea5d5 HID: core: fix number/pointer type confusion on long items
gregkh/linux@d37ff4e3635c HID: sensor: custom: Fix use-after-free in enable_sensor
gregkh/linux@8614c043b11c HID: hyperv: validate initial device info bounds
gregkh/linux@8e68c380290b Bluetooth: hci_event: fix LE list UAF on reset
gregkh/linux@37a5dcd6837f net: gro: properly validate BIG TCP aggregation criteria
gregkh/linux@79a9660d699e Linux 6.1.185
gregkh/linux@14a8f3e10fa9 inet: frags: strip GSO state from fragments before reassembly
gregkh/linux@d64a499eea6b Linux 6.1.186