Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 14:27:39 to 2024-04-16 15:24:00 UTC [more...]

[PATCH net] selftests: kselftest_harness: fix Clang warning about zero-length format
 2024-04-16 15:24 UTC  (3+ messages)

[PATCH 07/10] riscv: add ISA extension parsing for Zcmop
 2024-04-16 15:23 UTC  (12+ messages)

[PATCH] selftests: exec: make binaries position independent
 2024-04-16 15:23 UTC 

[PATCH v10 0/5] Introduce mseal
 2024-04-16 15:17 UTC  (15+ messages)
` [PATCH v10 1/5] mseal: Wire up mseal syscall
` [PATCH v10 2/5] mseal: add "
` [PATCH v10 3/5] selftest mm/mseal memory sealing
` [PATCH v10 4/5] mseal:add documentation
` [PATCH v10 5/5] selftest mm/mseal read-only elf memory segment

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

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

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-16 14:47 UTC  (34+ messages)
` [PATCH v4 01/14] lib: Add TLV parser
` [PATCH v4 02/14] security: Introduce the digest_cache LSM
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 04/14] digest_cache: Add hash tables and operations
` [PATCH v4 09/14] digest_cache: Add support for directories
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested
` [PATCH v4 11/14] digest_cache: Reset digest cache on file/directory change
` [PATCH v4 12/14] digest_cache: Notify digest cache events
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM
` [PATCH v4 14/14] docs: Add documentation of the "

[PATCH net 0/4] selftests/net/tcp_ao: A bunch of fixes for TCP-AO selftests
 2024-04-16 14:28 UTC  (3+ messages)

[PATCH v4 0/6] pids controller events rework
 2024-04-16 14:20 UTC  (7+ messages)
` [PATCH v4 1/6] cgroup/pids: Remove superfluous zeroing
` [PATCH v4 2/6] cgroup/pids: Separate semantics of pids.events related to pids.max
` [PATCH v4 3/6] cgroup/pids: Make event counters hierarchical
` [PATCH v4 4/6] cgroup/pids: Add pids.events.local
` [PATCH v4 5/6] selftests: cgroup: Lexicographic order in Makefile
` [PATCH v4 6/6] selftests: cgroup: Add basic tests for pids controller

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-04-16 14:11 UTC  (3+ messages)
` [PATCH v4 10/12] selftests: kselftest_harness: let PASS / FAIL provide diagnostic

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-16 14:08 UTC  (19+ messages)
` [PATCH bpf-next 01/18] bpf: trampoline: export __bpf_prog_enter/exit_recur
` [PATCH bpf-next 02/18] bpf: make timer data struct more generic
` [PATCH bpf-next 03/18] bpf: replace bpf_timer_init with a generic helper
` [PATCH bpf-next 04/18] bpf: replace bpf_timer_set_callback "
` [PATCH bpf-next 05/18] bpf: replace bpf_timer_cancel_and_free "
` [PATCH bpf-next 06/18] bpf: add support for bpf_wq user type
` [PATCH bpf-next 07/18] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next 08/18] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
` [PATCH bpf-next 09/18] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next 10/18] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next 11/18] bpf: wq: add bpf_wq_init
` [PATCH bpf-next 12/18] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next 13/18] selftests/bpf: wq: add bpf_wq_init() checks
` [PATCH bpf-next 14/18] bpf/verifier: add is_sleepable argument to push_callback_call
` [PATCH bpf-next 15/18] bpf: wq: add bpf_wq_set_callback_impl
` [PATCH bpf-next 16/18] selftests/bpf: add checks for bpf_wq_set_callback()
` [PATCH bpf-next 17/18] bpf: add bpf_wq_start
` [PATCH bpf-next 18/18] selftests/bpf: wq: add bpf_wq_start() checks

[PATCH v5 2/5] power: supply: core: Add POWER_SUPPLY_TECHNOLOGY_CAPACITOR
 2024-04-16 12:18 UTC 

