Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-04-24 23:42:37 to 2025-04-28 20:14:31 UTC [more...]

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-28 20:14 UTC  (53+ messages)
` [PATCH v2 01/22] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v2 02/22] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v2 03/22] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v2 04/22] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v2 05/22] iommufd: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v2 06/22] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v2 07/22] iommufd/selftest: Add covearge for viommu data
` [PATCH v2 08/22] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v2 09/22] iommufd/viommu: Introduce IOMMUFD_OBJ_VCMDQ and its related struct
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 11/22] iommufd: Add for-driver helpers iommufd_vcmdq_depend/undepend()
` [PATCH v2 12/22] iommufd/selftest: Add coverage for IOMMUFD_CMD_VCMDQ_ALLOC
` [PATCH v2 13/22] iommufd: Add mmap interface
` [PATCH v2 14/22] iommufd/selftest: Add coverage for the new "
` [PATCH v2 15/22] Documentation: userspace-api: iommufd: Update vCMDQ
` [PATCH v2 16/22] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v2 17/22] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v2 18/22] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v2 19/22] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v2 20/22] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v2 22/22] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH] selftests/bpf: Fix kmem_cache iterator draining
 2025-04-28 20:06 UTC  (3+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-04-28 19:02 UTC  (14+ messages)
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[PATCH v5 0/4] mm: introduce THP deferred setting
 2025-04-28 18:29 UTC  (5+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
` [PATCH v5 4/4] selftests: mm: add defer to thp setting parser

