Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-04-09 10:57:54 to 2024-04-11 05:43:34 UTC [more...]

[PATCH bpf-next v5 0/2] export send_recv_data
 2024-04-11  5:43 UTC  (2+ messages)
` [PATCH bpf-next v5 1/2] selftests/bpf: Add struct send_recv_arg

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

[PATCH 0/4] A new selftests/ directory for arm compatibility testing
 2024-04-11  5:15 UTC  (13+ messages)
` [PATCH 1/4] selftests/arm: Add mm test
` [PATCH 2/4] selftests/arm: Add signal tests
` [PATCH 3/4] selftests/arm: Add elf test
` [PATCH 4/4] selftests: Add build infrastructure along with README

[PATCH net-next v6 0/6] net: gro: encapsulation bug fix and flush checks improvements
 2024-04-11  3:44 UTC  (10+ messages)
` [PATCH net-next v6 1/6] net: gro: add flush check in udp_gro_receive_segment
` [PATCH net-next v6 2/6] net: gro: add p_off param in *_gro_complete
` [PATCH net-next v6 3/6] selftests/net: add local address bind in vxlan selftest
` [PATCH net-next v6 4/6] net: gro: add {inner_}network_offset to napi_gro_cb
` [PATCH net-next v6 5/6] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v6 6/6] selftests/net: add flush id selftests

[PATCH net-next 0/6] selftests: net: exercise page pool reporting via netlink
 2024-04-11  1:28 UTC  (7+ messages)
` [PATCH net-next 1/6] net: netdevsim: add some fake page pool use
` [PATCH net-next 2/6] tools: ynl: don't return None for dumps
` [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 bpf-next v2 00/14] use start_server and connect_to helpers
 2024-04-11  1:03 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v2 02/14] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v2 03/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 04/14] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v2 05/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 06/14] selftests/bpf: Use log_err in network_helpers
` [PATCH bpf-next v2 07/14] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next v2 08/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 09/14] selftests/bpf: Add function pointer for __start_server
` [PATCH bpf-next v2 10/14] selftests/bpf: Add start_server_setsockopt helper
` [PATCH bpf-next v2 11/14] selftests/bpf: Use start_server_setsockopt in sockopt_inherit
` [PATCH bpf-next v2 12/14] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v2 13/14] selftests/bpf: Use start_server_* in test_tcp_check_syncookie
` [PATCH bpf-next v2 14/14] selftests/bpf: Use connect_to_addr "

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-04-11  0:26 UTC  (5+ messages)
      `  "

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-11  0:07 UTC  (25+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg warning
 2024-04-10 23:28 UTC  (4+ messages)
` [PATCH 2/3] selftests: timers: Fix uninitialized variable warning in ksft_min_kernel_version
` [PATCH 3/3] selftests: timers: Fix abs() warning in posix_timers test

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:44 UTC  (12+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-10 22:33 UTC  (17+ messages)
      ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()
                      ` [PATCH v2] "

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-10 22:32 UTC  (16+ messages)
` [PATCH 01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH 02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH 03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH 04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH 05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH 06/10] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
` [PATCH 08/10] riscv: hwprobe: export Zcmop ISA extension
` [PATCH 09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH 10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:29 UTC  (18+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-10 21:43 UTC  (13+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 21:37 UTC  (4+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH bpf-next v4 0/3] export send_recv_data
 2024-04-10 21:34 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Add struct send_recv_arg
` [PATCH bpf-next v4 2/3] selftests/bpf: Export send_recv_data helper
` [PATCH bpf-next v4 3/3] selftests/bpf: Support nonblock for send_recv_data

[PATCH net-next 0/4] selftests: move bpf-offload test from bpf to net
 2024-04-10 21:20 UTC  (8+ messages)
` [PATCH net-next 3/4] selftests: net: declare section names for bpf_offload

[PATCH net-next v2 0/2] mptcp: add last time fields in mptcp_info
 2024-04-10 21:01 UTC  (6+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] selftests: mptcp: test last time mptcp_info

[PATCH] selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
 2024-04-10 19:13 UTC  (2+ messages)

[PATCH 00/18] HID: Include current HID-BPF fixes in tree
 2024-04-10 17:19 UTC  (19+ messages)
