From: Linus Torvalds Date: Tue, 23 Feb 2021 20:33:54 +0000 (-0800) Subject: Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu X-Git-Tag: accepted/tizen/unified/20230118.172025~7766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa8e3291729fd885351af0b077330721d4bf5db9;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'for-5.12' of git://git./linux/kernel/git/dennis/percpu Pull percpu updates from Dennis Zhou: "Percpu had a cleanup come in that makes use of the cpu bitmask helpers instead of the current iterative approach. This clean up then had an adverse interaction when clang's inlining sensitivity is changed such that not all sites are inlined resulting in modpost being upset with section mismatch due to percpu setup being marked __init. That was fixed by introducing __flatten to compiler_attributes.h" * 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu: percpu: fix clang modpost section mismatch percpu: reduce the number of cpu distance comparisons --- aa8e3291729fd885351af0b077330721d4bf5db9