Skip to content

Commit 340d45d

Browse files
keesgregkh
authored andcommitted
locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT
[ Upstream commit 39208aa ] With the section inlining bug fixed for the x86 refcount protection, we can turn the config back on. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Elena <elena.reshetova@intel.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-arch <linux-arch@vger.kernel.org> Link: http://lkml.kernel.org/r/1504382986-49301-3-git-send-email-keescook@chromium.org Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 53ce4d4 commit 340d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ config X86
5656
select ARCH_HAS_KCOV if X86_64
5757
select ARCH_HAS_PMEM_API if X86_64
5858
# Causing hangs/crashes, see the commit that added this change for details.
59-
select ARCH_HAS_REFCOUNT if BROKEN
59+
select ARCH_HAS_REFCOUNT
6060
select ARCH_HAS_UACCESS_FLUSHCACHE if X86_64
6161
select ARCH_HAS_SET_MEMORY
6262
select ARCH_HAS_SG_CHAIN

0 commit comments

Comments
 (0)