Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 09:33:49 to 2023-06-07 03:46:14 UTC [more...]

[PATCH] selftests/cpufreq: Don't enable generic lock debugging options
 2023-06-07  3:45 UTC  (2+ messages)

[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
 2023-06-07  2:42 UTC  (5+ messages)
` [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM

[PATCH bpf v3 0/2] Fix BPF verifier bypass on scalar spill
 2023-06-07  1:43 UTC  (6+ messages)
` [PATCH bpf v3 1/2] bpf: Fix verifier tracking scalars on spill
` [PATCH bpf v3 2/2] selftests/bpf: Add test cases to assert proper ID tracking "

[PATCH v3 0/3] nolibc: add part2 of support for rv32
 2023-06-07  1:20 UTC  (13+ messages)
` [PATCH v3 1/3] tools/nolibc: fix up #error compile failures with -ENOSYS
` [PATCH v3 3/3] selftests/nolibc: riscv: customize makefile for rv32

[PATCH v2 0/4] tools/nolibc: add two new syscall helpers
 2023-06-07  0:34 UTC  (8+ messages)
` [PATCH v2 1/4] tools/nolibc: sys.h: add __syscall() and __sysret() helpers
` [PATCH v2 2/4] tools/nolibc: unistd.h: apply __sysret() helper
` [PATCH v2 3/4] tools/nolibc: sys.h: "
` [PATCH v2 4/4] tools/nolibc: sys.h: apply __syscall() helper

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-07  0:14 UTC  (15+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-06-06 22:04 UTC  (13+ messages)
      ` POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL][FIX TESTED] "

[PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-06 21:08 UTC  (7+ messages)
` [PATCH v17 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v17 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v17 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v17 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v17 5/5] selftests: mm: add pagemap ioctl tests

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-06-06 20:13 UTC  (17+ messages)

[PATCH v3 00/11] A minor flurry of selftest/mm fixes
 2023-06-06 20:10 UTC  (25+ messages)
` [PATCH v3 01/11] selftests/mm: fix uffd-stress unused function warning
` [PATCH v3 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
` [PATCH v3 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
` [PATCH v3 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
` [PATCH v3 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
` [PATCH v3 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
` [PATCH v3 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
` [PATCH v3 08/11] selftests/mm: fix build failures due to missing MADV_COLLAPSE
` [PATCH v3 09/11] selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c
` [PATCH v3 10/11] Documentation: kselftest: "make headers" is a prerequisite
` [PATCH v3 11/11] selftests: error out if kernel header files are not yet built

[PATCH] selftests: prctl: Add new prctl test for PR_SET_NAME
 2023-06-06 19:39 UTC  (2+ messages)

[PATCH v4 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-06-06 19:32 UTC  (3+ messages)
` [PATCH v4 2/3] ALSA: Implement the new Virtual PCM Test Driver
` [PATCH v4 3/3] selftests: ALSA: Add test for the 'pcmtest' driver

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-06 19:04 UTC  (20+ messages)
` [RFC PATCH 01/19] mm: hugetlb: Expose get_hstate_idx()
` [RFC PATCH 02/19] mm: hugetlb: Move and expose hugetlbfs_zero_partial_page
` [RFC PATCH 03/19] mm: hugetlb: Expose remove_inode_hugepages
` [RFC PATCH 04/19] mm: hugetlb: Decouple hstate, subpool from inode
` [RFC PATCH 05/19] mm: hugetlb: Allow alloc_hugetlb_folio() to be parametrized by subpool and hstate
` [RFC PATCH 06/19] mm: hugetlb: Provide hugetlb_filemap_add_folio()
` [RFC PATCH 07/19] mm: hugetlb: Refactor vma_*_reservation functions
` [RFC PATCH 08/19] mm: hugetlb: Refactor restore_reserve_on_error
` [RFC PATCH 09/19] mm: hugetlb: Use restore_reserve_on_error directly in filesystems
` [RFC PATCH 10/19] mm: hugetlb: Parametrize alloc_hugetlb_folio_from_subpool() by resv_map
` [RFC PATCH 11/19] mm: hugetlb: Parametrize hugetlb functions "
` [RFC PATCH 12/19] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH 13/19] KVM: guest_mem: Refactor kvm_gmem fd creation to be in layers
` [RFC PATCH 14/19] KVM: guest_mem: Refactor cleanup to separate inode and file cleanup
` [RFC PATCH 15/19] KVM: guest_mem: hugetlb: initialization and cleanup
` [RFC PATCH 16/19] KVM: guest_mem: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 17/19] KVM: selftests: Add basic selftests for hugetlbfs-backed guest_mem
` [RFC PATCH 18/19] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH 19/19] KVM: selftests: Update test for various private memory backing source types

[PATCH 0/8] Remove child from struct ctl_table
 2023-06-06 18:56 UTC  (2+ messages)

[PATCH v3 0/4] tracing/user_events: Add empty arguments events
 2023-06-06 18:53 UTC  (6+ messages)
` [PATCH v3 1/4] tracing/user_events: Fix the incorrect trace record for "
` [PATCH v3 2/4] selftests/user_events: Add ftrace self-test "
` [PATCH v3 3/4] selftests/user_events: Clear the events after perf self-test
` [PATCH v3 4/4] selftests/user_events: Add perf self-test for empty arguments events

[PATCH 6/8] test_sysclt: Test for registering a mount point
 2023-06-06 18:47 UTC  (2+ messages)

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-06 17:30 UTC  (4+ messages)
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value

[PATCH v3 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-06-06 13:51 UTC  (6+ messages)
` [PATCH v3 2/3] ALSA: Implement the new Virtual PCM Test Driver
` [PATCH v3 3/3] selftests: ALSA: Add test for the 'pcmtest' driver

[PATCH v1 0/9] x86/resctrl: Use soft RMIDs for reliable MBM on AMD
 2023-06-06 13:48 UTC  (9+ messages)
` [PATCH v1 7/9] x86/resctrl: Assign HW RMIDs to CPUs for soft RMID
` [PATCH v1 8/9] x86/resctrl: Use mbm_update() to push soft RMID counts

[PATCH 0/4] RSEQ selftests updates
 2023-06-06 13:36 UTC  (2+ messages)

[PATCH v1 0/5] Landlock support for UML
 2023-06-06 13:12 UTC  (7+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH v2] selftests/input: Introduce basic tests for evdev ioctls
 2023-06-06  8:08 UTC  (3+ messages)

[PATCH] selftests/mincore: fix skip condition for check_huge_pages test
 2023-06-06  8:04 UTC  (3+ messages)

[PATCH 0/4] selftests/nolibc: fix up and improve test report
 2023-06-06  4:50 UTC  (3+ messages)

nolibc patches, still possible for 6.5 ?
 2023-06-06  4:48 UTC  (3+ messages)

[PATCH 0/4] selftests/nolibc: add user-space 'efault' handler
 2023-06-06  4:04 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] bpf, x86: allow function arguments up to 14 for TRACING
 2023-06-06  2:02 UTC  (4+ messages)
` [PATCH bpf-next v2 2/5] "

kselftest/next kselftest-seccomp: 7 runs, 4 regressions (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  1:40 UTC 

kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  1:40 UTC 

kselftest/next kselftest-lkdtm: 4 runs, 3 regressions (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  1:40 UTC 

kselftest/next kselftest-lib: 6 runs, 4 regressions (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  1:39 UTC 

kselftest/next kselftest-cpufreq: 9 runs, 3 regressions (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  1:39 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 6 warnings (v6.4-rc1-8-gd909ae0a8562)
 2023-06-06  0:41 UTC 

kselftest/next kselftest-seccomp: 6 runs, 3 regressions (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-06  0:02 UTC 

kselftest/next kselftest-lib: 4 runs, 2 regressions (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-06  0:02 UTC 

kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-06  0:02 UTC 

kselftest/next kselftest-lkdtm: 4 runs, 3 regressions (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-06  0:02 UTC 

kselftest/next kselftest-cpufreq: 5 runs, 1 regressions (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-06  0:02 UTC 

kselftest/next build: 4 builds: 0 failed, 4 passed, 3 warnings (v6.4-rc1-9-g4d1deb59f3ff)
 2023-06-05 23:04 UTC 

[PATCH] kselftests: Sort the collections list to avoid duplicate tests
 2023-06-05 19:40 UTC  (2+ messages)

[PATCH] tracing/selftests: Update synthetic event selftest to use common_stacktrace
 2023-06-05 19:32 UTC  (3+ messages)

[PATCH v2 00/11] A minor flurry of selftest/mm fixes
 2023-06-05 19:28 UTC  (22+ messages)
` [PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
` [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
` [PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
` [PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
` [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
` [PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite

[Linux-kernel-mentorship] [PATCH] selftest: pidfd: Omit long and repeating outputs
 2023-06-05 19:26 UTC  (2+ messages)

[PATCH] selftests: allow runners to override the timeout
 2023-06-05 19:01 UTC  (5+ messages)

[PATCH 00/12] A minor flurry of selftest/mm fixes
 2023-06-05 18:45 UTC  (7+ messages)
` [PATCH 04/12] selftests/mm: fix a char* assignment in mlock2-tests.c

[PATCH v3 00/19] selftests/resctrl: Fixes and cleanups
 2023-06-05 18:01 UTC  (20+ messages)
` [PATCH v3 01/19] selftests/resctrl: Add resctrl.h into build deps
` [PATCH v3 02/19] selftests/resctrl: Don't leak buffer in fill_cache()
` [PATCH v3 03/19] selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
` [PATCH v3 04/19] selftests/resctrl: Close perf value read fd on errors
` [PATCH v3 05/19] selftests/resctrl: Unmount resctrl FS before starting the first test
` [PATCH v3 06/19] selftests/resctrl: Move resctrl FS mount/umount to higher level
` [PATCH v3 07/19] selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()
` [PATCH v3 08/19] selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
` [PATCH v3 09/19] selftests/resctrl: Convert span to size_t
` [PATCH v3 10/19] selftests/resctrl: Express span internally in bytes
` [PATCH v3 11/19] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH v3 12/19] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
` [PATCH v3 13/19] selftests/resctrl: Remove unnecessary startptr global from fill_buf
` [PATCH v3 14/19] selftests/resctrl: Improve parameter consistency in fill_buf
` [PATCH v3 15/19] selftests/resctrl: Don't pass test name to fill_buf
` [PATCH v3 16/19] selftests/resctrl: Don't use variable argument list for ->setup()
` [PATCH v3 17/19] selftests/resctrl: Move CAT/CMT test global vars to function they are used in
` [PATCH v3 18/19] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH v3 19/19] selftests/resctrl: Remove test type checks from cat_val()

[PATCH V2 1/4] tracing/user_events: Fix the incorrect trace record for empty arguments events
 2023-06-05 16:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
 2023-06-05 15:59 UTC 

[PATCH v3 11/12] selftests/nolibc: add new gettimeofday test cases
 2023-06-05 11:12 UTC  (2+ messages)

[PATCH net-next 0/8] mlxsw, selftests: Cleanups
 2023-06-05 10:30 UTC  (2+ messages)

[PATCH 1/4] tools/nolibc: unistd.h: add __syscall() and __syscall_ret() helpers
 2023-06-05  9:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).