linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-09 16:34:34 to 2025-06-11 12:09:42 UTC [more...]

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-06-11 12:09 UTC  (7+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor

[PATCH 0/4] selftests/mm: Tweaks to the cow test
 2025-06-11 12:09 UTC  (6+ messages)
` [PATCH 1/4] kselftest/mm: Clarify errors for pipe()
` [PATCH 2/4] selftests/mm: Convert some cow error reports to ksft_perror()
` [PATCH 3/4] selftests/mm: Don't compare return values to in cow
` [PATCH 4/4] selftests/mm: Add messages about test errors to the cow tests

[PATCH v4 0/2] kunit: qemu_configs: Add MIPS configurations
 2025-06-11 11:28 UTC  (3+ messages)
` [PATCH v4 1/2] MIPS: Don't crash in stack_top() for tasks without ABI or vDSO
` [PATCH v4 2/2] kunit: qemu_configs: Add MIPS configurations

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-11 10:34 UTC  (2+ messages)

[PATCH v3 0/9] selftests: vDSO: Some cleanups and (warning) fixes
 2025-06-11 10:33 UTC  (10+ messages)
` [PATCH v3 1/9] selftests: vDSO: chacha: Correctly skip test if necessary
` [PATCH v3 2/9] selftests: vDSO: clock_getres: Drop unused include of err.h
` [PATCH v3 3/9] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
` [PATCH v3 4/9] selftests: vDSO: vdso_test_getrandom: Avoid -Wunused
` [PATCH v3 5/9] selftests: vDSO: vdso_config: Avoid -Wunused-variables
` [PATCH v3 6/9] selftests: vDSO: enable -Wall
` [PATCH v3 7/9] selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes
` [PATCH v3 8/9] selftests: vDSO: vdso_test_getrandom: Always print TAP header
` [PATCH v3 9/9] selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-11 10:24 UTC  (9+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-11 10:23 UTC  (7+ messages)
` [PATCH v11 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v11 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v11 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v11 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v11 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v11 6/6] rust: enable `clippy::ref_as_ptr` lint

nolibc test target overwites kernel config without asking
 2025-06-11 10:21 UTC  (5+ messages)

[PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
 2025-06-11  9:59 UTC  (4+ messages)

[PATCH v2] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11 10:01 UTC 

[PATCH] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11  9:55 UTC  (5+ messages)

[PATCH] Documentation: kunit: fix argument of MODULE_IMPORT_NS()
 2025-06-11  9:36 UTC 

[PATCH net-next 0/7] netpoll: Untangle netconsole and netpoll
 2025-06-11  8:08 UTC  (9+ messages)
` [PATCH net-next 1/7] netpoll: remove __netpoll_cleanup from exported API
` [PATCH net-next 2/7] netpoll: expose netpoll logging macros in public header
` [PATCH net-next 3/7] netpoll: relocate netconsole-specific functions to netconsole module
` [PATCH net-next 4/7] netpoll: move netpoll_print_options to netconsole
` [PATCH net-next 5/7] netconsole: rename functions to better reflect their purpose
` [PATCH net-next 6/7] netconsole: improve code style in parser function
` [PATCH net-next 7/7] selftest: netconsole: add test for cmdline configuration

[PATCH v4 00/14] kselftest harness and nolibc compatibility
 2025-06-11  8:04 UTC  (14+ messages)
` [PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata
` [PATCH v4 12/14] selftests: harness: Stop using setjmp()/longjmp()

[PATCH v3 00/16] kunit: Introduce UAPI testing framework
 2025-06-11  7:38 UTC  (17+ messages)
` [PATCH v3 01/16] kbuild: userprogs: avoid duplicating of flags inherited from kernel
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v3 03/16] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 05/16] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v3 06/16] kbuild: doc: add label for userprogs section
` [PATCH v3 07/16] kbuild: introduce blob framework
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc

[PATCH net-next v3 0/4] udp_tunnel: remove rtnl_lock dependency
 2025-06-11  7:24 UTC  (6+ messages)
` [PATCH net-next v3 1/4] "
` [PATCH net-next v3 2/4] net: remove redundant ASSERT_RTNL() in queue setup functions
  ` [Intel-wired-lan] "
` [PATCH net-next v3 3/4] netdevsim: remove udp_ports_sleep
` [PATCH net-next v3 4/4] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"

[PATCH] selftests/mm: Skip uprobe vma merge test if uprobes are not enabled
 2025-06-11  7:12 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-06-11  5:08 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf,ktls: Fix data corruption when "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data

[PATCH net v2 0/2] Fix ntuple rules targeting default RSS
 2025-06-11  5:06 UTC  (8+ messages)
