The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
André Almeida 5e59c1d1c7 selftests: futex: Add sys_futex_waitv() test
Create a new file to test the waitv mechanism. Test both private and
shared futexes. Wake the last futex in the array, and check if the
return value from futex_waitv() is the right index.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210923171111.300673-20-andrealmeid@collabora.com
2021-10-07 13:51:12 +02:00
Documentation An assortment of improvements for auxdisplay: 2021-09-12 16:00:49 -07:00
LICENSES
arch futex,arm: Wire up sys_futex_waitv() 2021-10-07 13:51:12 +02:00
block block-5.15-2021-09-11 2021-09-11 10:19:51 -07:00
certs
crypto
drivers kernel/locking: Add context to ww_mutex_trylock() 2021-09-17 15:08:41 +02:00
fs Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2021-09-12 10:43:51 -07:00
include futex: Implement sys_futex_waitv() 2021-10-07 13:51:11 +02:00
init More tracing updates for 5.15: 2021-09-09 13:11:15 -07:00
ipc ARM development updates for 5.15: 2021-09-09 13:25:49 -07:00
kernel futex: Implement sys_futex_waitv() 2021-10-07 13:51:11 +02:00
lib kernel/locking: Add context to ww_mutex_trylock() 2021-09-17 15:08:41 +02:00
mm sched: Remove preempt_offset argument from __might_sleep() 2021-10-01 13:57:50 +02:00
net virtio,vdpa,vhost: features, fixes 2021-09-11 14:48:42 -07:00
samples kgdb patches for 5.15 2021-09-07 12:08:04 -07:00
scripts RISC-V Patches for the 5.15 Merge Window, Part 2 2021-09-11 14:29:42 -07:00
security
sound sound fixes for 5.15-rc1 2021-09-09 16:05:10 -07:00
tools selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00
usr
virt KVM: Drop unused kvm_dirty_gfn_invalid() 2021-09-06 08:23:46 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS futex: Implement sys_futex_waitv() 2021-10-07 13:51:11 +02:00
Makefile Linux 5.15-rc1 2021-09-12 16:28:37 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.