Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 10:14:57 to 2024-04-18 12:34:44 UTC [more...]

selftests: arm64: check_buffer_fill.c:94:93: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'char *' [-Wformat=]
 2024-04-18 12:34 UTC 

selftests: arm64: sve-ptrace.c:85:40: warning: data argument not used by format string [-Wformat-extra-args]
 2024-04-18 12:31 UTC 

tools/testing/selftests/clone3/clone3_set_tid.c appears to always pass?
 2024-04-18 11:09 UTC  (2+ messages)

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-04-18 11:02 UTC  (13+ 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 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X

selftests: resctrl: cat_test.c: In function 'noncont_cat_run_test': ../kselftest.h:74:9: error: impossible constraint in 'asm' 74 | __asm__ __volatile__ ("cpuid\n\t"
 2024-04-18  9:37 UTC 

selftests: mm: seal_elf.c:140:45: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[5]' [-Wformat=]
 2024-04-18  9:37 UTC 

[PATCH v4 00/30] NT synchronization primitive driver
 2024-04-18  9:35 UTC  (20+ messages)
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-18  8:55 UTC  (21+ 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 bpf-next v5 0/6] use network helpers, part 1
 2024-04-18  8:09 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v5 2/6] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v5 3/6] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v5 4/6] selftests/bpf: Update arguments of connect_to_addr
` [PATCH bpf-next v5 5/6] selftests/bpf: Use connect_to_addr in cls_redirect
` [PATCH bpf-next v5 6/6] selftests/bpf: Use connect_to_addr in sk_assign

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

[PATCH net] selftests: kselftest_harness: fix Clang warning about zero-length format
 2024-04-18  2:10 UTC  (4+ messages)

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

[PATCH net-next] selftests: openvswitch: Fix escape chars in regexp
 2024-04-18  1:30 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-18  0:49 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 bpf-next v4 00/14] use network helpers, part 1
 2024-04-18  0:19 UTC  (14+ messages)
` [PATCH bpf-next v4 02/14] selftests/bpf: Add start_server_addr* helpers
` [PATCH bpf-next v4 06/14] selftests/bpf: Use connect_to_addr in sk_assign
` [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 v3 0/8] selftests: drv-net: support testing with a remote system
 2024-04-17 23:11 UTC  (9+ messages)
` [PATCH net-next v3 1/8] selftests: net: fix counting totals when some checks fail
` [PATCH net-next v3 2/8] selftests: net: set the exit code correctly in Python tests
` [PATCH net-next v3 3/8] selftests: drv-net: define endpoint structures
` [PATCH net-next v3 4/8] selftests: drv-net: factor out parsing of the env
` [PATCH net-next v3 5/8] selftests: drv-net: construct environment for running tests which require an endpoint
` [PATCH net-next v3 6/8] selftests: drv-net: add a trivial ping test
` [PATCH net-next v3 7/8] selftests: net: support matching cases by name prefix
` [PATCH net-next v3 8/8] selftests: drv-net: add a TCP ping test case (and useful helpers)

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-17 22:51 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 06/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v2 13/17] riscv: vector: Support xtheadvector save/restore

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-17 22:41 UTC  (5+ messages)

[PATCH net 0/4] selftests/net/tcp_ao: A bunch of fixes for TCP-AO selftests
 2024-04-17 22:30 UTC  (7+ messages)

[PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
 2024-04-17 22:02 UTC  (13+ messages)

[PATCH] selftests: filesystems: fix warn_unused_result build warnings
 2024-04-17 18:49 UTC 

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-17 17:00 UTC  (30+ 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 13/14] selftests/digest_cache: Add selftests for digest_cache LSM

[PATCH] selftests: filesystems: add missing stddef header
 2024-04-17 16:16 UTC 

[PATCH] selftests: Fix asan linkage to work with clang
 2024-04-17 16:07 UTC 

[PATCH] selftests: Make ksft_exit functions return void instead of int
 2024-04-17 15:37 UTC 

[PATCH net-next v7 0/3] net: gro: move p->{flush/flush_id} calculations to L4
 2024-04-17 14:01 UTC  (7+ messages)
` [PATCH net-next v7 1/3] net: gro: add {inner_}network_offset to napi_gro_cb
` [PATCH net-next v7 3/3] selftests/net: add flush id selftests

[PATCH 07/10] riscv: add ISA extension parsing for Zcmop
 2024-04-17 13:11 UTC  (13+ messages)

[PATCH] selftests: mm: Fix undeclared function error
 2024-04-17  7:55 UTC 

[PATCH] selftests/intel_pstate: Add validity check for cpu min/max frequency
 2024-04-17  7:28 UTC 

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.9-rc4-19-g00ab560eb0e3)
 2024-04-17  7:07 UTC 

kselftest/next kselftest-lkdtm: 2 runs, 2 regressions (v6.9-rc4-19-g00ab560eb0e3)
 2024-04-17  7:07 UTC 

[PATCH 0/1] selftest mm/mseal: style change
 2024-04-17  6:43 UTC  (3+ messages)
` [PATCH 1/1] "

kselftest/next build: 4 builds: 0 failed, 4 passed (v6.9-rc4-19-g00ab560eb0e3)
 2024-04-17  6:08 UTC 

[PATCH 0/4] A new selftests/ directory for arm compatibility testing
 2024-04-17  4:53 UTC  (5+ messages)
` [PATCH 1/4] selftests/arm: Add mm test

[PATCH net-next v2 0/6] selftests: drv-net: support testing with a remote system
 2024-04-17  2:00 UTC  (4+ messages)

[PATCH] selftests: Mark ksft_exit_fail_perror() as __noreturn
 2024-04-17  0:03 UTC  (3+ messages)

[PATCH V3] KVM: selftests: Add a new option to rseq_test
 2024-04-16 22:51 UTC 

[PATCH V2] KVM: selftests: Take large C-state exit latency into consideration
 2024-04-16 19:43 UTC  (3+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-04-16 19:40 UTC  (7+ messages)
` [PATCH v10 2/5] mseal: add mseal syscall

[PATCH v4 0/6] pids controller events rework
 2024-04-16 19:32 UTC  (11+ 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 v2] selftests: exec: make binaries position independent
 2024-04-16 17:28 UTC  (2+ messages)

[PATCH] selftests: mm: fix unused and uninitialized variable warning
 2024-04-16 16:26 UTC 

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-16 15:44 UTC  (6+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH] selftests: exec: make binaries position independent
 2024-04-16 15:27 UTC  (2+ messages)

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


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