Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/3] configs/zynq_zc706_defconfig: bump to xilinx-v2023.2
@ 2023-10-18  9:10 Neal Frager via buildroot
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: " Neal Frager via buildroot
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
  0 siblings, 2 replies; 11+ messages in thread
From: Neal Frager via buildroot @ 2023-10-18  9:10 UTC (permalink / raw)
  To: buildroot; +Cc: thomas.petazzoni, Neal Frager, michal.simek, luca.ceresoli

This patch bumps the zynq_zc706_defconfig to xilinx-v2023.2 which includes
the following updates:

- Linux v6.1.30
- U-Boot v2023.01 with additional bug fixes

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynq_zc706_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index 55e4d8ea23..3489f864e1 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.1)/xlnx_rebase_v6.1_LTS_2023.1.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.2)/xlnx_rebase_v6.1_LTS_2023.2.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
@@ -19,7 +19,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.1)/xlnx_rebase_v2023.01_2023.1.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.2)/xlnx_rebase_v2023.01_2023.2.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynq_virt"
 BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynq-zc706"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
  2023-10-18  9:10 [Buildroot] [PATCH v1 1/3] configs/zynq_zc706_defconfig: bump to xilinx-v2023.2 Neal Frager via buildroot
@ 2023-10-18  9:10 ` Neal Frager via buildroot
  2023-10-18  9:41   ` Peter Korsgaard
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
  1 sibling, 1 reply; 11+ messages in thread
From: Neal Frager via buildroot @ 2023-10-18  9:10 UTC (permalink / raw)
  To: buildroot; +Cc: thomas.petazzoni, Neal Frager, michal.simek, luca.ceresoli

This patch bumps the zynq_zed_defconfig to xilinx-v2023.2 which includes
the following updates:

- Linux v6.1.30
- U-Boot v2023.01 with additional bug fixes

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynq_zed_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index dc167e3bc1..a3a94687f5 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.1)/xlnx_rebase_v6.1_LTS_2023.1.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.2)/xlnx_rebase_v6.1_LTS_2023.2.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
@@ -19,7 +19,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.1)/xlnx_rebase_v2023.01_2023.1.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.2)/xlnx_rebase_v2023.01_2023.2.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynq_virt"
 BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynq-zed"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: bump to xilinx-v2023.2
  2023-10-18  9:10 [Buildroot] [PATCH v1 1/3] configs/zynq_zc706_defconfig: bump to xilinx-v2023.2 Neal Frager via buildroot
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: " Neal Frager via buildroot
@ 2023-10-18  9:10 ` Neal Frager via buildroot
  2023-10-18  9:41   ` Peter Korsgaard
  1 sibling, 1 reply; 11+ messages in thread
From: Neal Frager via buildroot @ 2023-10-18  9:10 UTC (permalink / raw)
  To: buildroot; +Cc: thomas.petazzoni, Neal Frager, michal.simek, luca.ceresoli

This patch bumps the zynq_microzed_defconfig to xilinx-v2023.2 which includes
the following updates:

- Linux v6.1.30
- U-Boot v2023.01 with additional bug fixes

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynq_microzed_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
index 346738f665..d598a46c39 100644
--- a/configs/zynq_microzed_defconfig
+++ b/configs/zynq_microzed_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.1)/xlnx_rebase_v6.1_LTS_2023.1.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.1_LTS_2023.2)/xlnx_rebase_v6.1_LTS_2023.2.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
@@ -19,7 +19,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.1)/xlnx_rebase_v2023.01_2023.1.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2023.01_2023.2)/xlnx_rebase_v2023.01_2023.2.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynq_virt"
 BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynq-microzed"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: " Neal Frager via buildroot
@ 2023-10-18  9:41   ` Peter Korsgaard
  2023-10-18 10:08     ` Frager, Neal via buildroot
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18  9:41 UTC (permalink / raw)
  To: Neal Frager; +Cc: michal.simek, luca.ceresoli, thomas.petazzoni, buildroot

>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > This patch bumps the zynq_zed_defconfig to xilinx-v2023.2 which includes
 > the following updates:

 > - Linux v6.1.30

Out of interest, how come this was "only" based on 6.1.30, when there
were already rebases of 2023.1 based on 6.1.40 and 6.1.50?

commit ae6daa717cb4cd4d8234e6f91b99af68ef438252 (tag: xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.40)
Merge: 9299ac26ca51 75389113731b
Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Date:   Wed Aug 2 13:28:10 2023 +0530

    Merge tag 'v6.1.40' into xlnx_rebase_v6.1_LTS_2023.1_update

