Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-03-01 03:39:27 to 2024-03-05 02:02:30 UTC [more...]

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-05  2:01 UTC  (15+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-05  0:22 UTC  (31+ messages)
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v5 12/29] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v5 14/29] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v5 24/29] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v5 26/29] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET

[PATCH net-next] selftests: avoid using SKIP(exit()) in harness fixure setup
 2024-03-05  0:49 UTC  (2+ messages)

[PATCH] selftest: gpio: remove obsolete gpio-mockup test
 2024-03-05  0:21 UTC 

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-03-04 23:39 UTC  (13+ messages)
` [PATCH v4 02/12] selftests/harness: Merge TEST_F_FORK() into TEST_F()
` [PATCH v4 12/12] selftests: ip_local_port_range: use XFAIL instead of SKIP

[PATCH 0/3] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
 2024-03-04 21:45 UTC  (32+ messages)
` [PATCH 1/3] "

[PATCH 1/3] selftests/exec: Add the overall result line accourding to TAP
 2024-03-04 20:58 UTC  (5+ messages)
` [PATCH 2/3] selftest/exec: conform test to TAP format output
` [PATCH 3/3] selftests/exec: "

[PATCH v5] kselftest: Add basic test for probing the rust sample modules
 2024-03-04 20:17 UTC  (6+ messages)

[PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages
 2024-03-04 19:08 UTC  (3+ messages)

[PATCH v5 0/8] Split a folio to any lower order folios
 2024-03-04 18:31 UTC  (28+ messages)
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v1 0/3] selftests/timers/posix_timers: various cleanups
 2024-03-04 18:11 UTC  (4+ messages)
` [PATCH v1 1/3] selftests/timers/posix_timers: Make signal distribution test less fragile
` [PATCH v1 2/3] selftests/timers/posix_timers: Use TAP reporting format
` [PATCH v1 3/3] selftests/timers/posix_timers: Use llabs for long long

[PATCH v4 1/2] selftests/dmabuf-heap: conform test to TAP format output
 2024-03-04 17:40 UTC  (3+ messages)
` [PATCH v4 2/2] selftests: dmabuf-heap: add config file for the test

[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
 2024-03-04 14:19 UTC  (5+ messages)
` [PATCH iwl-next,v3 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
` [PATCH iwl-next,v3 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
  ` [xdp-hints] Re: [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver

[PATCH net-next 00/15] mptcp: userspace pm: 'dump addrs' and 'get addr'
 2024-03-04 13:10 UTC  (17+ messages)
` [PATCH net-next 01/15] mptcp: make pm_remove_addrs_and_subflows static
` [PATCH net-next 02/15] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
` [PATCH net-next 03/15] mptcp: implement mptcp_userspace_pm_dump_addr
` [PATCH net-next 04/15] mptcp: add token for get-addr in yaml
` [PATCH net-next 05/15] mptcp: dump addrs in userspace pm list
` [PATCH net-next 06/15] mptcp: check userspace pm flags
` [PATCH net-next 07/15] selftests: mptcp: add userspace pm subflow flag
` [PATCH net-next 08/15] selftests: mptcp: add token for dump_addr
` [PATCH net-next 09/15] selftests: mptcp: add mptcp_lib_check_output helper
` [PATCH net-next 10/15] selftests: mptcp: dump userspace addrs list
` [PATCH net-next 11/15] mptcp: add userspace_pm_lookup_addr_by_id helper
` [PATCH net-next 12/15] mptcp: implement mptcp_userspace_pm_get_addr
` [PATCH net-next 13/15] mptcp: get addr in userspace pm list
` [PATCH net-next 14/15] selftests: mptcp: add token for get_addr
` [PATCH net-next 15/15] selftests: mptcp: userspace pm get addr tests

[PATCH net 0/2] selftests: mptcp: fixes for diag.sh
 2024-03-04 13:10 UTC  (4+ messages)
` [PATCH net 1/2] selftests: mptcp: diag: return KSFT_FAIL not test_cnt
` [PATCH net 2/2] selftests: mptcp: diag: avoid extra waiting

[PATCH v3 0/8] tracing/probes: Support function parameter access from return probe
 2024-03-04  3:41 UTC  (9+ messages)
` [PATCH v3 1/8] fprobe: Fix to allocate entry_data_size buffer with rethook instances
` [PATCH v3 2/8] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
` [PATCH v3 3/8] tracing/probes: Cleanup probe argument parser
` [PATCH v3 4/8] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
` [PATCH v3 5/8] tracing: Remove redundant #else block for BTF args from README
` [PATCH v3 6/8] tracing/probes: Support $argN in return probe (kprobe and fprobe)
` [PATCH v3 7/8] selftests/ftrace: Add test cases for entry args at function exit
` [PATCH v3 8/8] Documentation: tracing: Add entry argument access "

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-03-03 15:48 UTC  (11+ messages)
` [PATCH v2 3/7] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init

[PATCH RFC] selftests: default to host arch for LLVM builds
 2024-03-03 12:44 UTC 

[PATCH iwl-next,v2 0/2] XDP Tx Hardware Timestamp for igc driver
 2024-03-03  7:15 UTC  (9+ messages)
` [PATCH iwl-next,v2 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
` [PATCH iwl-next,v2 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-02 15:05 UTC  (12+ messages)
  ` [musl] "

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-03-02 12:35 UTC  (39+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow

[PATCH net 00/10] mptcp: more misc. fixes for v6.8
 2024-03-01 18:55 UTC  (6+ messages)
` [PATCH net 10/10] selftests: mptcp: explicitly trigger the listener diag code-path

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-03-01 16:40 UTC  (2+ messages)

[PATCH net-next 0/3] net: gro: encapsulation bug fix and flush checks improvements
 2024-03-01 15:02 UTC  (6+ messages)
` [PATCH net-next 1/3] net: gro: set {inner_,}network_header in receive phase

[PATCH v2 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search
 2024-03-01 13:02 UTC  (3+ messages)

[PATCH net-next] selftests/tc-testing: require an up to date iproute2 for blockcast tests
 2024-03-01 12:32 UTC  (3+ messages)

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.8-rc1-56-g539cd3f4da3f)
 2024-03-01 12:05 UTC  (2+ messages)

[PATCH v2 1/2] selftests/dmabuf-heap: conform test to TAP format output
 2024-03-01  8:46 UTC  (7+ messages)

[PATCH v3 1/2] selftests/dmabuf-heap: conform test to TAP format output
 2024-03-01  8:28 UTC  (3+ messages)

[kselftests/powerpc] Primitives test build failure with linux-next
 2024-03-01  3:57 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