linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.28k stars 999 forks source link

cve/meltdown: check for x86/x86_64 #981

Closed ilyakurdyukov closed 1 year ago

ilyakurdyukov commented 1 year ago

"emmintrin.h" may exist for some non-x86 platforms as an emulation of Intel SIMD intrinsics. So without checking the architecture there will be a compilation error. https://github.com/linux-test-project/ltp/issues/980

metan-ucw commented 1 year ago

Can you please add Signed-of-by line to the commit description so that I can push it to the git?

See: https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin

ilyakurdyukov commented 1 year ago

Is that okay? https://github.com/linux-test-project/ltp/pull/982

pevik commented 1 year ago

Please next time use git push -f to update your pull request or (better) send patch to our mailing list.