commit 496752408d031f93159fcf1aba2831c807a389a3 (tag: xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50, xlnx/xlnx_rebase_v6.1_LTS_2023.1_update)
Merge: 0f7f048016e0 a2943d2d9a00
Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Date:   Wed Sep 20 17:50:18 2023 +0530

    Merge tag 'v6.1.50' into xlnx_rebase_v6.1_LTS_2023.1_update

> - U-Boot v2023.01 with additional bug fixes

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: bump to xilinx-v2023.2
  2023-10-18  9:10 ` [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
@ 2023-10-18  9:41   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18  9:41 UTC (permalink / raw)
  To: Neal Frager; +Cc: michal.simek, luca.ceresoli, thomas.petazzoni, buildroot

>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > This patch bumps the zynq_microzed_defconfig to xilinx-v2023.2 which includes
 > the following updates:

 > - Linux v6.1.30
 > - U-Boot v2023.01 with additional bug fixes

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
  2023-10-18  9:41   ` Peter Korsgaard
@ 2023-10-18 10:08     ` Frager, Neal via buildroot
       [not found]       ` <f88a31b0-b6dd-4bfa-921b-1f37b737847f@amd.com>
  0 siblings, 1 reply; 11+ messages in thread
From: Frager, Neal via buildroot @ 2023-10-18 10:08 UTC (permalink / raw)
  To: Peter Korsgaard, Simek, Michal
  Cc: luca.ceresoli@bootlin.com, thomas.petazzoni@bootlin.com,
	buildroot@buildroot.org

 > This patch bumps the zynq_zed_defconfig to xilinx-v2023.2 which includes  > the following updates:

 > - Linux v6.1.30

> Out of interest, how come this was "only" based on 6.1.30, when there were already rebases of 2023.1 based on 6.1.40 and 6.1.50?

> commit ae6daa717cb4cd4d8234e6f91b99af68ef438252 (tag: xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.40)
> Merge: 9299ac26ca51 75389113731b
> Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
> Date:   Wed Aug 2 13:28:10 2023 +0530

>    Merge tag 'v6.1.40' into xlnx_rebase_v6.1_LTS_2023.1_update

> commit 496752408d031f93159fcf1aba2831c807a389a3 (tag: xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50, xlnx/xlnx_rebase_v6.1_LTS_2023.1_update)
> Merge: 0f7f048016e0 a2943d2d9a00
> Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
> Date:   Wed Sep 20 17:50:18 2023 +0530

>    Merge tag 'v6.1.50' into xlnx_rebase_v6.1_LTS_2023.1_update

> - U-Boot v2023.01 with additional bug fixes

I noticed that and I actually have the same question.

@Simek, Michal, perhaps you can shed some light on this?

In addition to Peter's question, should we be bumping the Linux kernel release tag we use with buildroot each time we merge with another set of 10 upstream patches?

Best regards,
Neal Frager
AMD
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
       [not found]       ` <f88a31b0-b6dd-4bfa-921b-1f37b737847f@amd.com>
@ 2023-10-18 10:36         ` Frager, Neal via buildroot
  2023-10-18 11:55           ` Peter Korsgaard
  2023-10-18 10:40         ` Peter Korsgaard
  1 sibling, 1 reply; 11+ messages in thread
From: Frager, Neal via buildroot @ 2023-10-18 10:36 UTC (permalink / raw)
  To: Simek, Michal, Peter Korsgaard
  Cc: Chaplin, Kris, luca.ceresoli@bootlin.com,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org

Hi Michal,

>   > This patch bumps the zynq_zed_defconfig to xilinx-v2023.2 which includes  > the following updates:
> 
>   > - Linux v6.1.30
> 
>> Out of interest, how come this was "only" based on 6.1.30, when there were already rebases of 2023.1 based on 6.1.40 and 6.1.50?
> 
>> commit ae6daa717cb4cd4d8234e6f91b99af68ef438252 (tag: 
>> xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.40)
>> Merge: 9299ac26ca51 75389113731b
>> Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
>> Date:   Wed Aug 2 13:28:10 2023 +0530
> 
>>     Merge tag 'v6.1.40' into xlnx_rebase_v6.1_LTS_2023.1_update
> 
>> commit 496752408d031f93159fcf1aba2831c807a389a3 (tag: 
>> xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50, 
>> xlnx/xlnx_rebase_v6.1_LTS_2023.1_update)
>> Merge: 0f7f048016e0 a2943d2d9a00
>> Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
>> Date:   Wed Sep 20 17:50:18 2023 +0530
> 
>>     Merge tag 'v6.1.50' into xlnx_rebase_v6.1_LTS_2023.1_update
> 
>> - U-Boot v2023.01 with additional bug fixes
> 
> I noticed that and I actually have the same question.
> 
> @Simek, Michal, perhaps you can shed some light on this?
> 
> In addition to Peter's question, should we be bumping the Linux kernel release tag we use with buildroot each time we merge with another set of 10 upstream patches?

