Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-21 06:29:23 to 2024-06-25 02:47:33 UTC [more...]

[PATCH net-next v13 00/13] Device Memory TCP
 2024-06-25  2:47 UTC  (5+ 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 bpf-next v4 0/9] use network helpers, part 8
 2024-06-25  0:59 UTC  (13+ messages)
` [PATCH bpf-next v4 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v4 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v4 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v4 4/9] selftests/bpf: Use make_sockaddr "
` [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 bpf-next v4 7/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v4 8/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v4 9/9] selftests/bpf: Use connect_to_addr "

[PATCH net] selftests: net: remove unneeded IP_GRE config
 2024-06-24 23:31 UTC  (2+ messages)

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-24 23:26 UTC  (14+ 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 v2 1/3] Fix userfaultfd_api to return EINVAL as expected
 2024-06-24 22:57 UTC  (11+ messages)
` [PATCH v2 2/3] Update uffd-stress to handle EINVAL for unset config features
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured

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

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

[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-24 20:18 UTC  (7+ messages)
` [PATCH v7 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v7 14/16] riscv: hwprobe: export Zcmop ISA extension

[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 v5 0/4] Userspace controls soft-offline pages
 2024-06-24 16:33 UTC  (5+ 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

[PATCH v4 0/4] Userspace controls soft-offline pages
 2024-06-24 16:18 UTC  (12+ messages)
` [PATCH v4 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v4 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v4 3/4] selftest/mm: test enable_soft_offline behaviors

[PATCH 0/2] Modify the watchdog selftest for execution with
 2024-06-24 15:00 UTC  (4+ messages)

[PATCH v1 0/2] Fixes for RX8310 RTC Configuration and rtctest Alarm
 2024-06-24 10:23 UTC  (3+ messages)
` [PATCH v1 1/2] rtc: ds1307: set one-minute alarm resolution for rx_8130
` [PATCH v1 2/2] selftests: rtc: rtctest: skip alarm test if alarm resolution is one minute

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

[PATCH] selftests/mm: Introduce a test program to assess swap entry allocation for thp_swapout
 2024-06-24  7:55 UTC  (17+ messages)

[PATCH v16 9/9] selftests/udmabuf: Add tests to verify data after page migration
 2024-06-24  6:36 UTC 

[RFC PATCH 0/2] riscv: Expose orig_a0 to userspace for ptrace to set the actual a0
 2024-06-24  3:24 UTC  (6+ messages)
` [RFC PATCH 2/2] riscv: selftests: Add a ptrace test to check a0 of restarted syscall

[PATCH 0/2] selftest: rtc: Add rtc feature detection and rtc file check
 2024-06-24  1:43 UTC  (5+ messages)
` [PATCH 1/2] selftest: rtc: Add to check rtc alarm status for alarm related test

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-24  0:13 UTC  (9+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

[PATCH] selftests/bpf: don't close(-1) in serial_test_fexit_stress()
 2024-06-23 13:17 UTC 

[PATCH RFT v6 0/9] fork: Support shadow stacks in clone3()
 2024-06-23 11:23 UTC  (10+ messages)
` [PATCH RFT v6 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v6 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v6 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v6 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v6 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v6 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v6 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v6 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v6 9/9] selftests/clone3: Test shadow stack support

[PATCH bpf-next v3 0/8] use network helpers, part 8
 2024-06-23  1:20 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v3 2/8] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v3 3/8] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v3 4/8] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v3 5/8] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v3 6/8] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v3 7/8] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next v3 8/8] selftests/bpf: Drop make_socket "

[PATCH] selftest: acct: Add selftest for the acct() syscall
 2024-06-22 17:24 UTC 

[PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-22 13:47 UTC  (3+ messages)
` [PATCH v3 1/2] kunit: test: Add vm_mmap() allocation resource manager

[PATCH 1/2] tools: kernel-chktaint: Fix bashism, simplify code
 2024-06-22  5:15 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] use network helpers, part 8
 2024-06-22  1:23 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] selftests/bpf: Use start_server in sockmap_ktls
` [PATCH bpf-next v2 2/7] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v2 3/7] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v2 4/7] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v2 5/7] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v2 6/7] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next v2 7/7] selftests/bpf: Drop make_socket "

[PATCH v2 0/5] Reorganize string-stream and assert tests
 2024-06-21 21:38 UTC  (11+ messages)
` [PATCH v2 1/5] kunit: string-stream: export non-static functions
` [PATCH v2 2/5] kunit: kunit-test: Remove stub for log tests
` [PATCH v2 3/5] kunit: string-stream-test: Make it a separate module
` [PATCH v2 4/5] kunit: assert_test: Prepare to be merged into kunit-test.c
` [PATCH v2 5/5] kunit: Merge assertion test "

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-06-21 20:52 UTC  (11+ messages)

[PATCH v7 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-06-21 20:49 UTC  (3+ messages)

[PATCH bpf-next 0/6] use network helpers, part 8
 2024-06-21 20:45 UTC  (12+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Use start_server in sockmap_ktls
` [PATCH bpf-next 2/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 3/6] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next 4/6] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next 5/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 6/6] selftests/bpf: Drop make_socket "

[PATCH 0/1] KVM: selftests: pmu_counters_test: increase robustness of LLC cache misses
 2024-06-21 20:43 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH RFC 0/3] add support for mm-local memory allocations
 2024-06-21 20:15 UTC  (4+ messages)
` [PATCH RFC 1/3] mseal: expose interface to seal / unseal user memory ranges
` [PATCH RFC 2/3] mm/secretmem: implement mm-local kernel allocations
` [PATCH RFC 3/3] drivers/misc: add test driver and selftest for proclocal allocator

[PATCH v1] selftests/harness: Fix tests timeout and race condition
 2024-06-21 18:06 UTC 

[PATCH net-next] selftests: net: change shebang to bash in amt.sh
 2024-06-21 13:30 UTC  (2+ messages)

[PATCH V4] rcutorture: Add CFcommon.arch for the various arch's need
 2024-06-21 12:30 UTC  (4+ messages)

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

[PATCH v5 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
 2024-06-21  8:53 UTC  (2+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-06-21  7:10 UTC  (17+ 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).