Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-02-17 12:37:44 to 2025-02-19 14:53:04 UTC [more...]

[PATCH bpf-next v2 0/4] selftests/bpf: tc_links/tc_opts: Unserialize tests
 2025-02-19 14:53 UTC  (2+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: ns_current_pid_tgid: Rename the test function

[PATCH bpf-next v2 0/6] XDP metadata support for tun driver
 2025-02-19 14:47 UTC  (13+ messages)
` [PATCH bpf-next v2 1/6] net: tun: enable XDP metadata support
` [PATCH bpf-next v2 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v2 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v2 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v2 5/6] selftests/bpf: add test for XDP metadata support in tun driver
` [PATCH bpf-next v2 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper

[PATCH net] xfrm_output: Force software GSO only in tunnel mode
 2025-02-19 14:28 UTC  (2+ messages)

[PATCH] selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
 2025-02-19 14:26 UTC  (3+ messages)

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-19 13:37 UTC  (2+ messages)

[PATCH net-next v10 00/13] net: Improve netns handling in rtnetlink
 2025-02-19 12:50 UTC  (14+ messages)
` [PATCH net-next v10 01/13] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v10 03/13] net: Use link/peer netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 04/13] ieee802154: 6lowpan: Validate link "
` [PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
` [PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
` [PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 09/13] net: xfrm: "
` [PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v10 12/13] selftests: net: Add python context manager for netns entering
` [PATCH net-next v10 13/13] selftests: net: Add test cases for link and peer netns

[RFC PATCH 0/2] Add NV Selftest cases
 2025-02-19 12:47 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test

[PATCH v7 2/2] selftests/rseq: Add test for mm_cid compaction
 2025-02-19 11:31 UTC 

[PATCH v5 3/3] rseq/selftests: Add test for mm_cid compaction
 2025-02-19 10:28 UTC  (5+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-19  9:17 UTC  (34+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions
` [PATCH 3/4] tools/selftests: expand all guard region tests to file-backed
` [PATCH 4/4] tools/selftests: add file/shmem-backed mapping guard region tests

[PATCH net-next v6 0/7] Some pktgen fixes/improvments (part I)
 2025-02-19  8:45 UTC  (8+ messages)
` [PATCH net-next v6 1/7] net: pktgen: replace ENOTSUPP with EOPNOTSUPP
` [PATCH net-next v6 2/7] net: pktgen: enable 'param=value' parsing
` [PATCH net-next v6 3/7] net: pktgen: fix hex32_arg parsing for short reads
` [PATCH net-next v6 4/7] net: pktgen: fix 'rate 0' error handling (return -EINVAL)
` [PATCH net-next v6 5/7] net: pktgen: fix 'ratep "
` [PATCH net-next v6 6/7] net: pktgen: fix ctrl interface command parsing
` [PATCH net-next v6 7/7] net: pktgen: fix access outside of user given buffer in pktgen_thread_write()

[PATCH net-next v5 0/8] Some pktgen fixes/improvments (part I)
 2025-02-19  8:30 UTC  (8+ messages)
` [PATCH net-next v5 8/8] net: pktgen: use defines for the various dec/hex number parsing digits lengths

[PATCH bpf-next 0/3] selftests/bpf: tc_links/tc_opts: Unserialize tests
 2025-02-19  7:44 UTC  (5+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: tc_links/tc_opts: Serialize tests

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-19  6:58 UTC  (41+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH] selftests: sched: add sched as a default selftest target
 2025-02-19  6:46 UTC 

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-02-19  5:20 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: fix ktls panic with sockmap
` [PATCH bpf-next v2 2/2] selftests/bpf: add ktls selftest

[PATCH v2 Linux-6.12.y Linux-6.13.y 1/1] selftests/mm: build with -O2
 2025-02-19  5:09 UTC  (7+ messages)
  ` [External] : "

[PATCH] selftests: firmware: Improve readability in fallback mechanism message
 2025-02-19  4:35 UTC 

[PATCH] Fix SC2181 warning
 2025-02-19  4:06 UTC 

[PATCH] selftests:sysctl:Fix minor grammers in sysctl test
 2025-02-19  3:04 UTC 

[PATCH] selftests: net : Fix few spelling mistakes
 2025-02-19  2:20 UTC  (3+ messages)

[PATCH v3 bpf 0/2] bpf: skip non exist keys in generic_map_lookup_batch
 2025-02-19  1:40 UTC  (2+ messages)

[PATCH v6 0/9] Basic SEV-SNP Selftests
 2025-02-19  0:54 UTC  (5+ messages)
` [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-19  0:39 UTC  (11+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH] selftests: pid_namespace and pidfd missing include
 2025-02-19  0:26 UTC  (3+ messages)

[PATCH v8 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-18 23:50 UTC  (9+ messages)
` [PATCH v8 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v8 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v8 3/8] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v8 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
` [PATCH v8 5/8] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v8 6/8] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v8 7/8] mm/truncate: use buddy allocator like folio split for truncate operation
` [PATCH v8 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split

[PATCH bpf-next v5 0/6] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-18 23:10 UTC  (2+ messages)

[PATCH v4 00/27] KVM: arm64: Implement support for SME in non-protected guests
 2025-02-18 22:54 UTC  (5+ messages)

[PATCH AUTOSEL 6.12 01/31] sched_ext: selftests/dsp_local_on: Fix sporadic failures
 2025-02-18 20:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 09/31] selftests/cgroup: use bash in test_cpuset_v1_hp.sh

[PATCH AUTOSEL 6.13 01/31] sched_ext: selftests/dsp_local_on: Fix sporadic failures
 2025-02-18 20:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 09/31] selftests/cgroup: use bash in test_cpuset_v1_hp.sh

[PATCH 0/2] tools: Unify top-level quiet infrastructure
 2025-02-18 19:11 UTC  (11+ messages)

[PATCH] selftests/net: deflake GRO tests and fix return value and output
 2025-02-18 16:45 UTC 

[PATCH v7 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-18 16:12 UTC  (13+ messages)
` [PATCH v7 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v7 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()

[PATCH v6 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-02-18 14:51 UTC  (12+ messages)
` [PATCH v6 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v6 3/3] rust: kunit: allow to know if we are in a test

[PATCH net 0/4] sockmap, vsock: For connectible sockets allow only connected
 2025-02-18 11:10 UTC  (13+ messages)
` [PATCH net 1/4] "
` [PATCH net 2/4] vsock/bpf: Warn on socket without transport
` [PATCH net 3/4] selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnected
` [PATCH net 4/4] selftest/bpf: Add vsock test for "

[PATCH] selftest: rtc: skip some tests if the alarm only supports minutes
 2025-02-18 10:15 UTC 

[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2025-02-18  9:56 UTC  (3+ messages)

[PATCH 00/12] kunit: Introduce UAPI testing framework
 2025-02-18  8:57 UTC  (3+ messages)

[PATCH] kunit: Clarify kunit_skip() argument name
 2025-02-18  7:41 UTC  (2+ messages)

[PATCH] kunit: tool: Build GDB scripts
 2025-02-18  7:29 UTC  (2+ messages)

[PATCH] tools/nolibc: add support for N64 and N32 ABIs
 2025-02-18  4:52 UTC  (7+ messages)

[PATCH net-next v3] selftests: net: add support for testing SO_RCVMARK and SO_RCVPRIORITY
 2025-02-18  1:20 UTC  (2+ messages)

[PATCH net-next v8 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-18  1:20 UTC  (2+ messages)

[PATCH v2] selftests/vDSO: fix GNU hash table entry size for s390x
 2025-02-17 23:52 UTC  (2+ messages)

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-17 23:26 UTC  (8+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[PATCH 0/2] selftests/mm: Allow execution on systems without huge pages
 2025-02-17 21:35 UTC  (5+ messages)
` [PATCH 1/2] selftests/mm: Fix check for running THP tests
` [PATCH 2/2] selftests/mm: Allow tests to run with no huge pages support

[PATCH] selftests/nolibc: only run constructor tests on nolibc
 2025-02-17 21:24 UTC  (3+ messages)

[PATCH v8] Kunit to check the longest symbol length
 2025-02-17 20:29 UTC  (3+ messages)

[PATCH 2/2] rseq/selftests: Add test for mm_cid compaction
 2025-02-17 19:59 UTC  (2+ messages)

[RFC v2 0/5] mm: introduce THP deferred setting
 2025-02-17 19:40 UTC  (12+ messages)
` [RFC v2 1/5] mm: defer THP insertion to khugepaged
` [RFC v2 2/5] mm: document transparent_hugepage=defer usage
` [RFC v2 5/5] mm: document mTHP defer setting

[PATCH] selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced
 2025-02-17 18:23 UTC 

[PATCH 0/2] selftests/ftrace: Fix ftracetest test cases
 2025-02-17 17:59 UTC  (4+ messages)
` [PATCH 2/2] selftests/ftrace: Make uprobe test more robust against binary name

[PATCH v8 3/4] scanf: convert self-test to KUnit
 2025-02-17 14:29 UTC  (4+ messages)

[PATCH] selftets: lib: remove reference to prime_numbers
 2025-02-17 13:30 UTC 


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