Date |
List |
Subject |
2024-05-31 20:10:35
|
linux-kernel
|
[PATCH v3 0/3] selftests/futex: clang-inspired fixes |
2024-05-31 20:10:18
|
linux-kernel
|
[PATCH v3 1/3] selftests/futex: don't redefine .PHONY targets (all, clean) |
2024-05-31 19:48:54
|
linux-kernel
|
[PATCH v3 6/7] selftests/x86: remove (or use) unused variables and functions |
2024-05-31 19:40:18
|
linux-kernel
|
[PATCH v3 5/7] selftests/x86: avoid -no-pie warnings from clang during compilation |
2024-05-31 19:39:58
|
linux-kernel
|
[PATCH v3 7/7] selftests/x86: fix printk warnings reported by clang |
2024-05-31 19:39:54
|
linux-kernel
|
[PATCH v3 4/7] selftests/x86: build sysret_rip.c with clang |
2024-05-31 19:39:39
|
linux-kernel
|
[PATCH v3 3/7] selftests/x86: build fsgsbase_restore.c with clang |
2024-05-31 19:39:35
|
linux-kernel
|
[PATCH v3 2/7] selftests: x86: test_FISTTP: use fisttps instead of ambiguous fisttp |
2024-05-31 19:39:22
|
linux-kernel
|
[PATCH v3 1/7] selftests/x86: fix Makefile dependencies to work with clang |
2024-05-31 19:39:16
|
linux-kernel
|
[PATCH v3 0/7] selftests/x86: fix build errors and warnings found via clang |
2024-05-31 18:39:25
|
linux-kernel
|
[PATCH v2 1/2] selftests/lib.mk: handle both LLVM=1 and CC=clang builds |
2024-05-31 18:39:15
|
linux-kernel
|
[PATCH v2 0/2] selftests/lib.mk: LLVM=1, CC=clang, and warnings |
2024-05-31 18:38:42
|
linux-kernel
|
[PATCH v2 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores |
2024-05-30 21:18:40
|
linux-kernel
|
Re: [PATCH v2 1/3] selftests/futex: don't redefine .PHONY targets (all, clean) |
2024-05-30 21:16:19
|
linux-kernel
|
Re: [PATCH v2 2/3] selftests/futex: don't pass a const char* to asprintf(3) |
2024-05-30 20:02:01
|
linux-kernel
|
Re: [PATCH v2 0/6] selftests/x86: fix build errors and warnings found via clang |
2024-05-30 19:29:21
|
linux-kernel
|
Re: [PATCH 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores |
2024-05-30 19:25:29
|
linux-kernel
|
Re: [PATCH v2] selftests/vDSO: fix clang build errors and warnings |
2024-05-30 19:16:44
|
linux-kernel
|
Re: [PATCH v2 2/3] selftests/futex: don't pass a const char* to asprintf(3) |
2024-05-30 04:35:55
|
linux-kernel
|
Re: [PATCH 1/2] selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRS |
2024-05-29 02:30:11
|
linux-kernel
|
[PATCH v2 1/3] selftests/futex: don't redefine .PHONY targets (all, clean) |
2024-05-29 02:16:06
|
linux-kernel
|
[PATCH 1/2] selftests/lib.mk: handle both LLVM=1 and CC=clang builds |
2024-05-29 02:12:13
|
linux-kernel
|
[PATCH 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores |
2024-05-29 02:11:54
|
linux-kernel
|
[PATCH 0/2] selftests/lib.mk: LLVM=1, CC=clang, and warnings |
2024-05-28 22:44:12
|
linux-kernel
|
Re: [PATCH 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler |
2024-05-27 21:03:02
|
linux-kernel
|
[PATCH v2 2/6] selftests/x86: build fsgsbase_restore.c with clang |
2024-05-27 21:02:44
|
linux-kernel
|
[PATCH v2 6/6] selftests/x86: fix printk warnings reported by clang |
2024-05-27 21:01:20
|
linux-kernel
|
[PATCH v2 0/6] selftests/x86: fix build errors and warnings found via clang |
2024-05-10 18:23:07
|
linux-kernel
|
Re: [PATCH 1/2] selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRS |
2024-05-10 18:01:46
|
linux-kernel
|
Re: [PATCH] selftests/resctrl: fix clang build warnings related to abs(), labs() calls |
2024-05-09 21:31:08
|
linux-kernel
|
Re: [PATCH 1/1] arch/fault: don't print logs for simulated poison errors |
2024-05-09 21:26:51
|
linux-kernel
|
Re: [PATCH v3 03/68] selftests: Compile with -D_GNU_SOURCE when including lib.mk |
2024-05-09 21:08:58
|
linux-kernel
|
Re: [PATCH 0/1] arch/fault: don't print logs for simulated poison errors |
2024-05-09 02:54:56
|
linux-kernel
|
Re: [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests |
2024-05-08 21:50:49
|
linux-kernel
|
Re: [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE |
2024-05-08 21:42:17
|
linux-kernel
|
Re: [PATCH v2 3/5] selftests: Include KHDR_INCLUDES in Makefile |
2024-05-08 21:40:58
|
linux-kernel
|
Re: [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE |
2024-05-08 21:26:21
|
linux-kernel
|
Re: [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile |
2024-05-08 21:24:11
|
linux-kernel
|
Re: [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE |
2024-05-08 21:05:53
|
linux-kernel
|
Re: [PATCH 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler |
2024-05-08 20:32:13
|
linux-kernel
|
[PATCH] selftests/netfilter: formally SKIP() two cases of setup failure |
2024-05-08 19:40:34
|
linux-kernel
|
Re: [PATCH] selftests/resctrl: fix clang build warnings related to abs(), labs() calls |
2024-05-08 17:31:58
|
linux-kernel
|
Re: [PATCH v2] selftests/resctrl: fix clang build warnings related to abs(), labs() calls |
2024-05-07 22:50:20
|
linux-kernel
|
Re: [PATCH] x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs |
2024-05-07 17:06:24
|
linux-kernel
|
Re: [PATCH 2/2] selftests/netfilter: return a value for several "int" functions |
2024-05-07 17:00:37
|
linux-kernel
|
Re: [PATCH] x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs |
2024-05-07 16:49:55
|
linux-kernel
|
Re: [PATCH 1/2] selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRS |
2024-05-07 02:30:03
|
linux-kernel
|
[PATCH] x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs |
2024-05-07 00:24:36
|
linux-kernel
|
Re: [PATCH v2] selftests: exec: make binaries position independent |
2024-05-06 19:09:56
|
linux-kernel
|
Re: [PATCH] selftests/exec: build with -fPIE instead of -pie, to make clang happy |
2024-05-06 17:26:12
|
linux-kernel
|
Re: [PATCH v2] selftests/alsa: missing a return value in unused dump_config_tree() |