Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 12:24:49 to 2024-04-13 01:28:37 UTC [more...]

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-13  1:28 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/6] selftests/bpf: Fix bind program for big endian systems
` [PATCH v2 bpf-next 2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod
` [PATCH v2 bpf-next 3/6] selftests/bpf: Implement BPF programs for kernel socket operations
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases
` [PATCH v2 bpf-next 5/6] selftests/bpf: Make sock configurable for each test case
` [PATCH v2 bpf-next 6/6] selftests/bpf: Add kernel socket operation tests

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-12 23:40 UTC  (72+ messages)
` [PATCH 01/19] dt-bindings: riscv: Add vendorid and archid
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH 03/19] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 04/19] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 05/19] riscv: Fix extension subset checking
` [PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 07/19] riscv: Optimize riscv_cpu_isa_extension_(un)likely()
` [PATCH 08/19] riscv: Introduce vendor variants of extension helpers
` [PATCH 09/19] riscv: uaccess: Add alternative for xtheadvector uaccess
` [PATCH 10/19] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 11/19] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 12/19] riscv: Create xtheadvector file
` [PATCH 13/19] riscv: vector: Support xtheadvector save/restore
` [PATCH 14/19] riscv: hwprobe: Disambiguate vector and xtheadvector in hwprobe
` [PATCH 15/19] riscv: hwcap: Add v to hwcap if xtheadvector enabled
` [PATCH 16/19] riscv: hwprobe: Add vendor extension probing
` [PATCH 17/19] riscv: hwprobe: Document vendor extensions and xtheadvector extension
` [PATCH 18/19] selftests: riscv: Fix vector tests
` [PATCH 19/19] selftests: riscv: Support xtheadvector in "

[PATCH net-next 0/5] selftests: drv-net: support testing with a remote system
 2024-04-12 23:37 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: drv-net: define endpoint structures
` [PATCH net-next 2/5] selftests: drv-net: add stdout to the command failed exception
` [PATCH net-next 3/5] selftests: drv-net: factor out parsing of the env
` [PATCH net-next 4/5] selftests: drv-net: construct environment for running tests which require an endpoint
` [PATCH net-next 5/5] selftests: drv-net: add a trivial ping test

[PATCH] selftests/harness: remove use of LINE_MAX
 2024-04-12 22:54 UTC  (4+ messages)

[PATCH] selftests/rseq: take large C-state exit latency into consideration
 2024-04-12 22:16 UTC  (5+ messages)

[PATCH] kunit: Fix race condition in try-catch completion
 2024-04-12 21:32 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] use start_server and connect_to helpers
 2024-04-12 18:52 UTC  (11+ messages)
` [PATCH bpf-next v2 01/14] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v2 05/14] selftests/bpf: Use connect_to_addr in sk_assign
` [PATCH bpf-next v2 09/14] selftests/bpf: Add function pointer for __start_server
` [PATCH bpf-next v2 11/14] selftests/bpf: Use start_server_setsockopt in sockopt_inherit

[PATCH net-next 00/10] selftests: Assortment of fixes
 2024-04-12 17:03 UTC  (11+ messages)
` [PATCH net-next 01/10] selftests: net: Unify code of busywait() and slowwait()
` [PATCH net-next 02/10] selftests: forwarding: lib.sh: Validate NETIFS
` [PATCH net-next 03/10] selftests: forwarding: bail_on_lldpad() should SKIP
` [PATCH net-next 04/10] selftests: drivers: hw: Fix ethtool_rmon
` [PATCH net-next 05/10] selftests: drivers: hw: ethtool.sh: Adjust output
` [PATCH net-next 06/10] selftests: drivers: hw: Include tc_common.sh in hw_stats_l3
` [PATCH net-next 07/10] selftests: mlxsw: ethtool_lanes: Wait for lanes parameter dump explicitly
` [PATCH net-next 08/10] selftests: forwarding: router_mpath_nh: Add a diagram
` [PATCH net-next 09/10] selftests: forwarding: router_mpath_nh_res: "
` [PATCH net-next 10/10] selftests: forwarding: router_nh: "

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-12 17:04 UTC  (5+ messages)
` [RFC PATCH v3 2/9] cgroup/pids: Separate semantics of pids.events related to pids.max
    `  "

[PATCH net-next v2 0/6] selftests: net: exercise page pool reporting via netlink
 2024-04-12 17:00 UTC  (8+ messages)
` [PATCH net-next v2 1/6] net: netdevsim: add some fake page pool use
` [PATCH net-next v2 2/6] tools: ynl: don't return None for dumps
` [PATCH net-next v2 3/6] selftests: net: print report check location in python tests
` [PATCH net-next v2 4/6] selftests: net: print full exception on failure
` [PATCH net-next v2 5/6] selftests: net: support use of NetdevSimDev under "with" in python
` [PATCH net-next v2 6/6] selftests: net: exercise page pool reporting via netlink

[PATCH] selftests: adopt BPF's approach to quieter builds
 2024-04-12 16:16 UTC  (2+ messages)

[PATCH] kselftest: Mark functions that unconditionally call exit() as __noreturn
 2024-04-12 16:11 UTC  (6+ messages)

[PATCH net-next v7 0/3] net: gro: move p->{flush/flush_id} calculations to L4
 2024-04-12 15:55 UTC  (4+ messages)
` [PATCH net-next v7 1/3] net: gro: add {inner_}network_offset to napi_gro_cb
` [PATCH net-next v7 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v7 3/3] selftests/net: add flush id selftests

[PATCH net-next v6 0/6] net: gro: encapsulation bug fix and flush checks improvements
 2024-04-12 15:37 UTC  (11+ messages)
` [PATCH net-next v6 2/6] net: gro: add p_off param in *_gro_complete
` [PATCH net-next v6 5/6] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment

[PATCH net-next 0/6] selftests: net: exercise page pool reporting via netlink
 2024-04-12 13:48 UTC  (10+ messages)
` [PATCH net-next 3/6] selftests: net: print report check location in python tests
` [PATCH net-next 4/6] selftests: net: print full exception on failure
` [PATCH net-next 5/6] selftests: net: support use of NetdevSimDev under "with" in python
` [PATCH net-next 6/6] selftests: net: exercise page pool reporting via netlink

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-12 12:35 UTC  (16+ messages)
              ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()
                  ` [PATCH] selftests: fix build failure with NOLIBC

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-12 11:57 UTC  (3+ messages)