> It is because our internal deadlines and associated work in connection to our releases.
> When .1 version is tagged we are merging every 10th LTS version on the top of xilinx 2023.1 tag.

> On .2 version we continue to do new development and we reached the time where there shouldn't be major changes merged to that branch. That's why .2 version stopped at .30 for running all regressions and .1 can move on .40/.50(coming soon).

>I see that xlnx_rebase_v6.1_LTS_2023.2 has been created. That means that next step is going to be that we will do merges for both branches to 6.1.60.
> At that time both branches will be using the same LTS release.

> And we should be doing merges to both branches till ~ April 2024.

Thank you for the very clear explanation.

@Peter Korsgaard, if you would like, I could start bumping the Linux kernel release tag used by the buildroot zynq/zynqmp/versal example defconfigs every time we release a merge of .10 patches.  

Since there are bug fixes in 2023.2 that are specific to AMD devices, I would think that 2023.2 with Linux kernel 6.1.30 is still a better choice than 2023.1 with Linux kernel 6.1.50.  However, I am happy to bump to 2023.2 with Linux kernel 6.1.60 as soon as this is released.

What do you think?

Best regards,
Neal Frager
AMD
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
       [not found]       ` <f88a31b0-b6dd-4bfa-921b-1f37b737847f@amd.com>
  2023-10-18 10:36         ` Frager, Neal via buildroot
@ 2023-10-18 10:40         ` Peter Korsgaard
       [not found]           ` <fa1501e0-b4ce-4d8d-9596-60b39c5f4fa1@amd.com>
  1 sibling, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18 10:40 UTC (permalink / raw)
  To: Michal Simek
  Cc: luca.ceresoli@bootlin.com, Frager, Neal, Chaplin, Kris,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org

>>>>> "Michal" == Michal Simek <michal.simek@amd.com> writes:

Hi,

>>> commit 496752408d031f93159fcf1aba2831c807a389a3 (tag:
 >>> xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50,
 >>> xlnx/xlnx_rebase_v6.1_LTS_2023.1_update)
 >>> Merge: 0f7f048016e0 a2943d2d9a00
 >>> Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
 >>> Date:   Wed Sep 20 17:50:18 2023 +0530
 >> 
 >>> Merge tag 'v6.1.50' into xlnx_rebase_v6.1_LTS_2023.1_update
 >> 
 >>> - U-Boot v2023.01 with additional bug fixes
 >> I noticed that and I actually have the same question.
 >> @Simek, Michal, perhaps you can shed some light on this?
 >> In addition to Peter's question, should we be bumping the Linux
 >> kernel release tag we use with buildroot each time we merge with
 >> another set of 10 upstream patches?

 > It is because our internal deadlines and associated work in connection
 > to our releases.
 > When .1 version is tagged we are merging every 10th LTS version on the
 > top of xilinx 2023.1 tag.

 > On .2 version we continue to do new development and we reached the
 > time where there shouldn't be major changes merged to that
 > branch. That's why .2 version stopped at .30 for running all
 > regressions and .1 can move on .40/.50(coming soon).

Coming soon? .1.50 was tagged 4 weeks ago (see above).


 > I see that xlnx_rebase_v6.1_LTS_2023.2 has been created. That means
 > that next step is going to be that we will do merges for both branches
 > to 6.1.60.
 > At that time both branches will be using the same LTS release.

 > And we should be doing merges to both branches till ~ April 2024.

