Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-01-26 23:22:06 to 2024-01-31 14:19:15 UTC [more...]

[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
 2024-01-31 14:18 UTC 

[PATCH net 0/5] selftests: net: More small fixes
 2024-01-31 14:08 UTC  (6+ messages)
` [PATCH net 1/5] selftests: team: Add missing config options
` [PATCH net 2/5] selftests: bonding: Check initial state
` [PATCH net 3/5] selftests: net: Remove executable bits from library scripts
` [PATCH net 4/5] selftests: net: List helper scripts in TEST_FILES Makefile variable
` [PATCH net 5/5] selftests: forwarding: "

[PATCH 01/12] selftests/mm: map_fixed_noreplace: conform test to TAP format output
 2024-01-31 14:05 UTC  (12+ messages)
` [PATCH 02/12] selftests/mm: map_hugetlb: "
` [PATCH 03/12] selftests/mm: map_populate: "
` [PATCH 04/12] selftests/mm: mlock-random-test: "
` [PATCH 05/12] selftests/mm: mlock2-tests: "
` [PATCH 06/12] selftests/mm: mrelease_test: "
` [PATCH 07/12] selftests/mm: mremap_dontunmap: "
` [PATCH 08/12] selftests/mm: split_huge_page_test: "
` [PATCH 09/12] selftests/mm: thp_settings: conform "
` [PATCH 10/12] selftests/mm: thuge-gen: "
` [PATCH 11/12] selftests/mm: transhuge-stress: "
` [PATCH 12/12] selftests/mm: virtual_address_range: "

[PATCH V14 0/7] amd-pstate preferred core
 2024-01-31 13:58 UTC  (4+ messages)

[RFC PATCH 0/3] MAINTAINERS: Introduce V: field for required tests
 2024-01-31 13:55 UTC  (5+ messages)
` [RFC PATCH v2 00/10] MAINTAINERS: Introduce V: entry for tests
  ` [RFC PATCH v2 01/10] get_maintainer: Survive querying missing files

[PATCH] selftests: ftrace: fix typo in test description
 2024-01-31 13:33 UTC 

[PATCH] papr_vpd.c: calling devfd before get_system_loc_code
 2024-01-31 13:08 UTC 

[PATCH v3 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-01-31 12:55 UTC  (17+ messages)
` [PATCH v3 2/5] selftests/resctrl: Add helpers for the non-contiguous test
` [PATCH v3 3/5] selftests/resctrl: Split validate_resctrl_feature_request()
` [PATCH v3 4/5] selftests/resctrl: Add resource_info_file_exists()
` [PATCH v3 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH net-next] selftests/net: calibrate fq_band_pktlimit
 2024-01-31 11:20 UTC  (3+ messages)

[PATCH net-next v2 0/6] selftests: Add TEST_INCLUDES directive and adjust tests to use it
 2024-01-31 11:00 UTC  (6+ messages)
` [PATCH net-next v2 2/6] selftests: bonding: Add net/forwarding/lib.sh to TEST_INCLUDES
` [PATCH net-next v2 5/6] selftests: forwarding: Redefine relative_path variable
` [PATCH net-next v2 6/6] selftests: forwarding: Remove duplicated lib.sh content

Regression on drm-tip
 2024-01-31 10:35 UTC 

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-31  9:47 UTC  (4+ messages)
` [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[RFC PATCH v2 00/29] NT synchronization primitive driver
 2024-01-31  8:52 UTC  (31+ messages)
` [RFC PATCH v2 01/29] ntsync: Introduce the ntsync driver and character device
` [RFC PATCH v2 02/29] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [RFC PATCH v2 03/29] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [RFC PATCH v2 04/29] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [RFC PATCH v2 05/29] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [RFC PATCH v2 06/29] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [RFC PATCH v2 07/29] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [RFC PATCH v2 08/29] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [RFC PATCH v2 09/29] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [RFC PATCH v2 10/29] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [RFC PATCH v2 11/29] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [RFC PATCH v2 12/29] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [RFC PATCH v2 13/29] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [RFC PATCH v2 14/29] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [RFC PATCH v2 15/29] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [RFC PATCH v2 16/29] ntsync: Introduce alertable waits
` [RFC PATCH v2 17/29] selftests: ntsync: Add some tests for semaphore state
` [RFC PATCH v2 18/29] selftests: ntsync: Add some tests for mutex state
` [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [RFC PATCH v2 20/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [RFC PATCH v2 21/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [RFC PATCH v2 22/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [RFC PATCH v2 23/29] selftests: ntsync: Add some tests for manual-reset event state
` [RFC PATCH v2 24/29] selftests: ntsync: Add some tests for auto-reset "
` [RFC PATCH v2 25/29] selftests: ntsync: Add some tests for wakeup signaling with events
` [RFC PATCH v2 26/29] selftests: ntsync: Add tests for alertable waits
` [RFC PATCH v2 27/29] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [RFC PATCH v2 28/29] maintainers: Add an entry for ntsync
` [RFC PATCH v2 29/29] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT
 2024-01-31  4:08 UTC 

[PATCH v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-01-31  3:11 UTC  (3+ messages)

[PATCH net-next] selftests: net: Add missing matchall classifier
 2024-01-31  1:59 UTC  (3+ messages)

[PATCH net-next] selftests/net: calibrate txtimestamp
 2024-01-31  1:47 UTC  (3+ messages)

[PATCH net] selftests: net: add missing config for big tcp tests
 2024-01-31  1:18 UTC  (7+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-01-31  1:07 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
` [PATCH v3 2/3] selftests: riscv: Generalize mm selftests
` [PATCH v3 3/3] docs: riscv: Define behavior of mmap

[GIT PULL] Kselftest fixes update for Linux 6.8-rc3
 2024-01-30 23:26 UTC  (2+ messages)

[GIT PULL] KUnit fixes update for Linux 6.8-rc3
 2024-01-30 23:26 UTC  (2+ messages)

[PATCH 0/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 22:12 UTC  (15+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests: riscv: Generalize mm selftests
` [PATCH 3/3] docs: riscv: Define behavior of mmap

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 21:51 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: riscv: Generalize mm selftests
` [PATCH v2 3/3] docs: riscv: Define behavior of mmap

kselftest/fixes kselftest-seccomp: 3 runs, 1 regressions (v6.8-rc1-4-gb54761f6e9773)
 2024-01-30 19:58 UTC 

kselftest/fixes kselftest-lkdtm: 2 runs, 1 regressions (v6.8-rc1-4-gb54761f6e9773)
 2024-01-30 19:58 UTC 

kselftest/fixes kselftest-lib: 4 runs, 2 regressions (v6.8-rc1-4-gb54761f6e9773)
 2024-01-30 19:58 UTC 

kselftest/fixes kselftest-cpufreq: 4 runs, 2 regressions (v6.8-rc1-4-gb54761f6e9773)
 2024-01-30 19:58 UTC 

[PATCH net 0/3] selftests: net: a few pmtu.sh fixes
 2024-01-30 19:40 UTC  (8+ messages)
` [PATCH net 1/3] selftests: net: add missing config for pmtu.sh tests
` [PATCH net 2/3] selftests: net: fix available tunnels detection
` [PATCH net 3/3] selftests: net: don't access /dev/stdout in pmtu.sh

kselftest/fixes build: 5 builds: 2 failed, 3 passed, 2 errors, 5 warnings (v6.8-rc1-4-gb54761f6e9773)
 2024-01-30 19:00 UTC 

[PATCH 0/3] fix and extend zswap kselftests
 2024-01-30 18:55 UTC  (11+ messages)
` [PATCH 1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry
` [PATCH 2/3] selftests: fix the zswap invasive shrink test
` [PATCH 3/3] selftests: add test for zswapin

[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
 2024-01-30 13:30 UTC  (9+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v2 2/7] um: "
` [PATCH v2 3/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v2 4/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v2 5/7] of: Create of_root if no dtb provided by firmware
` [PATCH v2 6/7] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH v2 7/7] of: Add KUnit test to confirm DTB is loaded

[PATCH net-next] selftests: net: add missing config for GENEVE
 2024-01-30 10:12 UTC 

[PATCH bpf-next v4 0/3] Fix make install target for BPF selftests
 2024-01-30  6:24 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Remove incorrect object path
` [PATCH bpf-next v4 2/3] selftests/bpf: Make install target copy test_progs extra files
` [PATCH bpf-next v4 3/3] selftests/bpf: Make install target copy bpftool

[PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests
 2024-01-30  3:51 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/net: Argument value mismatch when calling verify_counters()
` [PATCH v2 2/3] selftests/net: Rectify key counters checks
` [PATCH v2 3/3] selftests/net: Repair RST passive reset selftest

[PATCH net] selftests: net: add missing config for nftables-backed iptables
 2024-01-30  2:40 UTC  (2+ messages)

[PATCH 0/9] mm/damon: make DAMON debugfs interface deprecation unignorable
 2024-01-30  1:35 UTC  (2+ messages)
` [PATCH 6/9] selftets/damon: prepare for monitor_on file renaming

[PATCH v2] kselftest: dt: Stop relying on dirname to improve performance
 2024-01-29 23:00 UTC  (3+ messages)

[PATCH v7 0/4] Introduce mseal()
 2024-01-29 22:36 UTC  (2+ messages)

[PATCH] selftests/mm: run_vmtests.sh: add hugetlb test category
 2024-01-29 21:12 UTC  (3+ messages)

[PATCH 1/1] KVM: selftests: add kvmclock drift test
 2024-01-29 18:42 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 04/10] tools: selftests: riscv: Fix compile warnings in vector tests
 2024-01-29 18:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 05/10] tools: selftests: riscv: Fix compile warnings in mm tests

[PATCH AUTOSEL 6.7 04/12] tools: selftests: riscv: Fix compile warnings in hwprobe
 2024-01-29 18:34 UTC  (4+ messages)
` [PATCH AUTOSEL 6.7 05/12] tools: selftests: riscv: Fix compile warnings in cbo
` [PATCH AUTOSEL 6.7 06/12] tools: selftests: riscv: Fix compile warnings in vector tests
` [PATCH AUTOSEL 6.7 07/12] tools: selftests: riscv: Fix compile warnings in mm tests

[PATCH] selftest/ftrace: fix typo in ftracetest script
 2024-01-29 16:28 UTC 

[PATCH bpf-next v2] selftests/bpf: Drop return in bpf_testmod_exit
 2024-01-29 15:50 UTC  (2+ messages)

[PATCH v13 6/6] ring-buffer/selftest: Add ring-buffer mapping test
 2024-01-29 14:28 UTC 

[PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch
 2024-01-29  8:27 UTC  (3+ messages)

[PATCH v6 0/4] VM: selftests: Add LoongArch support
 2024-01-29  2:41 UTC  (6+ messages)
` [PATCH v6 4/4] KVM: selftests: Add test cases for LoongArch

[PATCH AUTOSEL 5.15 06/19] selftests/sgx: Fix linker script asserts
 2024-01-28 16:15 UTC 

[PATCH AUTOSEL 6.1 07/27] selftests/sgx: Fix linker script asserts
 2024-01-28 16:13 UTC 

[PATCH AUTOSEL 6.6 08/31] selftests/sgx: Fix linker script asserts
 2024-01-28 16:12 UTC 

[PATCH AUTOSEL 6.7 08/39] selftests/sgx: Fix linker script asserts
 2024-01-28 16:10 UTC 

[PATCH bpf-next v3 1/2] selftests/bpf: Remove incorrect object path
 2024-01-28 12:20 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Make install target copy test_progs extra files

[PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier
 2024-01-27 17:52 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Track spilled unbounded scalars
` [PATCH bpf-next v3 2/6] selftests/bpf: Test tracking "
` [PATCH bpf-next v3 3/6] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next v3 4/6] selftests/bpf: Add test cases for "
` [PATCH bpf-next v3 5/6] bpf: handle scalar spill vs all MISC in stacksafe()
` [PATCH bpf-next v3 6/6] selftests/bpf: states pruning checks for scalar vs STACK_MISC

[bpf-next] selftests/bpf: Drop return in bpf_testmod_exit
 2024-01-27 14:41 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
 2024-01-27  9:03 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox