Date
1 - 5 of 5
[yocto] Y2038 proposal
Alexandre Belloni
On 30/11/2022 09:07:50+0100, Alexander Kanavin wrote:
On Tue, 29 Nov 2022 at 16:45, Stephen Jolley <sjolley.yp.pm@...> wrote:I ran a-full with "-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" last week, itWe’d welcome a proposal/series on how to move forward with the Y2038 work for 32 bit platforms.I have the following proposal: didn't go too well gcc-sanitizer and pulseaudio being the main offenders but buildtools needs to be investigated. 3. Once *all* of the bugs are addressed, repeat point 2.The main issue with the plan is that we are not running tests on 32 qemu anymore. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com |
|
Richard Purdie
On Wed, 2022-11-30 at 12:02 +0100, Alexandre Belloni via
lists.openembedded.org wrote: On 30/11/2022 09:07:50+0100, Alexander Kanavin wrote:What is the potential issue with builtools?On Tue, 29 Nov 2022 at 16:45, Stephen Jolley <sjolley.yp.pm@...> wrote:I ran a-full with "-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" last week, itWe’d welcome a proposal/series on how to move forward with the Y2038 work for 32 bit platforms.I have the following proposal: To be clear, we don't run ptests on 32 bit targets, only on qemux86-643. Once *all* of the bugs are addressed, repeat point 2.The main issue with the plan is that we are not running tests on 32 and qemuarm64 where we have KVM available. We do run image, sdk and eSDK tests on our supported qemu targets, 32 and 64 bit. Cheers, Richard |
|
Alexander Kanavin
On Wed, 30 Nov 2022 at 12:40, Richard Purdie
<richard.purdie@...> wrote: To be clear, we don't run ptests on 32 bit targets, only on qemux86-64I think kvm does allow 32 bit guest on a 64 bit host. But I can imagine making full ptests work on 32 bit guests would be a struggle for reasons unrelated to 2038, specifically lack of users outside of embedded world. Alex |
|
?ukasz Majewski
On Wed, 30 Nov 2022 13:07:27 +0100
"Alexander Kanavin" <alex.kanavin@...> wrote: On Wed, 30 Nov 2022 at 12:40, Richard Purdie+1 IIRC the MACH=qemux86 was working correctly... But I canMaybe only subset of ptests - i.e. those related to Y2038 could be run? would be a struggle Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@... |
|
Richard Purdie
On Wed, 2022-11-30 at 13:07 +0100, Alexander Kanavin wrote:
On Wed, 30 Nov 2022 at 12:40, Richard PurdieFor x86, yes. For arm, it varies and I know at least one of our arm hosts doesn't support it, I don't know about the newer ones. But I can imagine making full ptests work on 32 bit guests would be a struggleIn general I think it shouldn't be too bad but we really do need to test it and see. Cheers, Richard |
|