public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-31 14:05:44 to 2024-02-02 20:14:43 UTC [more...]

[PATCH v8 0/4] Introduce mseal
 2024-02-02 20:14 UTC  (41+ messages)
` [PATCH v8 1/4] mseal: Wire up mseal syscall
` [PATCH v8 2/4] mseal: add "
` [PATCH v8 3/4] selftest mm/mseal memory sealing
` [PATCH v8 4/4] mseal:add documentation

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

[PATCH v3] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-02-02 17:46 UTC  (2+ messages)

[PATCH v2 net 0/4] selftests: net: more fixes
 2024-02-02 17:38 UTC  (7+ messages)
` [PATCH v2 net 1/4] selftests: net: cut more slack for gro fwd tests
` [PATCH v2 net 2/4] selftests: net: fix setup_ns usage in rtnetlink.sh
` [PATCH v2 net 3/4] selftests: net: fix tcp listener handling in pmtu.sh
` [PATCH v2 net 4/4] selftests: net: avoid just another constant wait

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-02 17:37 UTC  (4+ messages)

[PATCH v3 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-02 17:10 UTC  (7+ messages)
` [PATCH v3 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH net] selftests: net: let big_tcp test cope with slow env
 2024-02-02 16:31 UTC  (4+ messages)

[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
 2024-02-02 16:30 UTC  (5+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()

[PATCH net-next v2] net: ctnetlink: support filtering by zone
 2024-02-02 12:22 UTC  (4+ messages)

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

[PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT
 2024-02-02 10:20 UTC  (3+ messages)

[PATCH] selftests/bpf: Use ARRAY_SIZE for array length
 2024-02-02  9:06 UTC 

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-02  8:34 UTC  (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH net-next] selftests: netdevsim: stop using ifconfig
 2024-02-02  8:03 UTC  (2+ messages)

[PATCH v7 0/4] KVM: selftests: Add LoongArch support
 2024-02-02  4:10 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v7 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v7 3/4] KVM: selftests: Add ucall test "
` [PATCH v7 4/4] KVM: selftests: Add test cases "

[PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests
 2024-02-02  3:13 UTC  (9+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-02-02  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available

[PATCH] selftests/net: Amend per-netns counter checks
 2024-02-02  2:24 UTC 

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-02-01 17:32 UTC  (4+ messages)

[PATCH net 0/9] mptcp: fixes for recent issues reported by CI's
 2024-02-01 17:20 UTC  (11+ messages)
` [PATCH net 1/9] mptcp: fix data re-injection from stale subflow
` [PATCH net 2/9] selftests: mptcp: add missing kconfig for NF Filter
` [PATCH net 3/9] selftests: mptcp: add missing kconfig for NF Filter in v6
` [PATCH net 4/9] selftests: mptcp: add missing kconfig for NF Mangle
` [PATCH net 5/9] selftests: mptcp: increase timeout to 30 min
` [PATCH net 6/9] selftests: mptcp: decrease BW in simult flows
` [PATCH net 7/9] selftests: mptcp: allow changing subtests prefix
` [PATCH net 8/9] selftests: mptcp: join: stop transfer when check is done (part 1)
` [PATCH net 9/9] selftests: mptcp: join: stop transfer when check is done (part 2)

[PATCH net 0/3] selftests: net: more fixes
 2024-02-01 16:47 UTC  (5+ messages)
` [PATCH net 1/3] selftests: net: cut more slack for gro fwd tests
` [PATCH net 2/3] selftests: net: fix setup_ns usage in rtnetlink.sh
` [PATCH net 3/3] selftests: net: enable some more knobs

[PATCH net 0/5] selftests: net: More small fixes
 2024-02-01 16:40 UTC  (9+ 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 net] selftests: net: add missing config for NF_TARGET_TTL
 2024-02-01 16:40 UTC  (2+ messages)

[PATCH net-next] selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOW
 2024-02-01 16:21 UTC 

[PATCH v2 1/2] selftests/mm: on-fault-limit: run test without root privileges otherwise skip
 2024-02-01 13:05 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/mm: run_vmtests: Use correct flag in the code

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-02-01 12:45 UTC  (8+ messages)
` [PATCH v3 2/5] selftests/mm: run_vmtests: remove sudo and conform to tap
` [PATCH v3 5/5] selftests/mm: run_vmtests.sh: add missing tests

[PATCH] selftests/mm: on-fault-limit: run test without root privileges otherwise skip
 2024-02-01 12:32 UTC  (2+ messages)

[PATCH net-next] selftests: net: Fix bridge backup port test flakiness
 2024-02-01 12:31 UTC  (4+ messages)

[PATCH] selftests: ftrace: fix typo in test report
 2024-02-01  9:40 UTC  (2+ messages)

[PATCH v2 0/3] fix and extend zswap kselftests
 2024-02-01  9:08 UTC  (5+ messages)
` [PATCH v2 1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry
` [PATCH v2 2/3] selftests: fix the zswap invasive shrink test
` [PATCH v2 3/3] selftests: add zswapin and no zswap tests

[PATCH] kunit: device: Unregister the kunit_bus on shutdown
 2024-02-01  6:04 UTC 

[PATCH net 0/3] selftests: net: a few pmtu.sh fixes
 2024-02-01  5:20 UTC  (2+ messages)

Regression on drm-tip
 2024-02-01  5:13 UTC  (2+ messages)

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2024-01-31 23:20 UTC  (7+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation

[PATCH] selftests: Add test to verify power supply properties
 2024-01-31 22:50 UTC  (2+ messages)

[KTAP V2 PATCH v2] ktap_v2: add test metadata
 2024-01-31 22:22 UTC  (2+ messages)

[PATCH 0/4] selftests: ktap_helpers: Add some missing helpers
 2024-01-31 22:02 UTC  (5+ messages)
` [PATCH 1/4] selftests: ktap_helpers: Add helper to print diagnostic messages
` [PATCH 2/4] selftests: ktap_helpers: Add helper to pass/fail test based on exit code
` [PATCH 3/4] selftests: ktap_helpers: Add a helper to abort the test
` [PATCH 4/4] selftests: ktap_helpers: Add a helper to finish "

[PATCH net-next] selftests: net: add missing config for GENEVE
 2024-01-31 21:36 UTC  (3+ messages)

[PATCH net-next] selftests/net: calibrate txtimestamp
 2024-01-31 21:20 UTC  (9+ messages)

[PATCH v7 0/4] Introduce mseal()
 2024-01-31 20:51 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-31 20:20 UTC  (2+ messages)

[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
 2024-01-31 20:09 UTC  (4+ messages)

[PATCH v2 1/1] userfaultfd: handle zeropage moves by UFFDIO_MOVE
 2024-01-31 17:56 UTC 

[PATCH] selftests: ftrace: fix typo in test description
 2024-01-31 15:13 UTC  (2+ messages)

[PATCH] selftest/ftrace: fix typo in ftracetest script
 2024-01-31 14:52 UTC  (2+ messages)

[PATCH 01/12] selftests/mm: map_fixed_noreplace: conform test to TAP format output
 2024-01-31 14:05 UTC  (2+ messages)
` [PATCH 12/12] selftests/mm: virtual_address_range: conform "


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