linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-18 19:02:40 to 2023-07-20 16:37:48 UTC [more...]

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-20 16:30 UTC  (18+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 07/20] tracing/filters: Optimise CPU "
` [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison
` [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG]
 2023-07-20 16:25 UTC  (4+ messages)

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-20 15:30 UTC  (9+ messages)
` [PATCH bpf-next v6 1/8] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign
` [PATCH bpf-next v6 3/8] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v6 4/8] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v6 5/8] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v6 6/8] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH RFC 0/7] selftests/nolibc: KTAP output
 2023-07-20 15:29 UTC  (9+ 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 net-next v2 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-07-20 15:18 UTC  (6+ 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 v2 00/11] drm: kunit: Switch to kunit actions
 2023-07-20 14:37 UTC  (13+ messages)
` [PATCH v2 01/11] drm/tests: helpers: "
` [PATCH v2 02/11] drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
` [PATCH v2 03/11] drm/tests: modes: "
` [PATCH v2 04/11] drm/tests: probe-helper: "
` [PATCH v2 05/11] drm/tests: helpers: Create a helper to allocate a locking ctx
` [PATCH v2 06/11] drm/tests: helpers: Create a helper to allocate an atomic state
` [PATCH v2 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
` [PATCH v2 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device
` [PATCH v2 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init
` [PATCH v2 10/11] drm/vc4: tests: Switch to atomic state allocation helper
` [PATCH v2 11/11] drm/vc4: tests: pv-muxing: Document test scenario

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

[PATCH 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
 2023-07-20 12:27 UTC  (4+ messages)
` [PATCH 1/3] arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes

[PATCH v2 0/3] drivers: base: Add tests showing devm handling inconsistencies
 2023-07-20 11:57 UTC  (11+ 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

[PATCH v5 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-20 11:47 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: selftests: Add x86 properties for Intel PMU in processor.h
` [PATCH v5 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v5 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v5 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v5 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v5 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters

[PATCH v2] kselftest/arm64: Exit streaming mode after collecting signal context
 2023-07-20 11:35 UTC  (3+ messages)

[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying"
 2023-07-20 10:48 UTC 

[PATCH v2 0/7] KUnit integration for Rust doctests
 2023-07-20  9:59 UTC  (6+ messages)
` [PATCH v2 6/7] rust: support running Rust documentation tests as KUnit ones

[PATCH] rust: doctests: Use tabs for indentation in generated C code
 2023-07-20  9:55 UTC  (2+ messages)

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-20  8:16 UTC  (9+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v2 0/8] selftests/mm fixes for arm64
 2023-07-20  8:14 UTC  (5+ messages)
` [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-07-20  6:38 UTC  (4+ messages)
` [PATCH 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH 3/3] rust: kunit: allow to know if we are in a test

[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support
 2023-07-20  6:11 UTC  (15+ 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

[PROBLEM] selftests: net/forwarding/bridge_mdb.sh: 'Command "replace" is unknown, try "bridge mdb help"'
 2023-07-20  5:03 UTC  (3+ messages)

[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  (13+ 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 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  (11+ messages)
` [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 v2 0/5] ASoC: Improve coverage in default KUnit runs
 2023-07-19 13:57 UTC  (2+ messages)

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

[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/*.sh: 'Command line is not complete. Try option "help"'
 2023-07-19 12:59 UTC  (5+ messages)

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

[RFC v2 0/9] kunit: Add test attributes API
 2023-07-19  8:31 UTC  (15+ messages)
` [RFC v2 1/9] kunit: Add test attributes API structure
` [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 9/9] kunit: Add documentation of KUnit test attributes

[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  (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 NNTP newsgroup(s).