Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-06-24 13:28:08 to 2024-06-25 23:06:00 UTC [more...]

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

[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 net-next v5 00/10] net: openvswitch: Add sample multicasting
 2024-06-25 20:51 UTC  (5+ 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 v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-25 20:52 UTC  (15+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-25 19:54 UTC  (14+ 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 bpf-next v2 0/4] Fixes for BPF selftests on Loongarch
 2024-06-25 19:37 UTC  (11+ 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 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 v2 0/2] selftests/resctrl: SNC kernel support discovery
 2024-06-25 16:28 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

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

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

[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 net-next v13 00/13] Device Memory TCP
 2024-06-25 14:59 UTC  (16+ messages)
` [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v13 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v13 05/13] page_pool: convert to use netmem
` [PATCH net-next v13 06/13] page_pool: devmem support
` [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v13 08/13] net: support non paged skb frags
` [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags
` [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 net-next v13 12/13] net: add devmem TCP documentation
` [PATCH net-next v13 13/13] selftests: add ncdevmem, netcat for devmem TCP

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

[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  (10+ messages)
` [PATCH bpf-next v5 1/9] selftests/bpf: Add backlog for network_helper_opts
` [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 "

[PATCH bpf-next v4 0/9] use network helpers, part 8
 2024-06-25  0:59 UTC  (7+ messages)
` [PATCH bpf-next v4 4/9] selftests/bpf: Use make_sockaddr in sockmap_ktls
` [PATCH bpf-next v4 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v4 6/9] selftests/bpf: Invoke attach_reuseport out of make_server

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-24 21:50 UTC  (12+ messages)

[PATCH net 0/3] Fixes for BPF selftests on loongarch
 2024-06-24 20:08 UTC  (7+ messages)
` [PATCH net 1/3] skmsg: null check for page in sk_msg_recvmsg
` [PATCH net 2/3] inet: null check for close in inet_release
` [PATCH net 3/3] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH v4 0/4] Userspace controls soft-offline pages
 2024-06-24 16:18 UTC  (4+ messages)
` [PATCH v4 2/4] mm/memory-failure: userspace controls soft-offlining pages

[PATCH 0/2] Modify the watchdog selftest for execution with
 2024-06-24 15:00 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