` [PATCH 01/18] HID: do not assume HAT Switch logical max < 8
` [PATCH 02/18] HID: bpf: add first in-tree HID-BPF fix for the XPPen Artist 24
` [PATCH 03/18] HID: bpf: add in-tree HID-BPF fix for the XPPen Artist 16
` [PATCH 04/18] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
` [PATCH 05/18] HID: bpf: add in-tree HID-BPF fix for the IOGear Kaliber Gaming MMOmentum mouse
` [PATCH 06/18] HID: bpf: add in-tree HID-BPF fix for the Wacom ArtPen
` [PATCH 07/18] HID: bpf: add in-tree HID-BPF fix for the XBox Elite 2 over Bluetooth
` [PATCH 08/18] HID: bpf: add in-tree HID-BPF fix for the Huion Kamvas Pro 19
` [PATCH 09/18] HID: bpf: add in-tree HID-BPF fix for the Raptor Mach 2
` [PATCH 10/18] selftests/hid: import base_device.py from hid-tools
` [PATCH 11/18] selftests/hid: add support for HID-BPF pre-loading before starting a test
` [PATCH 12/18] selftests/hid: tablets: reduce the number of pen state
` [PATCH 13/18] selftests/hid: tablets: add a couple of XP-PEN tablets
` [PATCH 14/18] selftests/hid: tablets: also check for XP-Pen offset correction
` [PATCH 15/18] selftests/hid: add Huion Kamvas Pro 19 tests
` [PATCH 16/18] selftests/hid: import base_gamepad.py from hid-tools
` [PATCH 17/18] selftests/hid: move the gamepads definitions in the test file
` [PATCH 18/18] selftests/hid: add tests for the Raptor Mach 2 joystick

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-04-10 16:33 UTC  (2+ messages)

[PATCH v2] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-04-10 14:20 UTC  (2+ messages)

[PATCH net-next v5 0/6] net: gro: encapsulation bug fix and flush checks improvements
 2024-04-10 13:00 UTC  (4+ messages)
` [PATCH net-next v5 4/6] net: gro: add {inner_}network_offset to napi_gro_cb

[PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
 2024-04-10 10:15 UTC  (2+ messages)

[PATCH bpf-next 00/14] use start_server and connect_to helpers
 2024-04-10  8:14 UTC  (16+ messages)
` [PATCH bpf-next 01/14] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next 02/14] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next 03/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 04/14] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next 05/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 06/14] selftests/bpf: Use log_err in network_helpers
` [PATCH bpf-next 07/14] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next 08/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 09/14] selftests/bpf: Add function pointer for __start_server
` [PATCH bpf-next 10/14] selftests/bpf: Add start_server_setsockopt helper
` [PATCH bpf-next 11/14] selftests/bpf: Use start_server_setsockopt in sockopt_inherit
` [PATCH bpf-next 12/14] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 13/14] selftests/bpf: Use start_server_* in test_tcp_check_syncookie
` [PATCH bpf-next 14/14] selftests/bpf: Use connect_to_addr "

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.9-rc2-16-gf8a3e7c8a5aa2)
 2024-04-10  6:19 UTC 

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-10  6:15 UTC  (5+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true

kselftest/next build: 4 builds: 0 failed, 4 passed, 1 warning (v6.9-rc2-16-gf8a3e7c8a5aa2)
 2024-04-10  5:20 UTC 

[PATCH bpf-next v3 0/4] export send_recv_data
 2024-04-10  3:37 UTC  (4+ messages)
` [PATCH bpf-next v3 3/4] selftests/bpf: Export send_recv_data helper
` [PATCH bpf-next v3 4/4] selftests/bpf: Support nonblock for send_recv_data

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] selftests: kselftest_harness: Print empty string, not empty fmt on PASS/FAIL
 2024-04-10  0:14 UTC  (5+ messages)

[PATCH] selftests/clone3: Fix compiler warning
 2024-04-09 22:24 UTC 

[PATCH] selftests/clone3: Correct log message for waitpid() failures
 2024-04-09 20:40 UTC 

[PATCH] selftests/clone3: Check that the child exited cleanly
 2024-04-09 20:39 UTC 

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-09 18:11 UTC  (4+ messages)
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression

[PATCH v4 RESEND 0/7] Handle faults in KUnit tests
 2024-04-09 17:28 UTC  (2+ messages)

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-09 16:02 UTC  (12+ messages)
` [RFC PATCH v3 2/9] cgroup/pids: Separate semantics of pids.events related to pids.max
` [RFC PATCH v3 6/9] selftests: cgroup: Add basic tests for pids controller
    `  "

[PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
 2024-04-09 15:49 UTC  (5+ messages)
` [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT

[PATCH 0/6] Add initial GHCB support for SEV-ES selftests
 2024-04-09 13:39 UTC  (6+ messages)
` [PATCH 1/6] Add GHCB with setters and getters
` [PATCH 2/6] Add arch specific additional guest pages
` [PATCH 3/6] Add vm_vaddr_alloc_pages_shared()
` [PATCH 4/6] Add GHCB allocations and helpers
` [PATCH 6/6] Add ability for SEV-ES guests to use ucalls via GHCB


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