* Request for reviews for 4.4-st61, 4.4-cip96
@ 2025-02-11 2:14 Ulrich Hecht
2025-02-12 16:58 ` Pavel Machek
2025-02-12 22:21 ` nobuhiro1.iwamatsu
0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2025-02-11 2:14 UTC (permalink / raw)
To: cip-dev@lists.cip-project.org, pavel@denx.de,
nobuhiro1.iwamatsu@toshiba.co.jp
Hi!
Here's the manual backports for the next 4.4 kernel release. They can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-st-rc
Seems like all manual backports to 4.19 applied cleanly, so there is nothing to re-review.
65a3da457f648 phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
fbb00ee18cfb9 batman-adv: Remove uninitialized data in full table TT response
b317a37e42dbc leds: class: Protect brightness_show() with led_cdev->led_access mutex
20e3dfc5e6312 net: inet: do not leave a dangling sk pointer in inet_create()
9f3769378767d af_packet: avoid erroring out after sock_init_data() in packet_create()
dc4d74d36b1bc nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
e2f28a0cb0a81 netfilter: x_tables: fix LED ID check in led_tg_check()
Thanks for having a look.
CU
Uli
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Request for reviews for 4.4-st61, 4.4-cip96
2025-02-11 2:14 Request for reviews for 4.4-st61, 4.4-cip96 Ulrich Hecht
@ 2025-02-12 16:58 ` Pavel Machek
2025-02-12 22:21 ` nobuhiro1.iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2025-02-12 16:58 UTC (permalink / raw)
To: Ulrich Hecht
Cc: cip-dev@lists.cip-project.org, pavel@denx.de,
nobuhiro1.iwamatsu@toshiba.co.jp
[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]
Hi!
> Here's the manual backports for the next 4.4 kernel release. They can be found in https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-st-rc
>
> Seems like all manual backports to 4.19 applied cleanly, so there is nothing to re-review.
>
a 65a3da457f648 phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
a fbb00ee18cfb9 batman-adv: Remove uninitialized data in full table TT response
a b317a37e42dbc leds: class: Protect brightness_show() with led_cdev->led_access mutex
a 20e3dfc5e6312 net: inet: do not leave a dangling sk pointer in inet_create()
a 9f3769378767d af_packet: avoid erroring out after sock_init_data() in packet_create()
a dc4d74d36b1bc nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
These look good to me.
> e2f28a0cb0a81 netfilter: x_tables: fix LED ID check in led_tg_check()
It is strange to use memchr for this, and memchr second argument is
integer. But if the patch was good enough for mainline, I think we can
live with it.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Request for reviews for 4.4-st61, 4.4-cip96
2025-02-11 2:14 Request for reviews for 4.4-st61, 4.4-cip96 Ulrich Hecht
2025-02-12 16:58 ` Pavel Machek
@ 2025-02-12 22:21 ` nobuhiro1.iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: nobuhiro1.iwamatsu @ 2025-02-12 22:21 UTC (permalink / raw)
To: uli, cip-dev, pavel
Hi Uli,
Thanks for update 4.4.y-st.
> -----Original Message-----
> From: Ulrich Hecht <uli@fpond.eu>
> Sent: Tuesday, February 11, 2025 11:14 AM
> To: cip-dev@lists.cip-project.org; pavel@denx.de; iwamatsu nobuhiro(岩松 信
> 洋 ○DITC□DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>
> Subject: Request for reviews for 4.4-st61, 4.4-cip96
>
> Hi!
>
> Here's the manual backports for the next 4.4 kernel release. They can be found
> in
> https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linu
> x-4.4.y-st-rc
>
> Seems like all manual backports to 4.19 applied cleanly, so there is nothing to
> re-review.
>
> 65a3da457f648 phy: core: Fix an OF node refcount leakage in
> of_phy_provider_lookup()
> fbb00ee18cfb9 batman-adv: Remove uninitialized data in full table TT
> response b317a37e42dbc leds: class: Protect brightness_show() with
> led_cdev->led_access mutex
> 20e3dfc5e6312 net: inet: do not leave a dangling sk pointer in inet_create()
> 9f3769378767d af_packet: avoid erroring out after sock_init_data() in
> packet_create() dc4d74d36b1bc nilfs2: fix potential out-of-bounds memory
> access in nilfs_find_entry()
> e2f28a0cb0a81 netfilter: x_tables: fix LED ID check in led_tg_check()
>
> Thanks for having a look.
>
I reviewed these, I don't see anything wrong with these patches.
Best regards,
Nobuhiro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-12 22:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 2:14 Request for reviews for 4.4-st61, 4.4-cip96 Ulrich Hecht
2025-02-12 16:58 ` Pavel Machek
2025-02-12 22:21 ` nobuhiro1.iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox