Re: [PATCH v3 08/10] x86: BHI stubs

From: Kees Cook
Date: Wed Feb 19 2025 - 13:07:27 EST


On Wed, Feb 19, 2025 at 05:21:15PM +0100, Peter Zijlstra wrote:
> --- a/arch/x86/lib/Makefile
> +++ b/arch/x86/lib/Makefile
> @@ -66,5 +66,6 @@ endif
> lib-y += clear_page_64.o copy_page_64.o
> lib-y += memmove_64.o memset_64.o
> lib-y += copy_user_64.o copy_user_uncached_64.o
> - lib-y += cmpxchg16b_emu.o
> + lib-y += cmpxchg16b_emu.o
> + lib-y += bhi.o
> endif

Unrelated whitespace fix?

--
Kees Cook