public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* Request for review for 4.4-st73, 4.4-cip108
@ 2026-02-25  5:32 Ulrich Hecht
  2026-02-26 11:05 ` Pavel Machek
  2026-02-27  6:50 ` nobuhiro.iwamatsu.x90
  0 siblings, 2 replies; 4+ messages in thread
From: Ulrich Hecht @ 2026-02-25  5:32 UTC (permalink / raw)
  To: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba

Hi!

Here are the manual backports for the upcoming 4.4 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.4.y-st-rc

dd2af1ff15baa macvlan: fix possible UAF in macvlan_forward_source()
6e7f9685b9d35 wifi: wlcore: ensure skb headroom before skb_push
1b847006e7141 sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
bf3c650dfddf3 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
9dbc25309be1c net/sched: sch_qfq: do not free existing class in qfq_change_class()

Plus one fix for my convenience:

e0e89cfcf08df arm64: replace Sun/Solaris style flag on section directive

Thanks for having a look!

CU
Uli


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

* Re: Request for review for 4.4-st73, 4.4-cip108
  2026-02-25  5:32 Request for review for 4.4-st73, 4.4-cip108 Ulrich Hecht
@ 2026-02-26 11:05 ` Pavel Machek
  2026-03-03  2:18   ` [cip-dev] " Ulrich Hecht
  2026-02-27  6:50 ` nobuhiro.iwamatsu.x90
  1 sibling, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2026-02-26 11:05 UTC (permalink / raw)
  To: Ulrich Hecht
  Cc: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba

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

Hi!

> Here are the manual backports for the upcoming 4.4 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.4.y-st-rc
> 
a > dd2af1ff15baa macvlan: fix possible UAF in macvlan_forward_source()
a > 6e7f9685b9d35 wifi: wlcore: ensure skb headroom before skb_push
a > 1b847006e7141 sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
a> bf3c650dfddf3 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
a> 9dbc25309be1c net/sched: sch_qfq: do not free existing class in qfq_change_class()
>

Thank you, these look good to me.

> Plus one fix for my convenience:
> 
> e0e89cfcf08df arm64: replace Sun/Solaris style flag on section directive

Pointer "mainline equivalent of this is XXX" would be nice here.

Thanks and best regards,
									Pavel

Author: Ulrich Hecht <uli@kernel.org>
Date:   Tue Feb 24 18:21:17 2026 +0800

    arm64: replace Sun/Solaris style flag on section directive
    
    Fixes compilation with recent GNU toolchains.
    
    Signed-off-by: Ulrich Hecht <uli@kernel.org>

diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S
index 0b095b75abeb74..16b1b654d14020 100644
--- a/arch/arm64/mm/proc.S
+++ b/arch/arm64/mm/proc.S
@@ -152,7 +152,7 @@ alternative_else
 alternative_endif
 ENDPROC(cpu_do_switch_mm)
 
-       .section ".text.init", #alloc, #execinstr
+       .section ".text.init", "ax"
 
 /*
  *     __cpu_setup


-- 
In cooperation with Nabla.

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

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

* RE: Request for review for 4.4-st73, 4.4-cip108
  2026-02-25  5:32 Request for review for 4.4-st73, 4.4-cip108 Ulrich Hecht
  2026-02-26 11:05 ` Pavel Machek
@ 2026-02-27  6:50 ` nobuhiro.iwamatsu.x90
  1 sibling, 0 replies; 4+ messages in thread
From: nobuhiro.iwamatsu.x90 @ 2026-02-27  6:50 UTC (permalink / raw)
  To: uli, cip-dev, pavel

Hi Uli,

> -----Original Message-----
> From: Ulrich Hecht <uli@fpond.eu>
> Sent: Wednesday, February 25, 2026 2:33 PM
> To: cip-dev@lists.cip-project.org; pavel@nabladev.com; iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro.iwamatsu.x90@mail.toshiba>
> Subject: Request for review for 4.4-st73, 4.4-cip108
> 
> Hi!
> 
> Here are the manual backports for the upcoming 4.4 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.4.y-st-rc
> 
> dd2af1ff15baa macvlan: fix possible UAF in macvlan_forward_source()
> 6e7f9685b9d35 wifi: wlcore: ensure skb headroom before skb_push
> 1b847006e7141 sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
> bf3c650dfddf3 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type 9dbc25309be1c net/sched:
> sch_qfq: do not free existing class in qfq_change_class()
> 
> Plus one fix for my convenience:
> 
> e0e89cfcf08df arm64: replace Sun/Solaris style flag on section directive
> 
> Thanks for having a look!
> 

Thanks for update 4.4.y tree.
I reviewed this, looks good to me.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>

> CU
> Uli

Best regards,
  Nobuhiro

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

* Re: [cip-dev] Request for review for 4.4-st73, 4.4-cip108
  2026-02-26 11:05 ` Pavel Machek
@ 2026-03-03  2:18   ` Ulrich Hecht
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Hecht @ 2026-03-03  2:18 UTC (permalink / raw)
  To: pavel; +Cc: cip-dev@lists.cip-project.org, nobuhiro.iwamatsu.x90@mail.toshiba


> On 02/26/2026 12:05 PM CET Pavel Machek via lists.cip-project.org <pavel=nabladev.com@lists.cip-project.org> wrote:
> 
>  
> Hi!
> 
> > Here are the manual backports for the upcoming 4.4 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.4.y-st-rc
> > 
> a > dd2af1ff15baa macvlan: fix possible UAF in macvlan_forward_source()
> a > 6e7f9685b9d35 wifi: wlcore: ensure skb headroom before skb_push
> a > 1b847006e7141 sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
> a> bf3c650dfddf3 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
> a> 9dbc25309be1c net/sched: sch_qfq: do not free existing class in qfq_change_class()
> >
> 
> Thank you, these look good to me.

Thanks!

> > Plus one fix for my convenience:
> > 
> > e0e89cfcf08df arm64: replace Sun/Solaris style flag on section directive
> 
> Pointer "mainline equivalent of this is XXX" would be nice here.

Normally yes, but in this case there is none. The offending line disappeared organically during post-4.4 mainline development before it could become an issue there.

CU
Uli


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

end of thread, other threads:[~2026-03-03  2:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  5:32 Request for review for 4.4-st73, 4.4-cip108 Ulrich Hecht
2026-02-26 11:05 ` Pavel Machek
2026-03-03  2:18   ` [cip-dev] " Ulrich Hecht
2026-02-27  6:50 ` nobuhiro.iwamatsu.x90

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