Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbb35ef

Browse files
um: Fix IPC on um
commit c1d7e01 (ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION) forgot UML and broke IPC on it. Also UML has to select ARCH_WANT_IPC_PARSE_VERSION usin Kconfig. Reported-and-tested-by: <Toralf Förster [email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent d2ce4e9 commit bbb35ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/um/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ config 64BIT
2121
config X86_32
2222
def_bool !64BIT
2323
select HAVE_AOUT
24+
select ARCH_WANT_IPC_PARSE_VERSION
2425

2526
config X86_64
2627
def_bool 64BIT

0 commit comments

Comments
 (0)