linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 15:40:10 to 2025-08-15 12:44:41 UTC [more...]

[PATCH bpf-next v10 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-15 12:44 UTC  (5+ messages)
` [PATCH bpf-next v10 1/3] "
` [PATCH bpf-next v10 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v10 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-15 11:11 UTC  (22+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "

[PATCH v3 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-15 11:04 UTC  (9+ messages)
` [PATCH v3 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v3 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v3 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v3 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v3 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v3 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v3 7/7] Documentation: kunit: Document new parameterized test features

[PATCH] selftests/futex: fix typos and grammar in futex_priv_hash
 2025-08-15  9:39 UTC 

[PATCH] selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILES
 2025-08-15  9:28 UTC  (3+ messages)

[PATCH v15 net-next 00/14] AccECN protocol patch series
 2025-08-15  8:39 UTC  (15+ messages)
` [PATCH v15 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v15 net-next 02/14] tcp: fast path functions later
` [PATCH v15 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v15 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v15 net-next 05/14] tcp: AccECN core
` [PATCH v15 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v15 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v15 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v15 net-next 09/14] tcp: sack option handling improvements
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH v8 00/30] TDX KVM selftests
 2025-08-15  7:18 UTC  (60+ messages)
` [PATCH v8 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v8 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v8 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v8 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v8 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v8 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v8 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v8 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v8 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v8 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v8 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v8 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v8 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v8 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v8 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v8 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v8 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v8 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v8 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot

[PATCHv2 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-15  6:34 UTC  (6+ messages)
` [PATCHv2 net-next 1/3] bonding: add support for per-port LACP actor priority
` [PATCHv2 net-next 2/3] bonding: support aggregator selection based on port priority
` [PATCHv2 net-next 3/3] selftests: bonding: add test for LACP actor "

[PATCHv3 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-15  6:20 UTC  (4+ messages)
` [PATCHv3 net 1/3] bonding: update LACP activity flag after setting lacp_active
` [PATCHv3 net 2/3] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
` [PATCHv3 net 3/3] selftests: bonding: add test for passive LACP mode

[PATCH 0/6] Kselftests: fix spelling mistakes
 2025-08-15  6:14 UTC  (9+ messages)
` [PATCH 1/6] selftests: filesystems: statmout: fix spelling mistake in output
` [PATCH 2/6] setftests: net: netfilter: fix spelling mistakes "
  ` [PATCH 3/6] selftests: ublk: fixed spelling mistake "
  ` [PATCH 4/6] selftests: kvm: riscv: fix spelling mistakes in comments
  ` [PATCH 5/6] selftests: kvm: s390: fixed spelling mistake in output
  ` [PATCH 6/6] selftests: net: tcp_ao: fix spelling mistake in comments

[PATCH] selftests net/socket.c: removed warnings from unused returns
 2025-08-15  6:06 UTC 

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-15  5:42 UTC  (3+ messages)
` [PATCH 8/8] selftests: riscv: Add test "

[PATCH v4 0/5] Better split_huge_page_test result check
 2025-08-15  5:40 UTC  (10+ messages)
` [PATCH v4 1/5] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v4 2/5] selftests/mm: mark all functions static in split_huge_page_test.c
` [PATCH v4 3/5] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v4 4/5] selftests/mm: add check_after_split_folio_orders() helper
` [PATCH v4 5/5] selftests/mm: check after-split folio orders in split_huge_page_test

[PATCH net-next] selftests: drv-net: test the napi init state
 2025-08-15  1:33 UTC 

[PATCH net-next v2] selftests: drv-net: wait for carrier
 2025-08-15  0:50 UTC  (2+ messages)

[PATCH 0/2] Documentation: ktap: formatting cleanup
 2025-08-14 22:55 UTC  (7+ messages)
` [PATCH 1/2] Documentation: ktap: Correct "its" spelling
` [PATCH 2/2] Documentation: ktap: Separate first bullet list items

[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
 2025-08-14 21:20 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpf: "
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process

[PATCH net] selftests: tls: make the new data_steal test less flaky
 2025-08-14 19:43 UTC 

[PATCH] selftests/net: openvswitch: Fix spelling error in print message
 2025-08-14 18:00 UTC 

[PATCH v3 0/4] Better split_huge_page_test result check
 2025-08-14 17:50 UTC  (12+ messages)
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper
` [PATCH v3 3/4] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v3 4/4] selftests/mm: check after-split folio orders in split_huge_page_test

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-14 16:18 UTC  (7+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-14 16:06 UTC  (5+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test

[PATCH 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-14 15:55 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test

[PATCH] print: fix spelling error in message
 2025-08-14 15:30 UTC  (2+ messages)

[PATCH bpf-next v8 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-14 14:45 UTC  (6+ messages)
` [PATCH bpf-next v8 1/2] "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
    `  "

[PATCH bpf-next v9 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-14 14:17 UTC  (4+ messages)
` [PATCH bpf-next v9 1/3] "
` [PATCH bpf-next v9 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v9 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec

[PATCH bpf-next v9 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-14 13:56 UTC  (4+ messages)
` [PATCH bpf-next v9 1/3] "
` [PATCH bpf-next v9 2/3] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v9 3/3] selftests/bpf: make usdt_o2 reliably generate SIB USDT arg spec

[RFC PATCH] kunit: Put checking for existing named resource between locks to prevent race conditions in the Resource API
 2025-08-14 12:44 UTC 

[PATCH] selftests/bpf: Fix typo in kprobe_multi_test.c
 2025-08-14 12:29 UTC  (3+ messages)

[PATCHv2 iproute-next] iplink: bond_slave: add support for ad_actor_port_prio
 2025-08-14 10:44 UTC 

[PATCHv2 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-14  9:54 UTC  (4+ messages)
` [PATCHv2 net 3/3] selftests: bonding: add test for passive LACP mode

[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
 2025-08-14  8:54 UTC  (3+ messages)
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions

[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
 2025-08-14  8:10 UTC  (14+ messages)
` [PATCH v3 01/11] drm/panic: "
` [PATCH v3 02/11] rust: auxiliary: "
` [PATCH v3 03/11] rust: configfs: "
` [PATCH v3 04/11] rust: cpufreq: "
` [PATCH v3 05/11] rust: drm: "
` [PATCH v3 06/11] rust: firmware: "
` [PATCH v3 07/11] rust: kunit: "
` [PATCH v3 08/11] rust: miscdevice: "
` [PATCH v3 09/11] rust: net: "
` [PATCH v3 10/11] rust: of: "
` [PATCH v3 11/11] rust: acpi: "

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-08-14  7:54 UTC  (4+ messages)
` [PATCH v3 8/9] rust: sync: "
` [PATCH v3 9/9] rust: device: "

[PATCH v14 net-next 00/14] AccECN protocol patch series
 2025-08-14  7:50 UTC  (2+ messages)

[PATCH bpf-next v8 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-14  6:48 UTC  (7+ messages)
` [PATCH bpf-next v8 1/2] "
    `  "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add an usdt_o2 test case in selftests to cover SIB handling logic
    `  "

[PATCH] selftests: arm64: Fix -Waddress warning in tpidr2 test
 2025-08-14  5:47 UTC  (4+ messages)
` (no subject)
  ` [PATCH v2] selftests: arm64: Fix -Waddress warning in tpidr2 test

[PATCH net-next v2] selftests: netconsole: Validate interface selection by MAC address
 2025-08-14  0:40 UTC  (2+ messages)

[PATCH v4 10/23] KVM: arm64: Writethrough trapped PMEVTYPER register
 2025-08-13 22:01 UTC  (2+ messages)

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-13 18:53 UTC  (5+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified

[PATCH net v3 0/2] net: tcp: lookup the best matched listen socket
 2025-08-13 17:52 UTC  (9+ messages)
` [PATCH net v3 1/2] "

[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-13 16:59 UTC  (3+ 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).