]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
ltp: backport patch to fix compilation error for Skylake -march=x86-64-v3
authorYogesh Tyagi <yogesh.tyagi@intel.com>
Mon, 19 May 2025 11:08:17 +0000 (19:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 May 2025 10:13:12 +0000 (11:13 +0100)
commitbbd3e7886e2ec5ab3578d618b28d007a80d917aa
tree5b0dfcdb25b1067b0bc497b9080da34a5606644b
parent73bcdedc80a83e241d2162b10a2244a8dbd0e403
ltp: backport patch to fix compilation error for Skylake -march=x86-64-v3

When the input compiler enables AVX, stack realignment requirements
causes gcc to fail to omit %rbp use, due to which the test fails to
clobber %rbp in inline asm.  Disable AVX to build the test on x86_64 so
that the test continues working.

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp_20250130.bb