linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 23:31:20 to 2025-05-05 22:35:53 UTC [more...]

[PATCH AUTOSEL 6.14 139/642] kunit: tool: Fix bug in parsing test plan
 2025-05-05 22:12 UTC  (6+ messages)
` [PATCH AUTOSEL 6.14 215/642] selftests: pci_endpoint: Skip disabled BARs
` [PATCH AUTOSEL 6.14 266/642] iommufd: Disallow allocating nested parent domain with fault ID
` [PATCH AUTOSEL 6.14 300/642] selftests/net: have `gro.sh -t` return a correct exit code
` [PATCH AUTOSEL 6.14 423/642] kunit: tool: Use qboot on QEMU x86_64
` [PATCH AUTOSEL 6.14 533/642] netdevsim: allow normal queue reset while down

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-05-05 21:53 UTC  (13+ messages)
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v5 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v5 net-next 10/15] tcp: accecn: AccECN option send control

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-05 21:04 UTC  (11+ messages)
` [PATCH v3 1/4] security: "

[PATCH 0/3] selftests: ublk: more misc fixes
 2025-05-05 20:34 UTC  (3+ messages)

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-05-05 20:07 UTC  (34+ messages)
` [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 13/22] iommufd: Add mmap interface

[PATCH net] net: Lock netdevices during dev_shutdown
 2025-05-05 19:47 UTC 

[PATCH 0/7] Rust KUnit `#[test]` support improvements
 2025-05-05 19:34 UTC  (32+ messages)
` [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
` [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
` [PATCH 3/7] rust: add `kunit_tests` to the prelude
` [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
` [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
` [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
` [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-05-05 19:21 UTC  (9+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path

[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
 2025-05-05 19:09 UTC  (21+ messages)
` [PATCH v2 01/15] genpt: Generic Page Table base API
` [PATCH v2 02/15] genpt: Add Documentation/ files
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v2 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v2 05/15] iommupt: Add iova_to_phys op
` [PATCH v2 06/15] iommupt: Add unmap_pages op
` [PATCH v2 07/15] iommupt: Add map_pages op
` [PATCH v2 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v2 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v2 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v2 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v2 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v2 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v2 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v2 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-05 18:38 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v3 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v3 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-05 18:31 UTC  (4+ messages)
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()

[PATCH net 0/3 v4] selftests: drv: net: fix `ping.py` test failure
 2025-05-05 18:25 UTC  (13+ messages)
` [PATCH net 1/3] selftests: drv: net: fix test failure on ipv6 sys
` [PATCH net 2/3] selftests: drv: net: avoid skipping tests
` [PATCH net 3/3] selftests: drv: net: add version indicator

[PATCH v2 0/6] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-05 17:07 UTC  (13+ messages)
` [PATCH v2 1/6] dma-buf: Rename and expose debugfs symbols
` [PATCH v2 2/6] bpf: Add dmabuf iterator
` [PATCH v2 3/6] bpf: Add open coded "
` [PATCH v2 4/6] selftests/bpf: Add test for dmabuf_iter
` [PATCH v2 5/6] selftests/bpf: Add test for open coded dmabuf_iter
` [RFC PATCH v2 6/6] RFC: dma-buf: Remove DMA-BUF statistics

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2025-05-05 17:08 UTC  (7+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-05-05 16:38 UTC  (9+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "

[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-05 16:32 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-05 16:14 UTC  (7+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v1 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v1 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v1 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v1 6/6] Documentation: kvm: new uAPI for handling SEA

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (13+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size

[PATCH v7 iproute2-next 0/1] DUALPI2 iproute2 patch
 2025-05-05 15:14 UTC  (3+ messages)
` [PATCH v7 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v4 00/14] kselftest harness and nolibc compatibility
 2025-05-05 15:15 UTC  (15+ messages)
` [PATCH v4 01/14] selftests: harness: Add kselftest harness selftest
` [PATCH v4 02/14] selftests: harness: Use C89 comment style
` [PATCH v4 03/14] selftests: harness: Ignore unused variant argument warning
` [PATCH v4 04/14] selftests: harness: Mark functions without prototypes static
` [PATCH v4 05/14] selftests: harness: Remove inline qualifier for wrappers
` [PATCH v4 06/14] selftests: harness: Remove dependency on libatomic
` [PATCH v4 07/14] selftests: harness: Implement test timeouts through pidfd
` [PATCH v4 08/14] selftests: harness: Don't set setup_completed for fixtureless tests
` [PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata
` [PATCH v4 10/14] selftests: harness: Add teardown callback to "
` [PATCH v4 11/14] selftests: harness: Add "variant" and "self" "
` [PATCH v4 12/14] selftests: harness: Stop using setjmp()/longjmp()
` [PATCH v4 13/14] selftests: harness: Guard includes on nolibc
` [PATCH v4 14/14] HACK: selftests/nolibc: demonstrate usage of the kselftest harness

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-05-05 15:10 UTC  (3+ messages)

[PATCH v2 0/8] selftests: vDSO: Some cleanups and (warning) fixes
 2025-05-05 14:19 UTC  (11+ messages)
` [PATCH v2 1/8] selftests: vDSO: chacha: Correctly skip test if necessary
` [PATCH v2 2/8] selftests: vDSO: clock_getres: Drop unused include of err.h
` [PATCH v2 3/8] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
` [PATCH v2 4/8] selftests: vDSO: vdso_test_getrandom: Drop some dead code
` [PATCH v2 5/8] selftests: vDSO: vdso_config: Avoid -Wunused-variables
` [PATCH v2 6/8] selftests: vDSO: enable -Wall
` [PATCH v2 7/8] selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes
` [PATCH v2 8/8] selftests: vDSO: vdso_test_getrandom: Always print TAP header

[PATCH v3 00/32] kselftest harness and nolibc compatibility
 2025-05-05 14:07 UTC  (4+ messages)
` [PATCH v3 12/32] selftests: harness: Stop using setjmp()/longjmp()

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-05 13:35 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH] char: misc: make miscdevice unit test built-in only
 2025-05-05 12:44 UTC 

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

[PATCH v13 net-next 0/5] DUALPI2 patch
 2025-05-05  9:31 UTC  (5+ messages)
` [PATCH v13 net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
 2025-05-05  6:02 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-05-04 20:19 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-04  9:48 UTC  (7+ messages)
` [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH v2 1/1] "

[PATCH] selftests/filesystems: Fix typo in file_stressor.c
 2025-05-03 21:19 UTC  (2+ messages)
` [PATCH v2] selftests: Fix some typos in tools/testing/selftests

[PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
 2025-05-03  8:29 UTC  (3+ messages)

[PATCH net-next v3] selftests: net: exit cleanly on SIGTERM / timeout
 2025-05-03  1:18 UTC 

[PATCH net-next v2] selftests: net: exit cleanly on SIGTERM / timeout
 2025-05-03  1:13 UTC  (4+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-02 23:30 UTC  (16+ messages)
` [PATCH v15 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v15 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v15 15/27] riscv/traps: Introduce software check exception
` [PATCH v15 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v15 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v15 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v15 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v15 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v15 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v15 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v15 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v15 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v15 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).