` [PATCH net v2 1/2] net: ethtool: Don't check if RSS context exists in case of context 0
` [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context

[PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
 2025-06-11  2:21 UTC  (2+ messages)

[PATCH net-next] selftests/net: packetdrill: more xfail changes
 2025-06-11  1:00 UTC  (4+ messages)

[PATCH] selftests: Add version file to kselftest installation dir
 2025-06-10 22:12 UTC  (3+ messages)
` [PATCH v2] selftests: Add version file to kselftest
  ` [PATCH v2] selftests: Add version file to kselftest installation dir

[PATCH net-next v3 0/4] netconsole: Optimize console registration and improve testing
 2025-06-10 21:40 UTC  (2+ messages)

[PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark
 2025-06-10 20:33 UTC  (8+ messages)

[PATCH] selftests/mm: Check for YAMA ptrace_scope configuraiton before modifying it
 2025-06-10 17:16 UTC  (2+ messages)

[PATCH v2 0/4] kselftest/arm64: Add coverage for the interaction of vfork() and GCS
 2025-06-10 16:42 UTC  (6+ messages)
` [PATCH v2 1/4] tools/nolibc: Replace ifdef with if defined() in sys.h
` [PATCH v2 2/4] tools/nolibc: Provide vfork()
` [PATCH v2 3/4] kselftest/arm64: Add a test for vfork() with GCS
` [PATCH v2 4/4] selftests/nolibc: Add coverage of vfork()

[PATCH] kunit: qemu_configs: Add riscv32 config
 2025-06-10 16:28 UTC  (2+ messages)

[PATCH net-next 11/14] selftests: forwarding: lib: Move smcrouted helpers here
 2025-06-10 16:22 UTC  (6+ messages)
` [PATCH net-next 12/14] selftests: net: lib: Add ip_link_has_flag()
` [PATCH net-next 13/14] selftests: forwarding: adf_mcd_start(): Allow configuring custom interfaces
` [PATCH net-next 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay

[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
 2025-06-10 16:07 UTC  (5+ messages)
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint

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

[PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency
 2025-06-10 14:57 UTC  (8+ messages)
` [PATCH net-next v2 1/4] "
` [PATCH net-next v2 3/4] netdevsim: remove udp_ports_sleep
  ` [Intel-wired-lan] "

[PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes
 2025-06-10 13:50 UTC  (3+ messages)

[PATCH net v3 1/2] net: clear the dst when changing skb protocol
 2025-06-10 13:21 UTC  (2+ messages)

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

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-10 12:53 UTC  (16+ messages)
` [PATCH v8 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v8 net-next 02/15] tcp: fast path functions later
` [PATCH v8 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v8 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v8 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v8 net-next 08/15] tcp: sack option handling improvements
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v8 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v8 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v8 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v8 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

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

[PATCH net-next, v2] selftest: Add selftest for multicast address notifications
 2025-06-10  9:40 UTC 

[PATCH v19 00/10] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-06-10  8:49 UTC  (12+ messages)
` [PATCH v19 01/10] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v19 02/10] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v19 03/10] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v19 04/10] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v19 05/10] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v19 06/10] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v19 07/10] selftests: pci_endpoint: "
` [PATCH v19 08/10] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v19 09/10] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v19 10/10] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH v4] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-10  8:32 UTC  (2+ messages)

[PATCH net-next] selftests: tcp_ao: fix spelling in seq-ext.c comment
 2025-06-10  7:19 UTC 

[PATCH bpf-next v4 0/9] bpf: Mitigate Spectre v1 using barriers
 2025-06-10  5:31 UTC  (5+ messages)
` [PATCH bpf-next v4 9/9] bpf: Fall back to nospec for sanitization-failures

[PATCH] selftests/mm: Increase timeout from 180 to 900 seconds
 2025-06-10  5:28 UTC  (3+ messages)

[PATCH v3 RESEND] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-10  2:10 UTC 

[PATCH RESEND] selftests: add missing include
 2025-06-10  2:08 UTC 

[PATCH RESEND] selftests: Suppress unused variable warning
 2025-06-10  2:07 UTC 

[PATCH RESEND] selftests/memfd: clean Makefile
 2025-06-10  2:05 UTC 

[PATCH net v2] net: clear the dst when changing skb protocol
 2025-06-09 22:02 UTC  (6+ messages)

ATS 2025 Schedule Now Live – Register Today!
 2025-06-09 20:59 UTC 

[PATCH] selftests/futex: Add futex_numa to .gitignore
 2025-06-09 19:09 UTC 

[RFC net-next 5/6] selftests: drv-net: import things in lib one by one
 2025-06-09 17:34 UTC  (2+ messages)
` [RFC net-next 6/6] selftests: drv-net: add test for RSS on flow label

[PATCH] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-06-09 16:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock
 2025-06-09 16:39 UTC 

[PATCH v6 0/2] x86/fred: Prevent immediate repeat of single step trap on return from SIGTRAP handler
 2025-06-09 16:34 UTC  (2+ messages)


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).