Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50483c32 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull arch/tile (really asm-generic) update from Chris Metcalf:
 "These are a couple of asm-generic changes that apply to tile."

* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
  compat: use sys_sendfile64() implementation for sendfile syscall
  [PATCH v3] ipc: provide generic compat versions of IPC syscalls
parents 7fda0412 1631fcea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -213,4 +213,7 @@ config HAVE_CMPXCHG_LOCAL
config HAVE_CMPXCHG_DOUBLE
	bool

config ARCH_WANT_OLD_COMPAT_IPC
	bool

source "kernel/gcov/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -2457,6 +2457,7 @@ config MIPS32_COMPAT
config COMPAT
	bool
	depends on MIPS32_COMPAT
	select ARCH_WANT_OLD_COMPAT_IPC
	default y

config SYSVIPC_COMPAT
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ config COMPAT
	bool
	default y if PPC64
	select COMPAT_BINFMT_ELF
	select ARCH_WANT_OLD_COMPAT_IPC

config SYSVIPC_COMPAT
	bool
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ config COMPAT
	prompt "Kernel support for 31 bit emulation"
	depends on 64BIT
	select COMPAT_BINFMT_ELF
	select ARCH_WANT_OLD_COMPAT_IPC
	help
	  Select this option if you want to enable your system kernel to
	  handle system-calls from ELF binaries for 31 bit ESA.  This option
+1 −0
Original line number Diff line number Diff line
@@ -577,6 +577,7 @@ config COMPAT
	depends on SPARC64
	default y
	select COMPAT_BINFMT_ELF
	select ARCH_WANT_OLD_COMPAT_IPC

config SYSVIPC_COMPAT
	bool
Loading