[PATCH net-next 00/10] selftests: Assortment of fixes
 2024-04-16 10:20 UTC  (2+ messages)

[PATCH bpf-next v4 00/14] use network helpers, part 1
 2024-04-16 10:14 UTC  (15+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: Update arguments of connect_to_addr
` [PATCH bpf-next v4 02/14] selftests/bpf: Add start_server_addr* helpers
` [PATCH bpf-next v4 03/14] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v4 04/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 05/14] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v4 06/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 07/14] selftests/bpf: Use get_socket_local_port "
` [PATCH bpf-next v4 08/14] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v4 09/14] selftests/bpf: Use log_err in network_helpers
` [PATCH bpf-next v4 10/14] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next v4 11/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 12/14] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v4 13/14] selftests/bpf: Use make_sockaddr in test_sock
` [PATCH bpf-next v4 14/14] selftests/bpf: Use make_sockaddr in ip_check_defrag

[PATCH net-next v7 0/3] net: gro: move p->{flush/flush_id} calculations to L4
 2024-04-16  9:58 UTC  (6+ 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] selftests: openvswitch: Fix escape chars in regexp
 2024-04-16  9:09 UTC 

[PATCH v4 00/30] NT synchronization primitive driver
 2024-04-16  8:49 UTC  (31+ messages)
` [PATCH v4 01/27] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v4 03/27] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v4 04/27] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v4 05/27] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v4 06/27] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v4 07/27] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v4 08/27] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v4 09/27] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v4 10/27] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v4 11/27] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v4 12/27] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v4 13/27] ntsync: Introduce alertable waits
` [PATCH v4 14/27] selftests: ntsync: Add some tests for semaphore state
` [PATCH v4 15/27] selftests: ntsync: Add some tests for mutex state
` [PATCH v4 16/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v4 17/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v4 18/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v4 19/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v4 20/27] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v4 21/27] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v4 22/27] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v4 23/27] selftests: ntsync: Add tests for alertable waits
` [PATCH v4 24/27] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v4 25/27] selftests: ntsync: Add a stress test for contended waits
` [PATCH v4 26/27] maintainers: Add an entry for ntsync
` [PATCH v4 27/27] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-16  8:49 UTC  (11+ messages)
` [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 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-16  7:36 UTC  (11+ messages)
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-16  6:47 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases

[PATCH V2] KVM: selftests: Take large C-state exit latency into consideration
 2024-04-15 23:23 UTC  (2+ messages)

[PATCH net-next 0/5] selftests: drv-net: support testing with a remote system
 2024-04-15 19:39 UTC  (20+ messages)
` [PATCH net-next 1/5] selftests: drv-net: define endpoint structures
` [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 v3 00/29] riscv control-flow integrity for usermode
 2024-04-15 19:41 UTC  (5+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[GIT PULL] Kselftest fixes update for Linux 6.9-rc5
 2024-04-15 19:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Avoid assuming "sudo" exists
 2024-04-15 18:46 UTC  (2+ messages)

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-15 18:43 UTC  (3+ messages)

[PATCH net-next v2 0/6] selftests: net: exercise page pool reporting via netlink
 2024-04-15 18:40 UTC  (2+ messages)

[PATCH 0/2] selftests: Make sh helper and power supply test POSIX-compliant
 2024-04-15 18:38 UTC  (5+ messages)
` [PATCH 1/2] selftests: ktap_helpers: Make it POSIX-compliant
` [PATCH 2/2] selftests: power_supply: "

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-15 17:58 UTC  (2+ messages)

[PATCH] selftests: iommu: add config needed for iommufd_fail_nth
 2024-04-15 16:09 UTC  (5+ messages)

[PATCH] selftests: Mark ksft_exit_fail_perror() as __noreturn
 2024-04-15 15:41 UTC  (2+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-15 14:16 UTC 


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