All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11
@ 2021-03-04  4:28 Nishanth Menon
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV Nishanth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nishanth Menon @ 2021-03-04  4:28 UTC (permalink / raw)
  To: meta-ti @ yoctoproject . org
  Cc: Denys Dmytriyenko, Bajjuri, Praneeth, Nishanth Menon

Hi,

A series of minimal patches to bump up recision to the latest kernel ->
we will need to maintain upstream-tools and kernel in sync on all
branches involved ofcourse.

NOTE: with kernels > 5.9 (aka 5.10, 5.11...) we do have problems with
cryptodev and kernel - we will have to try and see how best to integrate
those as well. This is solved in master of oe-core[1] by moving to 1.12,
however gatesgarth, dunfell are on 1.11 and 1.10 revs respectively
which wont work since the PR integrated version is 1.12

Nishanth Menon (2):
  linux-ti-mainline: Bump up ti-upstream-tools SRCREV
  linux-ti-mainline: Bump kernel version to v5.11

 recipes-kernel/linux/linux-ti-mainline_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
[1] http://git.openembedded.org/openembedded-core/tree/meta/recipes-kernel/cryptodev?h=master
[2] https://github.com/cryptodev-linux/cryptodev-linux/pull/55
-- 
2.25.1.377.g2d2118b814c1


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

