Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-18 05:29:16 to 2023-07-19 23:39:14 UTC [more...]

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-07-19 23:38 UTC  (6+ messages)
` [RFC PATCH 3/3] selftests: memfd: error out test process when child test fails

[RFC PATCH 00/10] Device Memory TCP
 2023-07-19 23:24 UTC  (14+ messages)

[PATCH v1 0/9] kunit: Add test attributes API
 2023-07-19 22:23 UTC  (10+ messages)
` [PATCH v1 1/9] kunit: Add test attributes API structure
` [PATCH v1 2/9] kunit: Add speed attribute
` [PATCH v1 3/9] kunit: Add module attribute
` [PATCH v1 4/9] kunit: Add ability to filter attributes
` [PATCH v1 5/9] kunit: tool: Add command line interface to filter and report attributes
` [PATCH v1 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [PATCH v1 7/9] kunit: time: Mark test "
` [PATCH v1 8/9] kunit: add tests for filtering attributes
` [PATCH v1 9/9] kunit: Add documentation of KUnit test attributes

[ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023
 2023-07-19 21:34 UTC 

[PATCH v2 0/8] selftests/mm fixes for arm64
 2023-07-19 20:45 UTC  (11+ messages)
` [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
` [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh

[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support
 2023-07-19 20:25 UTC  (14+ messages)
` [PATCH v1 1/8] tools/nolibc: add support for powerpc
` [PATCH v1 2/8] tools/nolibc: add support for powerpc64
` [PATCH v1 3/8] selftests/nolibc: select_null: fix up for big endian powerpc64
` [PATCH v1 4/8] selftests/nolibc: add extra config file customize support
` [PATCH v1 5/8] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v1 6/8] selftests/nolibc: add test support for powerpc
` [PATCH v1 7/8] selftests/nolibc: add test support for powerpc64le
` [PATCH v1 8/8] selftests/nolibc: add test support for powerpc64

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-19 18:40 UTC  (12+ messages)
` [PATCH v4 09/10] eventfs: Move tracing/events to eventfs

[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
 2023-07-19 17:00 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: consider types listed in reg2btf_ids as trusted
` [PATCH v2 bpf-next 2/4] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
` [PATCH v2 bpf-next 3/4] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
` [PATCH v2 bpf-next 4/4] bpf: allow any program to use "

[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
 2023-07-19 14:51 UTC  (14+ messages)

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-19 14:04 UTC  (18+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()

[PATCH v2 0/5] ASoC: Improve coverage in default KUnit runs
 2023-07-19 13:57 UTC  (14+ messages)
` [PATCH v2 1/5] driver core: Provide stubs for !IOMEM builds
` [PATCH v2 2/5] platform: Provide stubs for !HAS_IOMEM builds
` [PATCH v2 3/5] ALSA: Enable build with UML
` [PATCH v2 4/5] kunit: Enable ASoC in all_tests.config

[PATCH 0/2] ASoC: Improve coverage in default KUnit runs
 2023-07-19 13:57 UTC  (2+ messages)

[PATCH net-next v2 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-07-19 13:57 UTC  (5+ messages)
` [PATCH net-next v2 1/4] nexthop: Factor out hash threshold fdb nexthop selection
` [PATCH net-next v2 2/4] nexthop: Factor out neighbor validity check
` [PATCH net-next v2 3/4] nexthop: Do not return invalid nexthop object during multipath selection
` [PATCH net-next v2 4/4] selftests: net: Add test cases for nexthop groups with invalid neighbors

[PATCH net-next 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-07-19 13:54 UTC  (4+ messages)
` [PATCH net-next 1/4] nexthop: Factor out hash threshold fdb nexthop selection

[PATCH v2 00/14] selftests/nolibc: add minimal kernel config support - part1
 2023-07-19 13:32 UTC  (15+ messages)
` [PATCH v2 01/14] selftests/nolibc: allow report with existing test log
` [PATCH v2 02/14] selftests/nolibc: add macros to enhance maintainability
` [PATCH v2 03/14] selftests/nolibc: print running log to screen
` [PATCH v2 04/14] selftests/nolibc: fix up O= option support
` [PATCH v2 05/14] selftests/nolibc: add menuconfig for development
` [PATCH v2 06/14] selftests/nolibc: add mrproper "
` [PATCH v2 07/14] selftests/nolibc: defconfig: remove mrproper target
` [PATCH v2 08/14] selftests/nolibc: string the core targets
` [PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v2 10/14] selftests/nolibc: allow customize CROSS_COMPILE by architecture
` [PATCH v2 11/14] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc
` [PATCH v2 12/14] selftests/nolibc: add tinyconfig target
` [PATCH v2 13/14] selftests/nolibc: tinyconfig: add extra common options
` [PATCH v2 14/14] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc

[PROBLEM] selftests: net/forwarding/bridge_mdb.sh: 'Command "replace" is unknown, try "bridge mdb help"'
 2023-07-19 13:05 UTC  (2+ messages)

[PROBLEM] selftests: net/forwarding/*.sh: 'Command line is not complete. Try option "help"'
 2023-07-19 12:59 UTC  (7+ messages)

[PATCH net-next 00/13] selftests: mptcp: format subtests results in TAP
 2023-07-19 10:20 UTC  (2+ messages)

[PATCH v2 0/3] drivers: base: Add tests showing devm handling inconsistencies
 2023-07-19  9:13 UTC  (9+ messages)
` [PATCH v2 1/3] drivers: base: Add basic devm tests for root devices
` [PATCH v2 2/3] drivers: base: Add basic devm tests for platform devices
` [PATCH v2 3/3] drivers: base: Free devm resources when unregistering a device

[RFC v2 0/9] kunit: Add test attributes API
 2023-07-19  8:31 UTC  (22+ messages)
` [RFC v2 1/9] kunit: Add test attributes API structure
` [RFC v2 2/9] kunit: Add speed attribute
` [RFC v2 3/9] kunit: Add module attribute
` [RFC v2 4/9] kunit: Add ability to filter attributes
` [RFC v2 5/9] kunit: tool: Add command line interface to filter and report attributes
` [RFC v2 7/9] kunit: time: Mark test as slow using test attributes
` [RFC v2 9/9] kunit: Add documentation of KUnit "

[PATCH v3] selftests/input: add tests for the EVIOCSCLOCKID ioctl
 2023-07-19  8:30 UTC 

[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
 2023-07-19  7:10 UTC  (6+ messages)
  ` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map

[PATCH v4 0/4] kernel.h: Split out a couple of macros to args.h
 2023-07-19  6:15 UTC  (6+ messages)
` [PATCH v4 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() "
` [PATCH v4 2/4] x86/asm: Replace custom COUNT_ARGS() & CONCATENATE() implementations
` [PATCH v4 3/4] arm64: smccc: "
` [PATCH v4 4/4] genetlink: Replace custom CONCATENATE() implementation

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-19  3:26 UTC  (10+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters

[PATCH v4] selftests/net: replace manual array size calc with ARRAYSIZE macro
 2023-07-19  0:50 UTC  (2+ messages)

[PATCH net 0/3] selftests: tc: increase timeout and add missing kconfig
 2023-07-19  0:00 UTC  (3+ messages)

[PATCH RFC 0/7] selftests/nolibc: KTAP output
 2023-07-18 22:00 UTC  (8+ messages)
` [PATCH RFC 1/7] selftests/nolibc: statically calculate number of testsuites
` [PATCH RFC 2/7] selftests/nolibc: use unsigned indices for testcases
` [PATCH RFC 3/7] selftests/nolibc: replace repetitive test structure with macro
` [PATCH RFC 4/7] selftests/nolibc: count subtests
` [PATCH RFC 5/7] kselftest: support KTAP format
` [PATCH RFC 6/7] kselftest: support skipping tests with testname
` [PATCH RFC 7/7] selftests/nolibc: proof of concept for TAP output

[PATCH v2 0/7] KUnit integration for Rust doctests
 2023-07-18 18:00 UTC  (11+ messages)
` [PATCH v2 1/7] kunit: test-bug.h: include `stddef.h` for `NULL`
` [PATCH v2 5/7] rust: types: make doctests compilable/testable
` [PATCH v2 6/7] rust: support running Rust documentation tests as KUnit ones
` [PATCH v2 7/7] MAINTAINERS: add Rust KUnit files to the KUnit entry

nolibc: KTAP output and test reports
 2023-07-18 17:14 UTC  (3+ messages)

[PATCH v1 00/22] selftests/nolibc: add minimal kernel config support
 2023-07-18 17:01 UTC  (5+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.5-rc3
 2023-07-18 16:40 UTC  (2+ messages)

[PATCH v25 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-18 16:27 UTC  (7+ messages)
` [PATCH v25 2/5] fs/proc/task_mmu: "

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-18 16:14 UTC  (2+ messages)

[PATCH] selftests: Fix arm64 test installation
 2023-07-18 14:57 UTC  (13+ messages)

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-07-18 12:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH v4 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-18 10:10 UTC  (9+ messages)
` [PATCH v4 10/19] selftests/resctrl: Express span internally in bytes

[PATCH v5 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-18  6:47 UTC  (2+ messages)

[PATCH] selftests/filesystems: Add six consecutive 'x' characters to mktemp
 2023-07-18  6:31 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