Show patches with: Archived = No       |   20373 patches
« 1 2 ... 41 42 43203 204 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-17 Thomas Weißschuh Accepted
[v2,1/4] selftests/nolibc: allow building i386 with multiarch compiler tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-17 Thomas Weißschuh Accepted
[RFC,v2] selftests/nolibc: don't embed initramfs into kernel image [RFC,v2] selftests/nolibc: don't embed initramfs into kernel image - 1 - --- 2023-09-17 Thomas Weißschuh Accepted
selftests: uevent filtering: fix return on error in uevent_listener selftests: uevent filtering: fix return on error in uevent_listener - - - --- 2023-09-16 Javier Carrasco Changes Requested
selftests: ALSA: fix warnings in 'test-pcmtest-driver' selftests: ALSA: fix warnings in 'test-pcmtest-driver' - - - --- 2023-09-16 Javier Carrasco New
[RFC,3/3] selftests/nolibc: drop target "rerun" selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[RFC,2/3] selftests/nolibc: don't embed initramfs into kernel image selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[RFC,1/3] kbuild: add toplevel target for usr/gen_init_cpio selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[7/9] selftests/damon/sysfs: test DAMOS apply intervals mm/damon: implement DAMOS apply intervals - - - --- 2023-09-16 SeongJae Park Accepted
selftests/user_events: Fix to unmount tracefs when test created mount selftests/user_events: Fix to unmount tracefs when test created mount - 1 - --- 2023-09-15 Beau Belgrave Accepted
[GIT,PULL] Kselftest second fixes update for Linux 6.6-rc2 [GIT,PULL] Kselftest second fixes update for Linux 6.6-rc2 - - - --- 2023-09-15 Shuah Khan Accepted
[v2,6/6] selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests selftests/resctrl: Fixes to failing tests - 1 - --- 2023-09-15 Ilpo Järvinen Accepted
[v2,5/6] selftests/resctrl: Fix feature checks selftests/resctrl: Fixes to failing tests - 1 - --- 2023-09-15 Ilpo Järvinen New
[v2,4/6] selftests/resctrl: Refactor feature check to use resource and feature name selftests/resctrl: Fixes to failing tests - 1 - --- 2023-09-15 Ilpo Järvinen New
[v2,3/6] selftests/resctrl: Move _GNU_SOURCE define into Makefile selftests/resctrl: Fixes to failing tests - 1 - --- 2023-09-15 Ilpo Järvinen Accepted
[v2,2/6] selftests/resctrl: Remove duplicate feature check from CMT test selftests/resctrl: Fixes to failing tests - 1 - --- 2023-09-15 Ilpo Järvinen Accepted
[v2,1/6] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal selftests/resctrl: Fixes to failing tests - - - --- 2023-09-15 Ilpo Järvinen New
kunit: Check for kunit_parse_glob_filter() failure kunit: Check for kunit_parse_glob_filter() failure - - - --- 2023-09-15 Dan Carpenter brendanhiggins New
[2/2] kselftest/arm64: Verify HWCAP2_SVE_B16B16 Report FEAT_SVE_B16B16 to userspace - - - --- 2023-09-15 Mark Brown Accepted
[1/2] arm64/sve: Report FEAT_SVE_B16B16 to userspace Report FEAT_SVE_B16B16 to userspace - - - --- 2023-09-15 Mark Brown Accepted
[v2,10/10] selftests/pcie_bwctrl: Create selftests Untitled series #784578 - - - --- 2023-09-15 Ilpo Järvinen New
[2/2] tools/power/x86/intel_pstate_tracer: Use pygnuplot package for Gnuplot Fix issues observed with selftests/amd-pstate - - - --- 2023-09-15 Swapnil Sapkal New
[1/2] selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut Fix issues observed with selftests/amd-pstate - - - --- 2023-09-15 Swapnil Sapkal New
[-fixes] riscv: kselftests: Fix mm build by removing testcases subdirectory [-fixes] riscv: kselftests: Fix mm build by removing testcases subdirectory - 1 - --- 2023-09-15 Alexandre Ghiti Accepted
kunit: Fix a null-ptr-deref bug in kunit_run_case_catch_errors() kunit: Fix a null-ptr-deref bug in kunit_run_case_catch_errors() - - - --- 2023-09-15 Jinjie Ruan brendanhiggins New
[RFC] kunit: Add a macro to wrap a deferred action function [RFC] kunit: Add a macro to wrap a deferred action function - - - --- 2023-09-15 David Gow brendanhiggins New
[4/8] mm/damon/core-test: add a unit test for damon_moving_sum() mm/damon: provide pseudo-moving sum based access rate - - - --- 2023-09-15 SeongJae Park Accepted
[RFC,9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,8/9] iov_iter: Add benchmarking kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,7/9] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,4/9] iov_iter: Consolidate bvec pattern checking iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,3/9] iov_iter: Consolidate the test vector struct in the kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,2/9] iov_iter: Consolidate some of the repeated code into helpers iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[RFC,1/9] iov_iter: Fix some checkpatch complaints in kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-09-14 David Howells New
[2/2] kunit: tool: add attributes output to kunit.py [1/2] kunit: tool: add parsing of test attributes - - - --- 2023-09-14 Rae Moar brendanhiggins New
[1/2] kunit: tool: add parsing of test attributes [1/2] kunit: tool: add parsing of test attributes - - - --- 2023-09-14 Rae Moar brendanhiggins Accepted
[4/4] tools/nolibc: automatically detect necessity to use pselect6 tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-14 Thomas Weißschuh New
[3/4] tools/nolibc: don't define new syscall number tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-14 Thomas Weißschuh New
[2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks tools/nolibc: cleanups for syscall fallbacks - - - --- 2023-09-14 Thomas Weißschuh New
[1/4] selftests/nolibc: allow building i386 with multiarch compiler tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-14 Thomas Weißschuh Accepted
[3/3] selftests/mm: add UFFDIO_REMAP ioctl test userfaultfd remap option - - - --- 2023-09-14 Suren Baghdasaryan New
[2/3] userfaultfd: UFFDIO_REMAP uABI userfaultfd remap option - - - --- 2023-09-14 Suren Baghdasaryan New
[1/3] userfaultfd: UFFDIO_REMAP: rmap preparation userfaultfd remap option - - - --- 2023-09-14 Suren Baghdasaryan New
[4/4] kunit: test: Fix the possible memory leak in executor_test kunit: Fix some bugs in kunit - - - --- 2023-09-14 Jinjie Ruan brendanhiggins New
[3/4] kunit: Fix possible memory leak in kunit_filter_suites() kunit: Fix some bugs in kunit - 1 - --- 2023-09-14 Jinjie Ruan brendanhiggins Accepted
[2/4] kunit: Fix the wrong kfree of copy for kunit_filter_suites() kunit: Fix some bugs in kunit - 1 - --- 2023-09-14 Jinjie Ruan brendanhiggins Accepted
[1/4] kunit: Fix missed memory release in kunit_free_suite_set() kunit: Fix some bugs in kunit - 1 - --- 2023-09-14 Jinjie Ruan brendanhiggins Accepted
[v3,9/9] KVM: riscv: selftests: Add sstc timer test RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,7/9] KVM: riscv: selftests: Add guest helper to get vcpu id RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,6/9] KVM: riscv: selftests: Add exception handling support RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,5/9] KVM: riscv: selftests: Switch to use macro from csr.h RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,4/9] tools: riscv: Add header file csr.h RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,3/9] KVM: arm64: selftests: Split arch_timer test code RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,2/9] KVM: selftests: Unify the makefile rule for split targets RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v3,1/9] KVM: selftests: Unify the codes for guest exception handling RISCV: Add kvm Sstc timer selftests - 1 - --- 2023-09-14 Haibo Xu New
[v6,8/8] selftests/bpf/sockopt: Add io_uring support Untitled series #783837 - - - --- 2023-09-13 Breno Leitao New
[v6,4/8] selftests/net: Extract uring helpers to be reusable Untitled series #783837 - - - --- 2023-09-13 Breno Leitao New
selftests: sud_test: return correct emulated syscall value on RISC-V selftests: sud_test: return correct emulated syscall value on RISC-V 1 1 - --- 2023-09-13 Clément Léger New
[1/1] selftests/resctrl: Move _GNU_SOURCE define into Makefile [1/1] selftests/resctrl: Move _GNU_SOURCE define into Makefile - - - --- 2023-09-13 Ilpo Järvinen Accepted
[3/3] selftests/bpf: Add selftest for packet-pointer Spectre v1 gadget [1/3] Revert "selftests/bpf: Add selftest for allow_ptr_leaks" - - - --- 2023-09-13 Luis Gerhorst New
[2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks" [1/3] Revert "selftests/bpf: Add selftest for allow_ptr_leaks" 1 - - --- 2023-09-13 Luis Gerhorst New
[1/3] Revert "selftests/bpf: Add selftest for allow_ptr_leaks" [1/3] Revert "selftests/bpf: Add selftest for allow_ptr_leaks" - - - --- 2023-09-13 Luis Gerhorst New
selftests/rseq: fix kselftest Clang build warnings selftests/rseq: fix kselftest Clang build warnings - 1 - --- 2023-09-12 Justin Stitt Accepted
[net] selftests: tls: swap the TX and RX sockets in some tests [net] selftests: tls: swap the TX and RX sockets in some tests - - - --- 2023-09-12 Sabrina Dubroca Accepted
[v1] selftests: Link libasan statically for tests with -fsanitize=address [v1] selftests: Link libasan statically for tests with -fsanitize=address - - - --- 2023-09-12 Ryan Roberts Accepted
selftests: cgroup: fix test_zswap error path and meaningless check selftests: cgroup: fix test_zswap error path and meaningless check - - - --- 2023-09-12 Domenico Cerasuolo New
[v2,7/7] selftests/bpf: fix Python string escapes Fix Python string escapes - - - --- 2023-09-12 Benjamin Gray New
[v2,6/7] tools/power: fix Python string escapes Fix Python string escapes - - - --- 2023-09-12 Benjamin Gray New
[v2,5/7] tools/perf: fix Python string escapes Fix Python string escapes 1 - - --- 2023-09-12 Benjamin Gray Accepted
[v2,4/7] scripts: fix Python string escapes Fix Python string escapes - - - --- 2023-09-12 Benjamin Gray New
[v2,3/7] drivers/comedi: fix Python string escapes Fix Python string escapes - 1 - --- 2023-09-12 Benjamin Gray New
[v2,2/7] Documentation/sphinx: fix Python string escapes Fix Python string escapes - - - --- 2023-09-12 Benjamin Gray Accepted
[v2,1/7] ia64: fix Python string escapes Fix Python string escapes - - - --- 2023-09-12 Benjamin Gray New
[FIX,v2] selftests: tracing: Fix to unmount tracefs for recovering environment [FIX,v2] selftests: tracing: Fix to unmount tracefs for recovering environment - 2 - --- 2023-09-12 Masami Hiramatsu (Google) Accepted
[GIT,PULL] Kselftest fixes update for Linux 6.6-rc2 [GIT,PULL] Kselftest fixes update for Linux 6.6-rc2 - - - --- 2023-09-11 Shuah Khan Accepted
[GIT,PULL] KUnit fixes update for Linux 6.6-rc2 [GIT,PULL] KUnit fixes update for Linux 6.6-rc2 - - - --- 2023-09-11 Shuah Khan brendanhiggins Accepted
tracing/user_events: fix long size check in the ABI selftest tracing/user_events: fix long size check in the ABI selftest - 1 - --- 2023-09-11 Alexander Lobakin Accepted
[5/5] selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests selftests/resctrl: Fixes to failing tests - - - --- 2023-09-11 Ilpo Järvinen Accepted
[4/5] selftests/resctrl: Fix feature checks selftests/resctrl: Fixes to failing tests - - - --- 2023-09-11 Ilpo Järvinen New
[3/5] selftests/resctrl: Refactor feature check to use resource and feature name selftests/resctrl: Fixes to failing tests - - - --- 2023-09-11 Ilpo Järvinen New
[2/5] selftests/resctrl: Remove duplicate feature check from CMT test selftests/resctrl: Fixes to failing tests - - - --- 2023-09-11 Ilpo Järvinen Accepted
[1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal selftests/resctrl: Fixes to failing tests - - - --- 2023-09-11 Ilpo Järvinen New
[v5,8/8] selftests/bpf/sockopt: Add io_uring support Untitled series #783065 - - - --- 2023-09-11 Breno Leitao New
[v5,4/8] selftests/net: Extract uring helpers to be reusable Untitled series #783065 - - - --- 2023-09-11 Breno Leitao New
[2/2] drm/tests: Flag slow tests as such drm/tests: Flag slow kunit tests as such - - - --- 2023-09-11 Maxime Ripard New
[1/2] kunit: Warn if tests are slow drm/tests: Flag slow kunit tests as such - - - --- 2023-09-11 Maxime Ripard brendanhiggins New
[RFC,v3,2/2] powerpc/selftest: Add support for cpuidle latency measurement CPU-Idle latency selftest framework - 1 - --- 2023-09-11 Aboorva Devarajan New
[RFC,v3,1/2] powerpc/cpuidle: cpuidle wakeup latency based on IPI and timer events CPU-Idle latency selftest framework - 1 - --- 2023-09-11 Aboorva Devarajan New
selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings - - - --- 2023-09-10 Thomas Weißschuh Accepted
[FIX] selftests: tracing: Fix to unmount tracefs for recovering environment [FIX] selftests: tracing: Fix to unmount tracefs for recovering environment - - - --- 2023-09-09 Masami Hiramatsu (Google) Superseded
[RFC,4/8] mm/damon/core-test: add a unit test for damon_moving_sum() mm/damon: provide pseudo-moving sum based access rate - - - --- 2023-09-09 SeongJae Park Accepted
[for-linus,14/15] selftests/ftrace: Fix dependencies for some of the synthetic event tests Untitled series #782635 - - - --- 2023-09-09 Steven Rostedt Accepted
[RFC] selftests/rseq: fix kselftest Clang build warnings [RFC] selftests/rseq: fix kselftest Clang build warnings - - - --- 2023-09-08 Justin Stitt New
[v2,3/3] selftests/hid: force using our compiled libbpf headers selftests/hid: fix building for older kernels - - - --- 2023-09-08 Justin Stitt Accepted
[v2,2/3] selftests/hid: do not manually call headers_install selftests/hid: fix building for older kernels 1 - - --- 2023-09-08 Justin Stitt Accepted
[v2,1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3 selftests/hid: fix building for older kernels - - - --- 2023-09-08 Justin Stitt New
ftrace/selftests: Add softlink to latest log directory ftrace/selftests: Add softlink to latest log directory 1 - - --- 2023-09-08 Steven Rostedt Accepted
« 1 2 ... 41 42 43203 204 »