Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [kernel-hardening] [PATCH] arm: Always use REFCOUNT_FULL
@ 2018-01-04 12:28 Jinbum Park
  2018-01-04 18:32 ` Kees Cook
  0 siblings, 1 reply; 5+ messages in thread
From: Jinbum Park @ 2018-01-04 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

arm prefers to use REFCOUNT_FULL by default.
This enables it for arm.

Signed-off-by: Jinbum Park <jinb.park7@gmail.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3d349b4..ec80270 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -100,6 +100,7 @@ config ARM
 	select OLD_SIGACTION
 	select OLD_SIGSUSPEND3
 	select PERF_USE_VMALLOC
+	select REFCOUNT_FULL
 	select RTC_LIB
 	select SYS_SUPPORTS_APM_EMULATION
 	# Above selects are sorted alphabetically; please add new ones
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-04 18:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 12:28 [kernel-hardening] [PATCH] arm: Always use REFCOUNT_FULL Jinbum Park
2018-01-04 18:32 ` Kees Cook
2018-01-04 18:35   ` Russell King - ARM Linux
2018-01-04 18:42     ` Kees Cook
2018-01-04 18:47       ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox