Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-06-25 05:42:59 to 2024-06-26 13:47:12 UTC [more...]

[PATCH HID v2 00/13] HID: bpf_struct_ops, part 2
 2024-06-26 13:46 UTC  (13+ messages)
` [PATCH HID v2 01/13] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
` [PATCH HID v2 02/13] HID: add source argument to HID low level functions
` [PATCH HID v2 03/13] HID: bpf: protect HID-BPF prog_list access by a SRCU
` [PATCH HID v2 04/13] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH HID v2 05/13] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
` [PATCH HID v2 06/13] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH HID v2 07/13] HID: bpf: add HID-BPF hooks for hid_hw_output_report
` [PATCH HID v2 08/13] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
` [PATCH HID v2 09/13] HID: bpf: make hid_bpf_input_report() sleep until the device is ready
` [PATCH HID v2 10/13] selftests/hid: add wq test for hid_bpf_input_report()
` [PATCH HID v2 11/13] HID: bpf: allow hid_device_event hooks to inject input reports on self
` [PATCH HID v2 12/13] selftests/hid: add another test for injecting an event from an event hook

[PATCH net-next v13 00/13] Device Memory TCP
 2024-06-26 13:47 UTC  (7+ messages)
` [PATCH net-next v13 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v3 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-06-26 13:36 UTC  (5+ messages)
` [PATCH v3 1/2] selftests: Rename sigaltstack to generic signal
` [PATCH v3 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH] selftests/capabilities: Fix possible file leak in copy_fromat_to
 2024-06-26 13:16 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Fixes for BPF selftests on Loongarch
 2024-06-26 13:05 UTC  (12+ messages)
` [PATCH bpf-next v2 1/4] skmsg: null check for sg_page in sk_msg_recvmsg
` [PATCH bpf-next v2 2/4] skmsg: null check for sg_page in sk_msg_memcopy_from_iter
` [PATCH bpf-next v2 3/4] inet: null check for close in inet_release
` [PATCH bpf-next v2 4/4] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH v3 1/3] Fix userfaultfd_api to return EINVAL as expected
 2024-06-26 13:05 UTC  (3+ messages)
` [PATCH v3 2/3] Update uffd-stress to handle EINVAL for unset config features
` [PATCH v3 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured

[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected
 2024-06-26 12:49 UTC  (8+ messages)
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured

[PATCH] selftests/bpf: improve file descriptor closure handling
 2024-06-26 12:18 UTC 

[PATCH net-next v5 00/10] net: openvswitch: Add sample multicasting
 2024-06-26 11:15 UTC  (6+ messages)
` [PATCH net-next v5 07/10] selftests: openvswitch: add emit_sample action
` [PATCH net-next v5 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v5 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-26 11:14 UTC  (16+ messages)
` [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v14 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v14 05/13] page_pool: convert to use netmem
` [PATCH net-next v14 06/13] page_pool: devmem support
` [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v14 08/13] net: support non paged skb frags
` [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v14 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v14 12/13] net: add devmem TCP documentation
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] selftests/alsa:Add memset to initialize memory
 2024-06-26 10:41 UTC  (2+ messages)

[PATCH] selftests/alsa:Replace malloc with calloc
 2024-06-26 10:41 UTC  (2+ messages)

[PATCH] selftests/alsa:Fix printf format string in pcm-test.c
 2024-06-26  8:48 UTC 

[PATCH v2 0/2] selftests/resctrl: SNC kernel support discovery
 2024-06-26  7:09 UTC  (6+ messages)
` [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

[PATCH v6 0/4] Userspace controls soft-offline pages
 2024-06-26  5:08 UTC  (5+ messages)
` [PATCH v6 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v6 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v6 4/4] docs: mm: add enable_soft_offline sysctl

[PATCH v5 0/4] Userspace controls soft-offline pages
 2024-06-26  3:57 UTC  (13+ messages)
` [PATCH v5 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v5 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v5 4/4] docs: mm: add enable_soft_offline sysctl

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-26  3:19 UTC  (13+ messages)

[PATCH net-next v1 0/3] selftests: rds selftest
 2024-06-26  1:28 UTC  (4+ messages)
` [PATCH net-next v1 1/3] .gitignore: add .gcda files
` [PATCH net-next v1 2/3] net: rds: add option for GCOV profiling
` [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-26  1:21 UTC  (5+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-06-25 22:51 UTC  (41+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-25 22:34 UTC  (2+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH RFT v6 0/9] fork: Support shadow stacks in clone3()
 2024-06-25 22:31 UTC  (3+ messages)
` [PATCH RFT v6 1/9] Documentation: userspace-api: Add shadow stack API documentation

[PATCH v3 0/9] A new selftests/ directory for arm compatibility testing
 2024-06-25 18:18 UTC  (16+ messages)
` [PATCH v3 1/9] selftests/arm: Add mm test
` [PATCH v3 2/9] selftests/arm: Add elf test
` [PATCH v3 3/9] selftests: arm, arm64: Use ifdeffery to pull signal infrastructure
` [PATCH v3 4/9] selftests/arm: Add signal tests
` [PATCH v3 5/9] selftests/arm64: Fix build warnings for ptrace
` [PATCH v3 6/9] selftests/arm64: Split ptrace, use ifdeffery
` [PATCH v3 7/9] selftests/arm: Add ptrace test
` [PATCH v3 8/9] selftests/arm: Add ptrace_64 test
` [PATCH v3 9/9] selftests: Add build infrastructure along with README

[PATCH 0/8] selftests/damon: test DAMOS tried regions and {min,max}_nr_regions
 2024-06-25 18:05 UTC  (9+ messages)
` [PATCH 1/8] selftests/damon/access_memory: use user-defined region size
` [PATCH 2/8] selftests/damon/_damon_sysfs: support schemes_update_tried_regions
` [PATCH 3/8] selftests/damon: implement a program for even-numbered memory regions access
` [PATCH 4/8] selftests/damon: implement DAMOS tried regions test
` [PATCH 5/8] selftests/damon/_damon_sysfs: implement kdamonds stop function
` [PATCH 6/8] selftests/damon: implement test for min/max_nr_regions
` [PATCH 7/8] _damon_sysfs: implement commit() for online parameters update
` [PATCH 8/8] selftests/damon/damon_nr_regions: test online-tuned max_nr_regions

[PATCH] selftests/proc: fix unused result warning during test compilation
 2024-06-25 18:05 UTC  (2+ messages)

[PATCH net-next v3 0/7] selftests: net: Switch pmtu.sh to use the internal ovs script
 2024-06-25 17:22 UTC  (8+ messages)
` [PATCH net-next v3 1/7] selftests: openvswitch: Support explicit tunnel port creation
` [PATCH net-next v3 2/7] selftests: openvswitch: Refactor actions parsing
` [PATCH net-next v3 3/7] selftests: openvswitch: Add set() and set_masked() support
` [PATCH net-next v3 4/7] selftests: openvswitch: Add support for tunnel() key
` [PATCH net-next v3 5/7] selftests: openvswitch: Support implicit ipv6 arguments
` [PATCH net-next v3 6/7] selftests: net: Use the provided dpctl rather than the vswitchd for tests
` [PATCH net-next v3 7/7] selftests: net: add config for openvswitch

[PATCH v2 net-next 0/7] selftests: net: Switch pmtu.sh to use the internal ovs script
 2024-06-25 16:30 UTC  (15+ messages)

[PATCH net] selftests: net: remove unneeded IP_GRE config
 2024-06-25 15:50 UTC  (2+ messages)

[RFC PATCH 0/3] tracing: Support poll on event hist file
 2024-06-25 15:17 UTC  (4+ messages)
` [RFC PATCH 1/3] tracing/hist: Add poll(POLLIN) support on "
` [RFC PATCH 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [RFC PATCH 3/3] selftests/tracing: Add hist poll() support test

[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-25 14:50 UTC  (3+ messages)
` [PATCH v7 01/16] dt-bindings: riscv: add Zimop ISA extension description

[PATCH v1] selftests/harness: Fix tests timeout and race condition
 2024-06-25  7:30 UTC  (2+ messages)

[PATCH bpf-next v5 0/9] use network helpers, part 8
 2024-06-25  5:42 UTC  (9+ messages)
` [PATCH bpf-next v5 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v5 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v5 4/9] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v5 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v5 6/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v5 7/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v5 8/9] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v5 9/9] selftests/bpf: Drop make_socket "


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