From: Linus Torvalds Date: Tue, 4 Oct 2022 16:49:50 +0000 (-0700) Subject: Merge tag 'x86_asm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.17~6512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb1f11546eb3cd1e2b8ea45653eb0f530e42b035;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'x86_asm_for_v6.1_rc1' of git://git./linux/kernel/git/tip/tip Pull x86 asm update from Borislav Petkov: - Use the __builtin_ffs/ctzl() compiler builtins for the constant argument case in the kernel's optimized ffs()/ffz() helpers in order to make use of the compiler's constant folding optmization passes. * tag 'x86_asm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/asm/bitops: Use __builtin_ctzl() to evaluate constant expressions x86/asm/bitops: Use __builtin_ffs() to evaluate constant expressions --- bb1f11546eb3cd1e2b8ea45653eb0f530e42b035