Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-06-27 17:56:02 to 2025-07-01 16:47:16 UTC [more...]

[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 16:46 UTC  (4+ messages)

[PATCH bpf-next 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-01 16:31 UTC  (4+ messages)
` [PATCH bpf-next 1/2] doc: clarify XDP Rx metadata layout and bpf_xdp_adjust_meta usage
` [PATCH bpf-next 2/2] selftests/bpf: Enhance XDP Rx Metadata Handling

[RESEND PATCH v2] kallsyms: fix build without execinfo
 2025-07-01 16:19 UTC  (5+ messages)

[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-01 16:02 UTC  (14+ messages)
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 19/28] iommu: Allow an input "
` [PATCH v7 20/28] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v7 23/28] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support

[PATCH net-next v1 1/2] selftests: pp-bench: remove unneeded linux/version.h
 2025-07-01 15:49 UTC  (10+ messages)
` [PATCH net-next v1 2/2] selftests: pp-bench: remove page_pool_put_page wrapper

[PATCH] selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
 2025-07-01 14:51 UTC  (2+ messages)

[PATCH v2] selftests/futex: Convert 32bit timespec struct to 64bit version for 32bit compatibility mode
 2025-07-01 14:31 UTC  (2+ messages)

[PATCH 0/2] selftests/cgroup: better bound for cpu.max tests
 2025-07-01 14:13 UTC  (3+ messages)
` [PATCH 1/2] selftests/cgroup: rename `expected` to `duration` in "
` [PATCH 2/2] selftests/cgroup: better bound "

[PATCH v2] selftests/mm: Add process_madvise() tests
 2025-07-01 13:18 UTC  (4+ messages)

[PATCH v3 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-07-01 12:31 UTC  (6+ messages)
` [PATCH v3 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[RFC v2] tools/nolibc: add sigaction()
 2025-07-01 12:29 UTC 

[RFC PATCH 0/7] platform/chrome: Add Kunit tests for protocol device drivers
 2025-07-01 12:20 UTC  (5+ messages)

[PATCH v5 0/7] futex: Create set_robust_list2
 2025-07-01  9:20 UTC  (5+ messages)
` [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-07-01  8:58 UTC  (15+ messages)
` [PATCH 01/14] selftests/timers: Add testcase "
` [PATCH 02/14] vdso/vsyscall: Introduce a helper to fill clock configurations
` [PATCH 03/14] vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()
` [PATCH 04/14] vdso/helpers: Add helpers for seqlocks of single vdso_clock
` [PATCH 05/14] vdso/gettimeofday: Return bool from clock_getres() helpers
` [PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers
` [PATCH 07/14] vdso/gettimeofday: Introduce vdso_clockid_valid()
` [PATCH 08/14] vdso/gettimeofday: Introduce vdso_set_timespec()
` [PATCH 09/14] vdso/gettimeofday: Introduce vdso_get_timestamp()
` [PATCH 10/14] vdso: Introduce aux_clock_resolution_ns()
` [PATCH 11/14] vdso/vsyscall: Update auxiliary clock data in the datapage
` [PATCH 12/14] vdso/gettimeofday: Add support for auxiliary clocks
` [PATCH 13/14] Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"
` [PATCH 14/14] selftests/timers/auxclock: Test vDSO functionality

[RESEND PATCH net-next 6/6] selftests: net: extend SCM_PIDFD test to cover stale pidfds
 2025-07-01  8:47 UTC  (3+ messages)

[PATCH v4 0/6] replace `allow(...)` lints with `expect(...)`
 2025-07-01  8:46 UTC  (9+ messages)
` [PATCH v4 1/6] rust: switch to `#[expect(...)]` in core modules
` [PATCH v4 2/6] rust: switch to `#[expect(...)]` in init and kunit
` [PATCH v4 3/6] drivers: gpu: switch to `#[expect(...)]` in nova-core/regs.rs
` [PATCH v4 4/6] rust: switch to `#[expect(...)]` in devres, driver and ioctl
` [PATCH v4 5/6] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v4 6/6] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[kvm-unit-tests PATCH v7] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-07-01  8:45 UTC  (2+ messages)

[PATCH net-next v2 6/6] selftests: net: extend SCM_PIDFD test to cover stale pidfds
 2025-07-01  8:39 UTC 

[PATCH resend] rtc: Rename lib_test to rtc_lib_test
 2025-07-01  7:45 UTC  (3+ messages)

[PATCH v2] rtc: Rename lib_test to test_rtc_lib
 2025-07-01  7:44 UTC 

[PATCH v20 net-next 0/6] DUALPI2 patch
 2025-07-01  5:41 UTC  (16+ messages)
` [PATCH v20 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v20 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH net-next] selftests: devmem: configure HDS threshold
 2025-07-01  3:11 UTC  (5+ messages)

[PATCH net-next] selftests/tc-testing: Enable CONFIG_IP_SET
 2025-07-01  0:22 UTC  (3+ messages)

[PATCH] selftests: cachestat: add tests for mmap
 2025-06-30 22:30 UTC  (3+ messages)

[PATCH] selftests: net: fix resource leak in napi_id_helper.c
 2025-06-30 18:36 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-30 18:07 UTC  (6+ messages)
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option

[PATCH net-next v3 0/3] selftest: net: Add selftest for netpoll
 2025-06-30 17:53 UTC  (7+ messages)
` [PATCH net-next v3 3/3] selftests: net: add netpoll basic functionality test

[PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
 2025-06-30 17:42 UTC  (4+ messages)

[PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
 2025-06-30 17:42 UTC  (2+ messages)

[PATCH net-next 2/2] selftests: seg6: fix instaces typo in comments
 2025-06-30 16:09 UTC  (2+ messages)

[PATCH] selftests: add basic test for MADV_POPULATE_(READ|WRITE)
 2025-06-30 14:02 UTC  (4+ messages)
` [PATCH] selftests/mm: Add process_madvise() tests

[PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
 2025-06-30 12:55 UTC 

[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-30 12:24 UTC  (3+ messages)
` [RFC PATCH 17/33] vfio: selftests: Enable asserting MSI eventfds not firing
  ` [PATCH RFC "

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-06-30 11:25 UTC  (9+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-06-30 10:21 UTC  (6+ messages)
` [PATCH 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH 3/3] kselftest/arm64: Add lsfe to the hwcaps test

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-30  6:18 UTC  (8+ messages)
` [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test

[PATCH bpf-next v2 0/3] bpf: Fix and test aux usage after do_check_insn()
 2025-06-30  1:05 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Update env->prev_insn_idx "
` [PATCH bpf-next v2 2/3] bpf: Fix aux usage "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add Spectre v4 tests

[PATCH net-next 6/6] selftests: net: extend SCM_PIDFD test to cover stale pidfds
 2025-06-29 21:39 UTC 

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-29 18:25 UTC  (4+ messages)
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache

[PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
 2025-06-29 14:21 UTC  (9+ messages)
` [PATCH net-next v12 1/8] netlink: introduce type-checking attribute iteration for nlmsg
` [PATCH net-next v12 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next v12 3/8] selftest: netdevsim: Add devlink rate tc-bw test
` [PATCH net-next v12 4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next v12 5/8] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next v12 6/8] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next v12 7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
` [PATCH net-next v12 8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution

[PATCH net] selftests: drv-net: rss_ctx: Add short delay between per-context traffic checks
 2025-06-29 11:18 UTC 

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-06-29 10:08 UTC  (5+ messages)
` [PATCH v6 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers

[PATCH v3 0/3] replace `allow(...)` lints with `expect(...)`
 2025-06-29  7:43 UTC  (16+ messages)
` [PATCH v3 1/3] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH v3 2/3] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v3 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[PATCH 0/6] selftests/damon: add python and drgn based DAMON sysfs functionality tests
 2025-06-28 16:04 UTC  (7+ messages)
` [PATCH 1/6] selftests/damon: add drgn script for extracting damon status
` [PATCH 2/6] selftests/damon/_damon_sysfs: set Kdamond.pid in start()
` [PATCH 3/6] selftests/damon: add python and drgn-based DAMON sysfs test
` [PATCH 4/6] selftests/damon/sysfs.py: test monitoring attribute parameters
` [PATCH 5/6] selftests/damon/sysfs.py: test adaptive targets parameter
` [PATCH 6/6] selftests/damon/sysfs.py: test DAMOS schemes parameters setup

[PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
 2025-06-28 14:27 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Fix and test aux usage after do_check_insn()
 2025-06-28 12:59 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Update env->prev_insn_idx "
` [PATCH bpf-next 2/3] bpf: Fix aux usage "
` [PATCH bpf-next 3/3] selftests/bpf: Add Spectre v4 tests

[PATCH 0/5] binder: Set up KUnit tests for alloc
 2025-06-28 11:52 UTC  (8+ messages)
` [PATCH 1/5] binder: Fix selftest page indexing
` [PATCH 2/5] binder: Store lru freelist in binder_alloc
` [PATCH 3/5] binder: Scaffolding for binder_alloc KUnit tests
` [PATCH 4/5] binder: Convert binder_alloc selftests to KUnit
` [PATCH 5/5] binder: encapsulate individual alloc test cases

[PATCH net-next v2 0/2] Add IPIP flowtable SW acceleratio
 2025-06-28  9:47 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: netfilter: Add IPIP flowtable SW acceleration

[PATCH v2] selftests: futex: define SYS_futex on 32-bit architectures with 64-bit time_t
 2025-06-28  9:28 UTC  (2+ messages)

[kvm-unit-tests PATCH v6] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-28  9:11 UTC  (4+ messages)

[PATCH v3 10/22] KVM: arm64: Set up FGT for Partitioned PMU
 2025-06-28  8:25 UTC  (3+ messages)

[PATCH v2 0/3] replace `allow(...)` lints with `expect(...)`
 2025-06-28  7:18 UTC  (4+ messages)

[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
 2025-06-28  1:52 UTC  (3+ messages)

[PATCH RFT v17 0/8] fork: Support shadow stacks in clone3()
 2025-06-27 21:31 UTC  (4+ messages)
` [PATCH RFT v17 4/8] fork: Add shadow stack support to clone3()

[PATCH v3 03/22] KVM: arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
 2025-06-27 20:45 UTC  (2+ messages)

[PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
 2025-06-27 20:44 UTC  (2+ messages)

[RFC PATCH v1 0/2] kselftest/resctrl: CAT functional tests
 2025-06-27 18:04 UTC  (2+ messages)

[PATCH net-next 0/7] netpoll: Factor out functions from netpoll_send_udp() and add ipv6 selftest
 2025-06-27 17:55 UTC  (2+ messages)
` [PATCH net-next 7/7] selftests: net: Add IPv6 support to netconsole basic tests


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