* [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV
  2021-03-04  4:28 [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11 Nishanth Menon
@ 2021-03-04  4:28 ` Nishanth Menon
  2021-03-04 19:32   ` [meta-ti] " Denys Dmytriyenko
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11 Nishanth Menon
  2021-03-04 19:30 ` [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux " Denys Dmytriyenko
  2 siblings, 1 reply; 7+ messages in thread
From: Nishanth Menon @ 2021-03-04  4:28 UTC (permalink / raw)
  To: meta-ti @ yoctoproject . org
  Cc: Denys Dmytriyenko, Bajjuri, Praneeth, Nishanth Menon

Bump up our recipe version for ti-upstream-tools for updates in config
files needed for latest kernel

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 recipes-kernel/linux/linux-ti-mainline_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index 6159725aa5df..b4881d0d3a40 100644
--- a/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -31,7 +31,7 @@ SRC_URI += " \
     file://defconfig \
 "
 
-SRCREV_ti-upstream-tools = "3f36f66594d7905f7b97bc7870931173fd2466bd"
+SRCREV_ti-upstream-tools = "d59b7471d99b806e3dc22342c8f42d5bb33f8cce"
 SRCREV_FORMAT = "linux"
 
 KERNEL_DEVICETREE = ""
-- 
2.25.1.377.g2d2118b814c1


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

* [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11
  2021-03-04  4:28 [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11 Nishanth Menon
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV Nishanth Menon
@ 2021-03-04  4:28 ` Nishanth Menon
  2021-03-04 19:32   ` Denys Dmytriyenko
  2021-03-04 19:30 ` [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux " Denys Dmytriyenko
  2 siblings, 1 reply; 7+ messages in thread
From: Nishanth Menon @ 2021-03-04  4:28 UTC (permalink / raw)
  To: meta-ti @ yoctoproject . org
  Cc: Denys Dmytriyenko, Bajjuri, Praneeth, Nishanth Menon

And lets work with the latest kernel

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 recipes-kernel/linux/linux-ti-mainline_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index b4881d0d3a40..ed7607046186 100644
--- a/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -15,9 +15,9 @@ S = "${WORKDIR}/git"
 
 BRANCH = "master"
 
-# 5.9 Mainline version
-SRCREV = "bbf5c979011a099af5dc76498918ed7df445635b"
-PV = "5.9+git${SRCPV}"
+# 5.11 Mainline version
+SRCREV = "f40ddce88593482919761f74910f42f4b84c004b"
+PV = "5.11+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.25.1.377.g2d2118b814c1


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

* Re: [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11
  2021-03-04  4:28 [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11 Nishanth Menon
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV Nishanth Menon
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11 Nishanth Menon
@ 2021-03-04 19:30 ` Denys Dmytriyenko
  2021-03-04 20:55   ` Nishanth Menon
  2 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-03-04 19:30 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: meta-ti @ yoctoproject . org, Bajjuri, Praneeth

In the subject, -next is implied. It is part of the process (and is up to 
the maintainer to follow), but you just specify the target branches you need 
this in - dunfell and master.


On Wed, Mar 03, 2021 at 10:28:06PM -0600, Nishanth Menon wrote:
> Hi,
> 
> A series of minimal patches to bump up recision to the latest kernel ->

Recision? You probably meant revision? :)


> we will need to maintain upstream-tools and kernel in sync on all
> branches involved ofcourse.
> 
> NOTE: with kernels > 5.9 (aka 5.10, 5.11...) we do have problems with
> cryptodev and kernel - we will have to try and see how best to integrate
> those as well. This is solved in master of oe-core[1] by moving to 1.12,
> however gatesgarth, dunfell are on 1.11 and 1.10 revs respectively
> which wont work since the PR integrated version is 1.12

PV, not PR.


> Nishanth Menon (2):
>   linux-ti-mainline: Bump up ti-upstream-tools SRCREV
>   linux-ti-mainline: Bump kernel version to v5.11

Ok, as long as you are not bumping linux-ti-staging, which is still the 
default kernel in meta-ti and 5.4 is being preferred, you should be fine 
with cryptodev "fix" in meta-arago.

Will need to revisit that later, if/when 5.10 LTS is ready to become the 
default in meta-ti dunfell...


>  recipes-kernel/linux/linux-ti-mainline_git.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> [1] http://git.openembedded.org/openembedded-core/tree/meta/recipes-kernel/cryptodev?h=master
> [2] https://github.com/cryptodev-linux/cryptodev-linux/pull/55
> -- 
> 2.25.1.377.g2d2118b814c1
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

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

* Re: [meta-ti] [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV Nishanth Menon
@ 2021-03-04 19:32   ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-03-04 19:32 UTC (permalink / raw)
  To: nm; +Cc: meta-ti @ yoctoproject . org, Bajjuri, Praneeth

On Wed, Mar 03, 2021 at 10:28:07PM -0600, Nishanth Menon via lists.yoctoproject.org wrote:
> Bump up our recipe version for ti-upstream-tools for updates in config
> files needed for latest kernel
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denis@denix.org>


> ---
>  recipes-kernel/linux/linux-ti-mainline_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
> index 6159725aa5df..b4881d0d3a40 100644
> --- a/recipes-kernel/linux/linux-ti-mainline_git.bb
> +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
> @@ -31,7 +31,7 @@ SRC_URI += " \
>      file://defconfig \
>  "
>  
> -SRCREV_ti-upstream-tools = "3f36f66594d7905f7b97bc7870931173fd2466bd"
> +SRCREV_ti-upstream-tools = "d59b7471d99b806e3dc22342c8f42d5bb33f8cce"
>  SRCREV_FORMAT = "linux"
>  
>  KERNEL_DEVICETREE = ""
> -- 
> 2.25.1.377.g2d2118b814c1

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

* Re: [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11
  2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11 Nishanth Menon
@ 2021-03-04 19:32   ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2021-03-04 19:32 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: meta-ti @ yoctoproject . org, Bajjuri, Praneeth

On Wed, Mar 03, 2021 at 10:28:08PM -0600, Nishanth Menon wrote:
> And lets work with the latest kernel
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denis@denix.org>


> ---
>  recipes-kernel/linux/linux-ti-mainline_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
> index b4881d0d3a40..ed7607046186 100644
> --- a/recipes-kernel/linux/linux-ti-mainline_git.bb
> +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
> @@ -15,9 +15,9 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "master"
>  
> -# 5.9 Mainline version
> -SRCREV = "bbf5c979011a099af5dc76498918ed7df445635b"
> -PV = "5.9+git${SRCPV}"
> +# 5.11 Mainline version
> +SRCREV = "f40ddce88593482919761f74910f42f4b84c004b"
> +PV = "5.11+git${SRCPV}"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>  MACHINE_KERNEL_PR_append = "a"
> -- 
> 2.25.1.377.g2d2118b814c1

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

* Re: [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11
  2021-03-04 19:30 ` [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux " Denys Dmytriyenko
@ 2021-03-04 20:55   ` Nishanth Menon
  0 siblings, 0 replies; 7+ messages in thread
From: Nishanth Menon @ 2021-03-04 20:55 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti @ yoctoproject . org, Bajjuri, Praneeth

On 14:30-20210304, Denys Dmytriyenko wrote:
> In the subject, -next is implied. It is part of the process (and is up to 
> the maintainer to follow), but you just specify the target branches you need 
> this in - dunfell and master.
> 
> 
> On Wed, Mar 03, 2021 at 10:28:06PM -0600, Nishanth Menon wrote:
> > Hi,
> > 
> > A series of minimal patches to bump up recision to the latest kernel ->
> 
> Recision? You probably meant revision? :)

hehe.. indeed.
> 
> 
> > we will need to maintain upstream-tools and kernel in sync on all
> > branches involved ofcourse.
> > 
> > NOTE: with kernels > 5.9 (aka 5.10, 5.11...) we do have problems with
> > cryptodev and kernel - we will have to try and see how best to integrate
> > those as well. This is solved in master of oe-core[1] by moving to 1.12,
> > however gatesgarth, dunfell are on 1.11 and 1.10 revs respectively
> > which wont work since the PR integrated version is 1.12
> 
> PV, not PR.

I had intended PR as in Pull Request[2] to indicate the specific pull
request, I now realize it is easy to mix it up against product revision
as well.. ooops..


> 
> 
> > Nishanth Menon (2):
> >   linux-ti-mainline: Bump up ti-upstream-tools SRCREV
> >   linux-ti-mainline: Bump kernel version to v5.11
> 
> Ok, as long as you are not bumping linux-ti-staging, which is still the 
> default kernel in meta-ti and 5.4 is being preferred, you should be fine 
> with cryptodev "fix" in meta-arago.

	Yup, that was my thought as well.
> 
> Will need to revisit that later, if/when 5.10 LTS is ready to become the 
> default in meta-ti dunfell...

true.


Thanks for your reviewed-bys..
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

end of thread, other threads:[~2021-03-04 20:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04  4:28 [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux to v5.11 Nishanth Menon
2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 1/2] linux-ti-mainline: Bump up ti-upstream-tools SRCREV Nishanth Menon
2021-03-04 19:32   ` [meta-ti] " Denys Dmytriyenko
2021-03-04  4:28 ` [PATCH dunfell/dunfell-next/master 2/2] linux-ti-mainline: Bump kernel version to v5.11 Nishanth Menon
2021-03-04 19:32   ` Denys Dmytriyenko
2021-03-04 19:30 ` [PATCH dunfell/dunfell-next/master 0/2] linux-ti-mainline: Move Linux " Denys Dmytriyenko
2021-03-04 20:55   ` Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.