public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
       [not found] <1833151A32081021.4816@lists.cip-project.org>
@ 2025-04-16 10:55 ` Prabhakar Mahadev Lad
  2025-04-17  6:05   ` nobuhiro1.iwamatsu
  2025-05-07  7:02   ` Pavel Machek
  0 siblings, 2 replies; 7+ messages in thread
From: Prabhakar Mahadev Lad @ 2025-04-16 10:55 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu, Pavel Machek
  Cc: Biju Das, Prabhakar Mahadev Lad, cip-dev@lists.cip-project.org

Hi All,

> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On
> Behalf Of Lad Prabhakar via lists.cip-project.org
> Sent: 04 April 2025 10:58
> To: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> shmobile_smp_* alignment
> 
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> commit 379c590113ce46f605439d4887996c60ab8820cc upstream.
> 
> When the addresses of the shmobile_smp_mpidr, shmobile_smp_fn, and
> shmobile_smp_arg variables are not multiples of 4 bytes, secondary CPU
> bring-up fails:
> 
>     smp: Bringing up secondary CPUs ...
>     CPU1: failed to come online
>     CPU2: failed to come online
>     CPU3: failed to come online
>     smp: Brought up 1 node, 1 CPU
> 
> Fix this by adding the missing alignment directive.
> 
> Fixes: 4e960f52fce16a3b ("ARM: shmobile: Move shmobile_smp_{mpidr, fn,
> arg}[] from .text to .bss")
> Closes: https://lore.kernel.org/r/CAMuHMdU=QR-JLgEHKWpsr6SbaZRc-
> Hz9r91JfpP8c3n2G-OjqA@mail.gmail.com
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Link:
> https://lore.kernel.org/c499234d559a0d95ad9472883e46077311051cd8.174161220
> 8.git.geert+renesas@glider.be
> Cc: stable@vger.kernel.org
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> Hi All,
> 
> Note:
> - This issue has been replicated on 4.4-cip with older compilers and
> CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE enabled.
> - The offending commit 4e960f52fce16a3b is not present in v4.4 release so
> this patch wont be backported into 4.4-cip by stable hence just sending
> this for 4.4-cip only. Please note this patch has been cherry-picked v6.14
> release.
>
Gentle ping for review.

Cheers,
Prabhakar


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

* RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-04-16 10:55 ` [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment Prabhakar Mahadev Lad
@ 2025-04-17  6:05   ` nobuhiro1.iwamatsu
  2025-04-27 19:39     ` Prabhakar Mahadev Lad
  2025-05-07  7:02   ` Pavel Machek
  1 sibling, 1 reply; 7+ messages in thread
From: nobuhiro1.iwamatsu @ 2025-04-17  6:05 UTC (permalink / raw)
  To: prabhakar.mahadev-lad.rj, pavel; +Cc: biju.das.jz, cip-dev

Hi Prabhakar, 

Sorry for review is too late.

> -----Original Message-----
> From: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Wednesday, April 16, 2025 7:56 PM
> To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; Prabhakar Mahadev Lad
> <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org
> Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> shmobile_smp_* alignment
> 
> Hi All,
> 
> > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On
> > Behalf Of Lad Prabhakar via lists.cip-project.org
> > Sent: 04 April 2025 10:58
> > To: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu
> > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>
> > Subject: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > shmobile_smp_* alignment
> >
> > From: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > commit 379c590113ce46f605439d4887996c60ab8820cc upstream.
> >
> > When the addresses of the shmobile_smp_mpidr, shmobile_smp_fn, and
> > shmobile_smp_arg variables are not multiples of 4 bytes, secondary CPU
> > bring-up fails:
> >
> >     smp: Bringing up secondary CPUs ...
> >     CPU1: failed to come online
> >     CPU2: failed to come online
> >     CPU3: failed to come online
> >     smp: Brought up 1 node, 1 CPU
> >
> > Fix this by adding the missing alignment directive.
> >
> > Fixes: 4e960f52fce16a3b ("ARM: shmobile: Move shmobile_smp_{mpidr, fn,
> > arg}[] from .text to .bss")
> > Closes: https://lore.kernel.org/r/CAMuHMdU=QR-JLgEHKWpsr6SbaZRc-
> > Hz9r91JfpP8c3n2G-OjqA@mail.gmail.com
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Link:
> >
> https://lore.kernel.org/c499234d559a0d95ad9472883e46077311051cd8.17416
> > 1220
> > 8.git.geert+renesas@glider.be
> > Cc: stable@vger.kernel.org
> > Signed-off-by: Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> > Hi All,
> >
> > Note:
> > - This issue has been replicated on 4.4-cip with older compilers and
> > CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE enabled.
> > - The offending commit 4e960f52fce16a3b is not present in v4.4 release
> > so this patch wont be backported into 4.4-cip by stable hence just
> > sending this for 4.4-cip only. Please note this patch has been
> > cherry-picked v6.14 release.
> >
> Gentle ping for review.
> 

LGTM.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro



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

* RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-04-17  6:05   ` nobuhiro1.iwamatsu
@ 2025-04-27 19:39     ` Prabhakar Mahadev Lad
  2025-05-07  0:55       ` nobuhiro1.iwamatsu
  0 siblings, 1 reply; 7+ messages in thread
From: Prabhakar Mahadev Lad @ 2025-04-27 19:39 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu@toshiba.co.jp, pavel@denx.de
  Cc: Biju Das, cip-dev@lists.cip-project.org

Hi Iwamatsu-san,

> -----Original Message-----
> From: nobuhiro1.iwamatsu@toshiba.co.jp <nobuhiro1.iwamatsu@toshiba.co.jp>
> Sent: 17 April 2025 07:05
> To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> pavel@denx.de
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; cip-dev@lists.cip-project.org
> Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> shmobile_smp_* alignment
> 
> Hi Prabhakar,
> 
> Sorry for review is too late.
> 
> > -----Original Message-----
> > From: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Sent: Wednesday, April 16, 2025 7:56 PM
> > To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>; Prabhakar Mahadev Lad
> > <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> > cip-dev@lists.cip-project.org
> > Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > shmobile_smp_* alignment
> >
> > Hi All,
> >
> > > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org>
> > > On Behalf Of Lad Prabhakar via lists.cip-project.org
> > > Sent: 04 April 2025 10:58
> > > To: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu
> > > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> > > Cc: Biju Das <biju.das.jz@bp.renesas.com>
> > > Subject: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > > shmobile_smp_* alignment
> > >
> > > From: Geert Uytterhoeven <geert+renesas@glider.be>
> > >
> > > commit 379c590113ce46f605439d4887996c60ab8820cc upstream.
> > >
> > > When the addresses of the shmobile_smp_mpidr, shmobile_smp_fn, and
> > > shmobile_smp_arg variables are not multiples of 4 bytes, secondary
> > > CPU bring-up fails:
> > >
> > >     smp: Bringing up secondary CPUs ...
> > >     CPU1: failed to come online
> > >     CPU2: failed to come online
> > >     CPU3: failed to come online
> > >     smp: Brought up 1 node, 1 CPU
> > >
> > > Fix this by adding the missing alignment directive.
> > >
> > > Fixes: 4e960f52fce16a3b ("ARM: shmobile: Move shmobile_smp_{mpidr,
> > > fn, arg}[] from .text to .bss")
> > > Closes: https://lore.kernel.org/r/CAMuHMdU=QR-JLgEHKWpsr6SbaZRc-
> > > Hz9r91JfpP8c3n2G-OjqA@mail.gmail.com
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > Link:
> > >
> > https://lore.kernel.org/c499234d559a0d95ad9472883e46077311051cd8.17416
> > > 1220
> > > 8.git.geert+renesas@glider.be
> > > Cc: stable@vger.kernel.org
> > > Signed-off-by: Lad Prabhakar
> > <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > ---
> > > Hi All,
> > >
> > > Note:
> > > - This issue has been replicated on 4.4-cip with older compilers and
> > > CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE enabled.
> > > - The offending commit 4e960f52fce16a3b is not present in v4.4
> > > release so this patch wont be backported into 4.4-cip by stable
> > > hence just sending this for 4.4-cip only. Please note this patch has
> > > been cherry-picked v6.14 release.
> > >
> > Gentle ping for review.
> >
> 
> LGTM.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> 
Thank you for the review. This patch is missing in 4.4-cip.

Cheers,
Prabhakar


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

* RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-04-27 19:39     ` Prabhakar Mahadev Lad
@ 2025-05-07  0:55       ` nobuhiro1.iwamatsu
  2025-05-07  8:45         ` Ulrich Hecht
  0 siblings, 1 reply; 7+ messages in thread
From: nobuhiro1.iwamatsu @ 2025-05-07  0:55 UTC (permalink / raw)
  To: prabhakar.mahadev-lad.rj, uli; +Cc: biju.das.jz, cip-dev, pavel

Hi,

> > > Gentle ping for review.
> > >
> >
> > LGTM.
> >
> > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> >
> Thank you for the review. This patch is missing in 4.4-cip.

Perhaps Uli does not notice because he is not in TO and CC.

Uli, could you pick this patch to next 4.4.y-cip release?

Best regards.
  Nobuhiro

> -----Original Message-----
> From: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Monday, April 28, 2025 4:40 AM
> To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; pavel@denx.de
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; cip-dev@lists.cip-project.org
> Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> shmobile_smp_* alignment
> 
> Hi Iwamatsu-san,
> 
> > -----Original Message-----
> > From: nobuhiro1.iwamatsu@toshiba.co.jp
> > <nobuhiro1.iwamatsu@toshiba.co.jp>
> > Sent: 17 April 2025 07:05
> > To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> > pavel@denx.de
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>;
> > cip-dev@lists.cip-project.org
> > Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > shmobile_smp_* alignment
> >
> > Hi Prabhakar,
> >
> > Sorry for review is too late.
> >
> > > -----Original Message-----
> > > From: Prabhakar Mahadev Lad
> > > <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > Sent: Wednesday, April 16, 2025 7:56 PM
> > > To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> > > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> > > Cc: Biju Das <biju.das.jz@bp.renesas.com>; Prabhakar Mahadev Lad
> > > <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> > > cip-dev@lists.cip-project.org
> > > Subject: RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > > shmobile_smp_* alignment
> > >
> > > Hi All,
> > >
> > > > From: cip-dev@lists.cip-project.org
> > > > <cip-dev@lists.cip-project.org> On Behalf Of Lad Prabhakar via
> > > > lists.cip-project.org
> > > > Sent: 04 April 2025 10:58
> > > > To: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu
> > > > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> > > > Cc: Biju Das <biju.das.jz@bp.renesas.com>
> > > > Subject: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> > > > shmobile_smp_* alignment
> > > >
> > > > From: Geert Uytterhoeven <geert+renesas@glider.be>
> > > >
> > > > commit 379c590113ce46f605439d4887996c60ab8820cc upstream.
> > > >
> > > > When the addresses of the shmobile_smp_mpidr, shmobile_smp_fn,
> and
> > > > shmobile_smp_arg variables are not multiples of 4 bytes, secondary
> > > > CPU bring-up fails:
> > > >
> > > >     smp: Bringing up secondary CPUs ...
> > > >     CPU1: failed to come online
> > > >     CPU2: failed to come online
> > > >     CPU3: failed to come online
> > > >     smp: Brought up 1 node, 1 CPU
> > > >
> > > > Fix this by adding the missing alignment directive.
> > > >
> > > > Fixes: 4e960f52fce16a3b ("ARM: shmobile: Move
> shmobile_smp_{mpidr,
> > > > fn, arg}[] from .text to .bss")
> > > > Closes:
> https://lore.kernel.org/r/CAMuHMdU=QR-JLgEHKWpsr6SbaZRc-
> > > > Hz9r91JfpP8c3n2G-OjqA@mail.gmail.com
> > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > > Tested-by: Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > > Link:
> > > >
> > >
> https://lore.kernel.org/c499234d559a0d95ad9472883e46077311051cd8.174
> > > 16
> > > > 1220
> > > > 8.git.geert+renesas@glider.be
> > > > Cc: stable@vger.kernel.org
> > > > Signed-off-by: Lad Prabhakar
> > > <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > > ---
> > > > Hi All,
> > > >
> > > > Note:
> > > > - This issue has been replicated on 4.4-cip with older compilers
> > > > and CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE enabled.
> > > > - The offending commit 4e960f52fce16a3b is not present in v4.4
> > > > release so this patch wont be backported into 4.4-cip by stable
> > > > hence just sending this for 4.4-cip only. Please note this patch
> > > > has been cherry-picked v6.14 release.
> > > >
> > > Gentle ping for review.
> > >
> >
> > LGTM.
> >
> > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> >
> Thank you for the review. This patch is missing in 4.4-cip.
> 
> Cheers,
> Prabhakar



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

* Re: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-04-16 10:55 ` [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment Prabhakar Mahadev Lad
  2025-04-17  6:05   ` nobuhiro1.iwamatsu
@ 2025-05-07  7:02   ` Pavel Machek
  1 sibling, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2025-05-07  7:02 UTC (permalink / raw)
  To: Prabhakar Mahadev Lad
  Cc: Nobuhiro Iwamatsu, Biju Das, cip-dev@lists.cip-project.org

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

Hi!

> > From: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > commit 379c590113ce46f605439d4887996c60ab8820cc upstream.
> > 
> > When the addresses of the shmobile_smp_mpidr, shmobile_smp_fn, and
> > shmobile_smp_arg variables are not multiples of 4 bytes, secondary CPU
> > bring-up fails:
> > 
> >     smp: Bringing up secondary CPUs ...
> >     CPU1: failed to come online
> >     CPU2: failed to come online
> >     CPU3: failed to come online
> >     smp: Brought up 1 node, 1 CPU
> > 
> > Fix this by adding the missing alignment directive.
> > 
> > Fixes: 4e960f52fce16a3b ("ARM: shmobile: Move shmobile_smp_{mpidr, fn,
> > arg}[] from .text to .bss")
> > Closes: https://lore.kernel.org/r/CAMuHMdU=QR-JLgEHKWpsr6SbaZRc-
> > Hz9r91JfpP8c3n2G-OjqA@mail.gmail.com
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Link:
> > https://lore.kernel.org/c499234d559a0d95ad9472883e46077311051cd8.174161220
> > 8.git.geert+renesas@glider.be
> > Cc: stable@vger.kernel.org
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> > Hi All,
> > 
> > Note:
> > - This issue has been replicated on 4.4-cip with older compilers and
> > CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE enabled.
> > - The offending commit 4e960f52fce16a3b is not present in v4.4 release so
> > this patch wont be backported into 4.4-cip by stable hence just sending
> > this for 4.4-cip only. Please note this patch has been cherry-picked v6.14
> > release.
> >
> Gentle ping for review.

I could not find traces of the email in my mail archives. Strange.

Anyway, adding alignment is unlikely to hurt anything, and patch looks
ok to me.

Reviewed-by: Pavel Machek <pavel@denx.de>

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] 7+ messages in thread

* Re: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-05-07  0:55       ` nobuhiro1.iwamatsu
@ 2025-05-07  8:45         ` Ulrich Hecht
  2025-05-07  9:07           ` Prabhakar Mahadev Lad
  0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Hecht @ 2025-05-07  8:45 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, Nobuhiro Iwamatsu via lists.cip-project.org,
	prabhakar.mahadev-lad.rj
  Cc: biju.das.jz, cip-dev, pavel


> On 05/07/2025 2:55 AM CEST Nobuhiro Iwamatsu via lists.cip-project.org <nobuhiro1.iwamatsu=toshiba.co.jp@lists.cip-project.org> wrote:
> > > > Gentle ping for review.
> > > LGTM.
> > >
> > > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> > >
> > Thank you for the review. This patch is missing in 4.4-cip.
> 
> Perhaps Uli does not notice because he is not in TO and CC.

Yes, please include me when sending patches for 4.4 and 4.19 kernels.

> Uli, could you pick this patch to next 4.4.y-cip release?

Can do. Am I correct to assume that this is specifically for -cip and does not apply to -st?

CU
Uli


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

* RE: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
  2025-05-07  8:45         ` Ulrich Hecht
@ 2025-05-07  9:07           ` Prabhakar Mahadev Lad
  0 siblings, 0 replies; 7+ messages in thread
From: Prabhakar Mahadev Lad @ 2025-05-07  9:07 UTC (permalink / raw)
  To: Ulrich Hecht, nobuhiro1.iwamatsu@toshiba.co.jp,
	Nobuhiro Iwamatsu via lists.cip-project.org
  Cc: Biju Das, cip-dev@lists.cip-project.org, pavel@denx.de

Hi Ulrich,

> -----Original Message-----
> From: Ulrich Hecht <uli@fpond.eu>
> Sent: 07 May 2025 09:45
> To: nobuhiro1.iwamatsu@toshiba.co.jp; Nobuhiro Iwamatsu via lists.cip-
> project.org <nobuhiro1.iwamatsu=toshiba.co.jp@lists.cip-project.org>;
> Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; cip-dev@lists.cip-project.org;
> pavel@denx.de
> Subject: Re: [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce
> shmobile_smp_* alignment
> 
> 
> > On 05/07/2025 2:55 AM CEST Nobuhiro Iwamatsu via lists.cip-project.org
> <nobuhiro1.iwamatsu=toshiba.co.jp@lists.cip-project.org> wrote:
> > > > > Gentle ping for review.
> > > > LGTM.
> > > >
> > > > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> > > >
> > > Thank you for the review. This patch is missing in 4.4-cip.
> >
> > Perhaps Uli does not notice because he is not in TO and CC.
> 
> Yes, please include me when sending patches for 4.4 and 4.19 kernels.
> 
Sure, I will take care of it next time.

> > Uli, could you pick this patch to next 4.4.y-cip release?
> 
> Can do. Am I correct to assume that this is specifically for -cip and does
> not apply to -st?
> 
Yes for -cip, the offending commit 4e960f52fce16a3b is not present in v4.4
release so this patch wont be backported into 4.4-cip by stable hence just
sending this for 4.4-cip only.

Cheers,
Prabhakar


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

end of thread, other threads:[~2025-05-07  9:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1833151A32081021.4816@lists.cip-project.org>
2025-04-16 10:55 ` [cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment Prabhakar Mahadev Lad
2025-04-17  6:05   ` nobuhiro1.iwamatsu
2025-04-27 19:39     ` Prabhakar Mahadev Lad
2025-05-07  0:55       ` nobuhiro1.iwamatsu
2025-05-07  8:45         ` Ulrich Hecht
2025-05-07  9:07           ` Prabhakar Mahadev Lad
2025-05-07  7:02   ` Pavel Machek

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