[Buildroot] [PATCH v2 1/1] package/ltp-testsuite: bump version to 20210927

Petr Vorel petr.vorel at gmail.com
Mon Oct 4 17:53:38 UTC 2021


...
> > NOTE: would it be possible to get updated toolchains? I have to carry
> > downstream patch
> > 0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch (the only
> > motivation for me to fix it in kernel was to fix buildroot, but
> > buildroot does not take this fix in toolchain).

> Which toolchains ?

Hi Thomas,

Kernel headers in all musl versions
$ grep LINUX_VERSION_CODE br-test-pkg/*musl*/host/*/sysroot/usr/include/linux/version.h

* bootlin-x86-64-musl [1/4]: FAILED
* bootlin-armv7-musl [2/4]: FAILED
br-test-pkg/bootlin-armv7-musl/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/linux/version.h:#define LINUX_VERSION_CODE 264682
br-test-pkg/bootlin-x86-64-musl/host/x86_64-buildroot-linux-musl/sysroot/usr/include/linux/version.h:#define LINUX_VERSION_CODE 264682
=> 4.9.234
current stable is 4.9.284
fix a85cbe6159ff ("uapi: move constants from <linux/kernel.h> to <linux/const.h>")
was backported as 834d8b96cd85 in v4.9.250.

* bootlin-riscv64-musl [3/4]: FAILED
br-test-pkg/bootlin-riscv64-musl/host/riscv64-buildroot-linux-musl/sysroot/usr/include/linux/version.h:#define LINUX_VERSION_CODE 328765
=> 5.4.61
current stable is 5.4.150
fix a85cbe6159ff ("uapi: move constants from <linux/kernel.h> to <linux/const.h>")
was backported as 376c3111413c in v5.4.99

* br-i386-pentium-mmx-musl [4/4]: OK
br-test-pkg/br-i386-pentium-mmx-musl/host/i586-buildroot-linux-musl/sysroot/usr/include/linux/version.h:#define LINUX_VERSION_CODE 264701
=> 4.9.253 => the only fixed version

> > changes v1->v2:
> > * nit: remove */5 from patch subject

> Except that you did not. So I did it when applying :-)

Thanks! I'm sorry, I forget to amend the commit before sending.

Kind regards,
Petr

> Applied to master, thanks!

> Thomas


More information about the buildroot mailing list