Ok, thanks! So +/- until the (presumably 6.6 based?) 2024.1 release?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
       [not found]           ` <fa1501e0-b4ce-4d8d-9596-60b39c5f4fa1@amd.com>
@ 2023-10-18 11:27             ` Peter Korsgaard
       [not found]               ` <9d57c3bb-7193-4ffb-962f-30aec4b53cf5@amd.com>
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18 11:27 UTC (permalink / raw)
  To: Michal Simek
  Cc: luca.ceresoli@bootlin.com, Frager, Neal, Chaplin, Kris,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org

>>>>> "Michal" == Michal Simek <michal.simek@amd.com> writes:

Hi,

 >> > time where there shouldn't be major changes merged to that
 >> > branch. That's why .2 version stopped at .30 for running all
 >> > regressions and .1 can move on .40/.50(coming soon).
 >> Coming soon? .1.50 was tagged 4 weeks ago (see above).

 > We need to do the merge, resolve conflicts, run regression suite on the top of it.
 > It was in the middle for 2023.2 release where especially testing team
 > was quite occupied that's why it takes some time to finish it.

Ehh, what I mean is that your colleague already pushed a
xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50 tag 4 week ago:

commit 496752408d031f93159fcf1aba2831c807a389a3 (tag: xlnx_rebase_v6.1_LTS_2023.1_merge_6.1.50, xlnx/xlnx_rebase_v6.1_LTS_2023.1_update)
Merge: 0f7f048016e0 a2943d2d9a00
Author: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Date:   Wed Sep 20 17:50:18 2023 +0530

    Merge tag 'v6.1.50' into xlnx_rebase_v6.1_LTS_2023.1_update

    This is the 6.1.50 stable release

    Resolve merge conflicts in:
    drivers/usb/dwc3/core.c

    Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>

(Upstream 6.1.50 is from Aug 30).


 >> Ok, thanks! So +/- until the (presumably 6.6 based?) 2024.1 release?

 > yes. We will be providing these LTS versions till new kernel version is released.

 > I hope that 6.6 is going to be next LTS and if yes it should be used in 2024.1.

Super!

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
  2023-10-18 10:36         ` Frager, Neal via buildroot
@ 2023-10-18 11:55           ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18 11:55 UTC (permalink / raw)
  To: Frager, Neal
  Cc: luca.ceresoli@bootlin.com, Chaplin, Kris, Simek, Michal,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org

>>>>> "Frager," == Frager, Neal <neal.frager@amd.com> writes:

Hello,

 > Thank you for the very clear explanation.

 > @Peter Korsgaard, if you would like, I could start bumping the Linux
 > kernel release tag used by the buildroot zynq/zynqmp/versal example
 > defconfigs every time we release a merge of .10 patches.

Sure, makes sense.

 > Since there are bug fixes in 2023.2 that are specific to AMD devices,
 > I would think that 2023.2 with Linux kernel 6.1.30 is still a better
 > choice than 2023.1 with Linux kernel 6.1.50.  However, I am happy to
 > bump to 2023.2 with Linux kernel 6.1.60 as soon as this is released.

 > What do you think?

Sounds good to me, please go ahead.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: bump to xilinx-v2023.2
       [not found]               ` <9d57c3bb-7193-4ffb-962f-30aec4b53cf5@amd.com>
@ 2023-10-18 11:56                 ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2023-10-18 11:56 UTC (permalink / raw)
  To: Michal Simek
  Cc: luca.ceresoli@bootlin.com, Frager, Neal, Chaplin, Kris,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org

>>>>> "Michal" == Michal Simek <michal.simek@amd.com> writes:

Hi,

 > Ok. I am just aware that they were missing some power management tests
 > which have been finished couple of days ago.
 > I would love to be faster but it is what it is.

No problem, the rebase every 10 LTS releases is already a good step in
the right direction.


> Let's see when we can get 6.1.60 out of door.

Hold on, Greg is only at 6.1.58 ;)

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-10-18 11:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18  9:10 [Buildroot] [PATCH v1 1/3] configs/zynq_zc706_defconfig: bump to xilinx-v2023.2 Neal Frager via buildroot
2023-10-18  9:10 ` [Buildroot] [PATCH v1 2/3] configs/zynq_zed_defconfig: " Neal Frager via buildroot
2023-10-18  9:41   ` Peter Korsgaard
2023-10-18 10:08     ` Frager, Neal via buildroot
     [not found]       ` <f88a31b0-b6dd-4bfa-921b-1f37b737847f@amd.com>
2023-10-18 10:36         ` Frager, Neal via buildroot
2023-10-18 11:55           ` Peter Korsgaard
2023-10-18 10:40         ` Peter Korsgaard
     [not found]           ` <fa1501e0-b4ce-4d8d-9596-60b39c5f4fa1@amd.com>
2023-10-18 11:27             ` Peter Korsgaard
     [not found]               ` <9d57c3bb-7193-4ffb-962f-30aec4b53cf5@amd.com>
2023-10-18 11:56                 ` Peter Korsgaard
2023-10-18  9:10 ` [Buildroot] [PATCH v1 3/3] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
2023-10-18  9:41   ` Peter Korsgaard

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