Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-03-14 20:51:22 to 2025-03-17 18:17:02 UTC [more...]

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 18:16 UTC  (14+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH] tools/nolibc: Add support for SPARC
 2025-03-17 18:14 UTC  (4+ messages)

[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-17 17:06 UTC  (19+ messages)
` [PATCH v4 01/18] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v4 02/18] riscv: sbi: add new SBI error mappings
` [PATCH v4 03/18] riscv: sbi: add FWFT extension interface
` [PATCH v4 04/18] riscv: sbi: add SBI FWFT extension calls
` [PATCH v4 05/18] riscv: misaligned: request misaligned exception from SBI
` [PATCH v4 06/18] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v4 07/18] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v4 08/18] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v4 09/18] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v4 10/18] riscv: misaligned: factorize trap handling
` [PATCH v4 11/18] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v4 12/18] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v4 13/18] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v4 14/18] selftests: riscv: add misaligned access testing
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 16/18] RISC-V: KVM: add SBI extension reset callback
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v4 18/18] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH] selftests/bpf: Replace deprecated strncpy() with strscpy()
 2025-03-17 16:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 12/13] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
 2025-03-17 16:38 UTC 

[PATCH AUTOSEL 6.13 15/16] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
 2025-03-17 16:37 UTC 

[PATCH v3 1/2] kunit: tool: Fix bug in parsing test plan
 2025-03-17 16:13 UTC  (3+ messages)

[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-03-17 15:44 UTC  (5+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster

[PATCH v9 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-03-17 15:30 UTC  (5+ messages)
` [PATCH v9 1/4] rust: move `CStr`'s `Display` to helper struct
` [PATCH v9 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v9 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v9 4/4] rust: remove core::ffi::CStr reexport

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 15:01 UTC  (14+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v4 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v4 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v4 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v4 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v4 6/6] rust: use strict provenance APIs

[PATCH v4 iproute2-next 0/1] DualPI2 iproute2 patch
 2025-03-17 13:40 UTC  (5+ messages)
` [PATCH v4 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH net-next v23 00/23] Introducing OpenVPN Data Channel Offload
 2025-03-17 13:13 UTC  (4+ messages)
` [PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink

[PATCH net-next] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
 2025-03-17 12:31 UTC 

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-17 10:58 UTC  (11+ messages)
` [PATCH net-next v11 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v11 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v11 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v11 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v11 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v11 06/10] tap: "
` [PATCH net-next v11 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v11 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v11 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH v9 0/6] scanf: convert self-test to KUnit
 2025-03-17 10:34 UTC  (7+ messages)
` (subset) "

[PATCH net-next v23 03/23] ovpn: add basic interface creation/destruction/management routines
 2025-03-17 10:23 UTC  (7+ messages)

[PATCH] selftests/mm: Add commentary about 9pfs bugs
 2025-03-17 10:20 UTC 

[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-17  9:52 UTC  (4+ messages)
` [PATCH net v4 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-17  9:51 UTC  (6+ messages)
` [PATCH net v3 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v3 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v3 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH bpf-next v3 0/3] bpf: Fix use-after-free of sockmap
 2025-03-17  9:22 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v3 2/3] bpf, sockmap: avoid using sk_socket after free when reading
` [PATCH bpf-next v3 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-03-17  9:19 UTC  (13+ messages)
` [PATCH bpf-next 01/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next 02/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next 03/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
  ` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()

[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-03-17  9:07 UTC  (5+ messages)
` [PATCH PATCH 2/2] "

[PATCH net-next v1 1/2] net: pktgen: add strict buffer parsing index check
 2025-03-17  9:04 UTC  (2+ messages)
` [PATCH net-next v1 2/2] selftest: net: update proc_net_pktgen (add more imix_weights test cases)

[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
 2025-03-17  8:34 UTC  (5+ messages)
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 06/10] tap: Introduce virtio-net hash feature

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-17  7:06 UTC  (29+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH net-next v23 09/23] ovpn: implement packet processing
 2025-03-17  6:17 UTC  (2+ messages)

[PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
 2025-03-17  1:33 UTC  (4+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-17  1:29 UTC  (32+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi

[RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
 2025-03-16 20:56 UTC  (5+ messages)
  ` [RFC PATCH 2/2] selftests/timers: Improve skew_consistency by testing with other clockids

[PATCH v9 net-next 0/3] DUALPI2 patch
 2025-03-16 15:27 UTC  (4+ messages)
` [PATCH v9 net-next 1/3] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v9 net-next 2/3] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v9 net-next 3/3] sched: Add dualpi2 qdisc

[PATCH v4 08/16] rust: kunit: refactor to use `&raw [const|mut]`
 2025-03-16  6:14 UTC 

[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-16  4:15 UTC  (7+ messages)
    `  "

[PATCH v10 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
 2025-03-15 20:00 UTC  (4+ messages)
` [PATCH v10 nf-next 1/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v10 nf-next 2/3] netfilter: nft_chain_filter: Add bridge "
` [PATCH v10 nf-next 3/3] selftests: netfilter: Add conntrack_bridge.sh

[PATCH v2] selftests/mm/cow: Fix the incorrect error handling
 2025-03-15 19:06 UTC  (2+ messages)

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-15 18:00 UTC  (15+ messages)
` [PATCH v3 6/6] rust: use strict provenance APIs

[PATCH RFC 8/8] selftests/sched_ext: Add test for sched_ext dl_server
 2025-03-15  2:21 UTC 

[PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
 2025-03-14 22:12 UTC  (2+ messages)

[PATCH 2/4] selftests: ntsync: avoid possible overflow in 32-bit machine
 2025-03-14 22:12 UTC  (2+ messages)

[PATCH 3/4] selftests: ntsync: update config
 2025-03-14 22:12 UTC  (2+ messages)

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-14 21:19 UTC  (11+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems


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