public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* Request for review for 4.19-st11, 4.19-cip127
@ 2025-12-22  6:08 Ulrich Hecht
  2026-01-05 21:55 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Hecht @ 2025-12-22  6:08 UTC (permalink / raw)
  To: cip-dev@lists.cip-project.org, pavel@denx.de,
	nobuhiro.iwamatsu.x90@mail.toshiba

Hi!

Here are the manual backports for the upcoming 4.19 kernel release. As always they can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-st-rc

0b4f892d4caa usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
d5e8379424542 scsi: pm80xx: Set phy->enable_completion only when we
82c4ffb49e987 drm/amd/display: Check NULL before accessing
772b21d2f0317 wifi: ath10k: Fix connection after GTK rekeying
7da6f50f7d7a5 pinctrl: single: fix bias pull up/down handling in pin_config_set
80bf4633c7043 libceph: fix potential use-after-free in have_mon_and_osd_map()
495e4a086b69a nvme-fc: use lock accessing port_state and rport state
d6c1721463a61 net: netpoll: fix incorrect refcount handling causing incorrect cleanup
df6e18b2a9179 net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
aa71fdcea176e tipc: Fix use-after-free in tipc_mon_reinit_self().
92396463b534a sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
4051e60b1c5fc Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
ef3aaa87ec116 net: ravb: Enforce descriptor type ordering
dd2973f30a943 wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
22a3a715eb41f net/sched: sch_qfq: Fix null-deref in agg_dequeue

Thanks for having a look!

CU
Uli


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Request for review for 4.19-st11, 4.19-cip127
  2025-12-22  6:08 Request for review for 4.19-st11, 4.19-cip127 Ulrich Hecht
@ 2026-01-05 21:55 ` Pavel Machek
  2026-01-08  2:58   ` [cip-dev] " Ulrich Hecht
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2026-01-05 21:55 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: cip-dev@lists.cip-project.org, nobuhiro.iwamatsu.x90@mail.toshiba

[-- Attachment #1: Type: text/plain, Size: 1652 bytes --]

Hi!

> Here are the manual backports for the upcoming 4.19 kernel release. As always they can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-st-rc
> 
> 0b4f892d4caa usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
> d5e8379424542 scsi: pm80xx: Set phy->enable_completion only when we
> 82c4ffb49e987 drm/amd/display: Check NULL before accessing
> 772b21d2f0317 wifi: ath10k: Fix connection after GTK rekeying
> 7da6f50f7d7a5 pinctrl: single: fix bias pull up/down handling in pin_config_set
> 80bf4633c7043 libceph: fix potential use-after-free in have_mon_and_osd_map()
> 495e4a086b69a nvme-fc: use lock accessing port_state and rport state
> d6c1721463a61 net: netpoll: fix incorrect refcount handling causing incorrect cleanup
> df6e18b2a9179 net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
> aa71fdcea176e tipc: Fix use-after-free in tipc_mon_reinit_self().
> 92396463b534a sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
> 4051e60b1c5fc Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
> ef3aaa87ec116 net: ravb: Enforce descriptor type ordering
> dd2973f30a943 wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
> 22a3a715eb41f net/sched: sch_qfq: Fix null-deref in agg_dequeue

These patches look good to me. I did not take complete review of
"80bf4633c7043 libceph: fix potential use-after-free in
have_mon_and_osd_map()" as that one looks tricky.

Thanks and best regards,
							Pavel
-- 
In cooperation with Nabla.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [cip-dev] Request for review for 4.19-st11, 4.19-cip127
  2026-01-05 21:55 ` Pavel Machek
@ 2026-01-08  2:58   ` Ulrich Hecht
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Hecht @ 2026-01-08  2:58 UTC (permalink / raw)
  To: pavel, Pavel Machek via lists.cip-project.org
  Cc: cip-dev@lists.cip-project.org, nobuhiro.iwamatsu.x90@mail.toshiba


> On 01/05/2026 10:55 PM CET Pavel Machek via lists.cip-project.org <pavel=nabladev.com@lists.cip-project.org> wrote:
> These patches look good to me. I did not take complete review of

Thanks!

> "80bf4633c7043 libceph: fix potential use-after-free in
> have_mon_and_osd_map()" as that one looks tricky.

I think I incorrectly marked that as a manual backport anyway...

CU
Uli


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-08  2:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22  6:08 Request for review for 4.19-st11, 4.19-cip127 Ulrich Hecht
2026-01-05 21:55 ` Pavel Machek
2026-01-08  2:58   ` [cip-dev] " Ulrich Hecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox