]> www.infradead.org Git - users/willy/linux.git/commit
mshare: Add new system call
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Aug 2020 12:51:44 +0000 (08:51 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Aug 2020 12:51:44 +0000 (08:51 -0400)
commit10b0ae3004c577d0b190c907ee7c0f15a341f27f
tree66e04dd1611f01a6d5d4eca7d266265a9c4c3ff7
parentbcf876870b95592b52519ed4aafcf9d95999bc9c
mshare: Add new system call

[wired up x86-64 only, fix before submission]

Almost no implementation here; just return a file descriptor that can't
actually do anything.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
arch/x86/entry/syscalls/syscall_64.tbl
include/uapi/asm-generic/unistd.h
mm/Makefile
mm/mshare.c [new file with mode: 0644]