Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Thomas Gleixner:
"Just the missing compat entry for the new pread/writev2"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Use compat version for preadv2 and pwritev2

+2 -2
+2 -2
arch/x86/entry/syscalls/syscall_32.tbl
··· 384 384 375 i386 membarrier sys_membarrier 385 385 376 i386 mlock2 sys_mlock2 386 386 377 i386 copy_file_range sys_copy_file_range 387 - 378 i386 preadv2 sys_preadv2 388 - 379 i386 pwritev2 sys_pwritev2 387 + 378 i386 preadv2 sys_preadv2 compat_sys_preadv2 388 + 379 i386 pwritev2 sys_pwritev2 compat_sys_pwritev2