[PATCH] selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
 2024-04-12 10:01 UTC  (3+ messages)

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-12  8:53 UTC  (8+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
` [PATCH bpf-next v3 02/11] bpf, lsm: Add helper to read "
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v3 08/11] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v3 10/11] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v3 11/11] selftests/bpf: Add verifier tests for bpf lsm

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-12  8:43 UTC 

[PATCH RFC bpf-next v6 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-04-12  8:14 UTC  (3+ messages)
` [PATCH RFC bpf-next v6 2/6] bpf: Add support for KF_ARG_PTR_TO_TIMER

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-04-12  6:49 UTC  (10+ messages)
` [PATCH v4 1/9] riscv: vector: add a comment when calling riscv_setup_vsize()
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [PATCH v4 3/9] riscv: cpufeature: call match_isa_ext() for single-letter extensions
` [PATCH v4 4/9] riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
` [PATCH v4 5/9] dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
` [PATCH v4 6/9] riscv: hwprobe: add zve Vector subextensions into hwprobe interface
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
` [PATCH v4 8/9] hwprobe: fix integer promotion in RISCV_HWPROBE_EXT macro
` [PATCH v4 9/9] selftest: run vector prctl test for ZVE32X

[PATCH v3 00/30] NT synchronization primitive driver
 2024-04-12  6:16 UTC  (9+ messages)
` [PATCH v3 03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v3 30/30] docs: ntsync: Add documentation for the ntsync uAPI

[RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
 2024-04-12  5:34 UTC  (2+ messages)

[RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
 2024-04-12  4:42 UTC  (2+ messages)

[PATCH v6 7/7] selftest/bpf: Test a perf bpf program that suppresses side effects
 2024-04-12  1:50 UTC 

kselftest/next build: 2 builds: 0 failed, 2 passed, 1 warning (v6.9-rc2-20-g4f4ade6863ce)
 2024-04-12  1:00 UTC 

[PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg warning
 2024-04-11 21:12 UTC  (8+ messages)
` [PATCH 2/3] selftests: timers: Fix uninitialized variable warning in ksft_min_kernel_version

[PATCH] selftests/clone3: Fix compiler warning
 2024-04-11 21:04 UTC  (2+ messages)

[PATCH] selftests/clone3: Correct log message for waitpid() failures
 2024-04-11 21:03 UTC  (2+ messages)

[PATCH] selftests/clone3: Check that the child exited cleanly
 2024-04-11 21:03 UTC  (2+ messages)

[PATCH] KVM: selftests: Make monitor_mwait require MONITOR/MWAIT feature
 2024-04-11 21:02 UTC 

[PATCH bpf-next v5 0/2] export send_recv_data
 2024-04-11 19:23 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Export send_recv_data helper

[PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_info
 2024-04-11 17:30 UTC  (2+ messages)

[PATCH net v2 0/1] net: change maximum number of UDP segments to 128
 2024-04-11 16:01 UTC  (3+ messages)
` [PATCH net v2 1/1] "

[PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
 2024-04-11 13:28 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 read-only IMAP folder(s) and NNTP newsgroup(s).