[PATCH 1/2] selftests/mm: Fix build break when compiling pkey_util.c
 2025-04-28 17:13 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: Fix a build failure on powerpc

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-28 16:52 UTC  (16+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
` [PATCH RFC bpf-next 3/4] bpf/selftests: add tests to validate proper arguments alignment on ARM64

[PATCH bpf-next v3 0/2] bpf: Allow XDP_REDIRECT for XDP dev-bound programs
 2025-04-28 15:44 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
` [PATCH bpf-next v3 2/2] selftests/bpf: xdp_metadata: check XDP_REDIRCT support for dev-bound progs

[PATCH v2 00/15] tools/nolibc: various new functions
 2025-04-28 12:40 UTC  (16+ messages)
` [PATCH v2 01/15] tools/nolibc: add strstr()
` [PATCH v2 02/15] tools/nolibc: add %m printf format
` [PATCH v2 03/15] tools/nolibc: add more stat() variants
` [PATCH v2 04/15] tools/nolibc: add mremap()
` [PATCH v2 05/15] tools/nolibc: add getrandom()
` [PATCH v2 06/15] tools/nolibc: add abs() and friends
` [PATCH v2 07/15] tools/nolibc: add support for access() and faccessat()
` [PATCH v2 08/15] tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
` [PATCH v2 09/15] tools/nolibc: add timer functions
` [PATCH v2 10/15] tools/nolibc: add timerfd functionality
` [PATCH v2 11/15] tools/nolibc: add difftime()
` [PATCH v2 12/15] tools/nolibc: add namespace functionality
` [PATCH v2 13/15] tools/nolibc: add fopen()
` [PATCH v2 14/15] tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
` [PATCH v2 15/15] tools/nolibc: implement wait() in terms of waitpid()

[RFC PATCH 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
 2025-04-28 11:26 UTC  (4+ messages)
` [RFC PATCH 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability

[PATCH 00/15] tools/nolibc: various new functions
 2025-04-28 10:41 UTC  (14+ messages)
` [PATCH 05/15] tools/nolibc: add getrandom()
` [PATCH 10/15] tools/nolibc: add timerfd functionality
` [PATCH 11/15] tools/nolibc: add difftime()
` [PATCH 12/15] tools/nolibc: add namespace functionality
` [PATCH 13/15] tools/nolibc: add fopen()

Support for .kernelci.yaml file for in-tree configuration
 2025-04-28  8:37 UTC 

[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
 2025-04-28  8:16 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Introduce a new kfunc for sockmap
` [PATCH bpf-next v1 2/3] bpf, sockmap: Affinitize workqueue to a specific CPU
` [PATCH bpf-next v1 3/3] selftest/bpf/benchs: Add cpu-affinity for sockmap bench

[PATCH 0/2] Fix compile-time and run-time issues for pid_namespace
 2025-04-28  6:33 UTC  (3+ messages)
` [PATCH 1/2] selftests: pid_namespace: Include sys/mount.h
` [PATCH 2/2] selftests: pid_namespace: Skip tests if not root

[PATCH bpf-next] selftests/bpf: Fix compilation errors
 2025-04-28  3:34 UTC 

[PATCH] selftests/mm: use long for dwRegionSize
 2025-04-28  0:13 UTC  (2+ messages)

[PATCH] kunit: fix longest symbol length test
 2025-04-27 20:09 UTC  (2+ messages)

[PATCH RESEND] selftests/seccomp: fix syscall_restart test for arm compat
 2025-04-27  9:40 UTC 

[PATCH] selftests/seccomp: fix syscall_restart test for arm compat
 2025-04-27  9:21 UTC 

[PATCH v11 0/5] KVM: selftests: Add LoongArch support
 2025-04-27  6:45 UTC  (6+ messages)
` [PATCH v11 1/5] KVM: selftests: Add VM_MODE_P47V47_16K VM mode
` [PATCH v11 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v11 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v11 4/5] KVM: selftests: Add ucall test "
` [PATCH v11 5/5] KVM: selftests: Add test cases "

[PATCH v10 0/5] KVM: selftests: Add LoongArch support
 2025-04-27  3:42 UTC  (4+ messages)
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch

[PATCH v6 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-04-26 17:23 UTC  (2+ messages)
` [PATCH v6 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v13 net-next 0/5] DUALPI2 patch
 2025-04-26 17:20 UTC  (6+ messages)
` [PATCH v13 net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v13 net-next 2/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v13 net-next 3/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v13 net-next 4/5] sched: Dump configuration and statistics "
` [PATCH v13 net-next 5/5] sched: Add enqueue/dequeue "

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-04-26 16:00 UTC  (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf
` [PATCH bpf-next 3/4] selftests/bpf: Add raw_tp_test_run "
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for get_func_[arg|arg_cnt] helpers in raw tracepoint programs

[PATCH net-next] selftests: net: exit cleanly on SIGTERM / timeout
 2025-04-26 15:15 UTC  (2+ messages)

[PATCH net-next v12 0/9] Device memory TCP TX
 2025-04-26 15:12 UTC  (12+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v12 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
` [PATCH net-next v12 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v12 6/9] net: enable driver support for netmem TX
` [PATCH net-next v12 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v12 8/9] net: check for driver support in netmem TX
` [PATCH net-next v12 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH net 0/4] Fix Felix DSA taprio gates after clock jump
 2025-04-26 14:48 UTC  (5+ messages)
` [PATCH net 1/4] net: dsa: felix: fix broken taprio gate states "
` [PATCH net 2/4] selftests: net: tsn_lib: create common helper for counting received packets
` [PATCH net 3/4] selftests: net: tsn_lib: add window_size argument to isochron_do()
` [PATCH net 4/4] selftests: net: tc_taprio: new test

[PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
 2025-04-26 10:54 UTC  (2+ messages)

[PATCH] kunit: executor: Remove const from kunit_filter_suites() allocation type
 2025-04-26  6:24 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-04-26  2:32 UTC  (2+ messages)

[PATCH net 1/2] net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID
 2025-04-26  2:00 UTC  (4+ messages)
` [PATCH net 2/2] selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and without PVID

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-04-26  0:32 UTC  (2+ messages)

[PATCH] kunit: configs: Enable coverage of the bitfield packing library
 2025-04-25 22:19 UTC 

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-25 21:44 UTC  (15+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH v12 net-next 0/5] DUALPI2 patch
 2025-04-25 21:17 UTC  (4+ messages)
` [PATCH v12 net-next 3/5] sched: Struct definition and parsing of dualpi2 qdisc

[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-25 19:01 UTC  (5+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-25 16:39 UTC  (18+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-04-25 14:20 UTC  (10+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-04-25 13:56 UTC  (12+ messages)
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface

[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
 2025-04-25  7:49 UTC  (6+ messages)

[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-04-25  7:46 UTC  (3+ messages)
` [PATCH v6 02/14] riscv: sbi: remove useless parenthesis

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-04-25  5:59 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover sockmap with ktls

[PATCH net 1/2] net/devmem: Reject insufficiently large dmabuf pools
 2025-04-25  0:37 UTC  (9+ messages)

[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
 2025-04-25  0:00 UTC  (6+ messages)


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