Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1344302 > unrolled thread

[PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390

Started byYury Norov <ynorov@caviumnetworks.com>
First post2016-02-26 15:40 +0100
Last post2016-02-26 15:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390 Yury Norov <ynorov@caviumnetworks.com> - 2016-02-26 15:40 +0100

#1344302 — [PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390

FromYury Norov <ynorov@caviumnetworks.com>
Date2016-02-26 15:40 +0100
Subject[PATCH 2/5] all: introduce COMPAT_WRAPPER option and enable it for s390
Message-ID<r6rIJ-4Ch-3@gated-at.bofh.it>
Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
---
 arch/Kconfig      | 4 ++++
 arch/s390/Kconfig | 1 +
 2 files changed, 5 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index f6b649d..6393093 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -583,6 +583,10 @@ config HAVE_COPY_THREAD_TLS
 	  normal C parameter passing, rather than extracting the syscall
 	  argument from pt_regs.
 
+config COMPAT_WRAPPER
+	bool
+	depends on COMPAT
+
 #
 # ABI hall of shame
 #
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 3be9c83..082b861 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -333,6 +333,7 @@ config COMPAT
 	select COMPAT_BINFMT_ELF if BINFMT_ELF
 	select ARCH_WANT_OLD_COMPAT_IPC
 	select COMPAT_OLD_SIGACTION
+	select COMPAT_WRAPPER
 	depends on MULTIUSER
 	help
 	  Select this option if you want to enable your system kernel to
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web