cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] 4.4.302-cip71-rt41
@ 2022-11-30 21:58 Pavel Machek
  2022-12-01  0:37 ` [cip-dev] " nobuhiro1.iwamatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2022-11-30 21:58 UTC (permalink / raw)
  To: jan.kiszka, cip-dev, Chris.Paterson2

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

Hi!

New realtime trees should be available at kernel.org.

Trees are available at

https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-cip-rt
https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.4.y-cip-rt-rebase

And their content should be identical.

Best regards,
                                                                Pavel

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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] 4+ messages in thread

* RE: [cip-dev] [ANNOUNCE] 4.4.302-cip71-rt41
  2022-11-30 21:58 [ANNOUNCE] 4.4.302-cip71-rt41 Pavel Machek
@ 2022-12-01  0:37 ` nobuhiro1.iwamatsu
  2022-12-01  8:58   ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: nobuhiro1.iwamatsu @ 2022-12-01  0:37 UTC (permalink / raw)
  To: cip-dev, jan.kiszka, Chris.Paterson2

Hi Pavel,

Thanks for release work!

BTW, rt_x86_siemens_i386-rt.config is the build error.
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/jobs/3405080634#L4519
I'm posting a patch to cip-dev that fixes this. Please check that.
   [RESEND][PATCH for 4.4.y] extcon: adc-jack: Fix incompatible pointer type warning

Best regards,
  Nobuhiro

> -----Original Message-----
> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On
> Behalf Of Pavel Machek
> Sent: Thursday, December 1, 2022 6:59 AM
> To: jan.kiszka@siemens.com; cip-dev@lists.cip-project.org;
> Chris.Paterson2@renesas.com
> Subject: [cip-dev] [ANNOUNCE] 4.4.302-cip71-rt41
> 
> Hi!
> 
> New realtime trees should be available at kernel.org.
> 
> Trees are available at
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linu
> x-4.4.y-cip-rt
> https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linu
> x-4.4.y-cip-rt-rebase
> 
> And their content should be identical.
> 
> Best regards,
>                                                                 Pavel
> 
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany



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

* Re: [cip-dev] [ANNOUNCE] 4.4.302-cip71-rt41
  2022-12-01  0:37 ` [cip-dev] " nobuhiro1.iwamatsu
@ 2022-12-01  8:58   ` Pavel Machek
  2022-12-01  9:19     ` Chris Paterson
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2022-12-01  8:58 UTC (permalink / raw)
  To: cip-dev; +Cc: jan.kiszka, Chris.Paterson2

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

Hi!

> Thanks for release work!
> 
> BTW, rt_x86_siemens_i386-rt.config is the build error.
>   https://gitlab.com/cip-project/cip-kernel/linux-cip/-/jobs/3405080634#L4519
> I'm posting a patch to cip-dev that fixes this. Please check that.
>    [RESEND][PATCH for 4.4.y] extcon: adc-jack: Fix incompatible pointer type warning

Yes, will take a look, thanks for noticing.

I tried to run tests before release, and they succeeded
https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/709907648
:

1) Any idea why my testing differs / how I can properly run the tests
for the -rt branch?

2) Should we have config similar to rt_x86_siemens_i386-rt.config for
4.4-cip, too? The -rt bits will not apply, but we should be able to
test the rest.

Best regards,
								Pavel

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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] 4+ messages in thread

* RE: [cip-dev] [ANNOUNCE] 4.4.302-cip71-rt41
  2022-12-01  8:58   ` Pavel Machek
@ 2022-12-01  9:19     ` Chris Paterson
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Paterson @ 2022-12-01  9:19 UTC (permalink / raw)
  To: Pavel Machek, cip-dev; +Cc: jan.kiszka, nobuhiro1.iwamatsu

Hello Pavel,

Thank you for the release!

> From: Pavel Machek <pavel@denx.de>
> Sent: 01 December 2022 08:59
> 
> Hi!
> 
> > Thanks for release work!
> >
> > BTW, rt_x86_siemens_i386-rt.config is the build error.
> >   https://gitlab.com/cip-project/cip-kernel/linux-cip/-
> /jobs/3405080634#L4519
> > I'm posting a patch to cip-dev that fixes this. Please check that.
> >    [RESEND][PATCH for 4.4.y] extcon: adc-jack: Fix incompatible pointer type
> warning
> 
> Yes, will take a look, thanks for noticing.
> 
> I tried to run tests before release, and they succeeded
> https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/709907648
> :
> 
> 1) Any idea why my testing differs / how I can properly run the tests
> for the -rt branch?

The CI pipelines look at the branch name to determine what builds/tests get run.
For example [0] , RT build configurations will only run if the branch name contains "linux-4.4.y-cip-rt".

This is why Iwamatsu-san got a different result [1] on his "ci/Iwamatsu/linux-4.4.y-cip-rt-rebase" branch.
It obviously leads to lots of "ci" branches [2], but it does make tracking build/test history for the different kernel versions easier.

Would it be possible for you to switch to a similar approach?

[0] https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master/trees/linux-4.4.y-cip.yml#L130
[1] https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/710140750
[2] https://gitlab.com/cip-project/cip-kernel/linux-cip/-/branches?state=all&sort=updated_desc&search=ci%2F

> 
> 2) Should we have config similar to rt_x86_siemens_i386-rt.config for
> 4.4-cip, too? The -rt bits will not apply, but we should be able to
> test the rest.

We currently have two -rt specific configs for 4.4-cip, renesas_shmobile-rt_defconfig [3] and siemens_i386-rt.config [4].
Both will get built if a push is made to a branch name containing "linux-4.4.y-cip-rt".
RT specific tests also get run on renesas_shmobile-rt_defconfig.

[3] https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/blob/master/4.4.y-cip-rt/arm/renesas_shmobile-rt_defconfig
[4] https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/blob/master/4.4.y-cip-rt/x86/siemens_i386-rt.config

Let me know if there's anything else I can help with.

Kind regards, Chris


> 
> Best regards,
> 								Pavel
> 
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


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

end of thread, other threads:[~2022-12-01  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 21:58 [ANNOUNCE] 4.4.302-cip71-rt41 Pavel Machek
2022-12-01  0:37 ` [cip-dev] " nobuhiro1.iwamatsu
2022-12-01  8:58   ` Pavel Machek
2022-12-01  9:19     ` Chris Paterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).