linux-stable/arch/um
Jason A. Donenfeld af3e16101c um: include sys/types.h for size_t
Usually size_t comes from sys/types.h, not stddef.h. This code likely
worked only because something else in its usage chain was pulling in
sys/types.h. stddef.h is still required for NULL, however, so note this.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2022-07-17 23:47:18 +02:00
..
configs kunit: Move default config from arch/um -> tools/testing/kunit 2021-06-23 17:49:17 -06:00
drivers um: random: Don't initialise hwrng struct with zero 2022-07-17 23:34:09 +02:00
include um: include sys/types.h for size_t 2022-07-17 23:47:18 +02:00
kernel um: Add missing apply_returns() 2022-07-17 23:43:03 +02:00
os-Linux um: Replace to_phys() and to_virt() with less generic function names 2022-07-17 23:44:40 +02:00
scripts
.gitignore um: gitignore: Add kernel/capflags.c 2021-12-21 21:22:43 +01:00
Kbuild kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild 2021-05-26 23:10:37 +09:00
Kconfig UML: add support for KASAN under x86_64 2022-07-17 23:35:22 +02:00
Kconfig.debug um: Disable CONFIG_GCOV with MODULES 2021-04-15 23:10:33 +02:00
Makefile Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS" 2022-04-02 00:05:28 +09:00
Makefile-os-Linux
Makefile-skas