messages from 2024-07-30 17:32:47 to 2024-08-01 20:13:07 UTC [more...]
[PATCH RFC] kselftest: devices: Add test to detect missing devices
2024-08-01 20:13 UTC (4+ messages)
[PATCH] MAINTAINERS: Add selftests/x86 entry
2024-08-01 19:57 UTC (7+ messages)
[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
2024-08-01 19:14 UTC (4+ messages)
[PATCH] selftests: tc-testing: Fixed Typo error
2024-08-01 18:24 UTC (2+ messages)
[PATCH net-next v8 0/3] net: A lightweight zero-copy notification mechanism for MSG_ZEROCOPY
2024-08-01 18:15 UTC (11+ messages)
` [PATCH net-next v8 1/3] sock: support copying cmsgs to the user space in sendmsg
` [PATCH net-next v8 2/3] sock: add MSG_ZEROCOPY notification mechanism based on msg_control
` [PATCH net-next v8 3/3] selftests: add MSG_ZEROCOPY msg_control notification test
[syzbot] [mm?] WARNING in hpage_collapse_scan_pmd (2)
2024-08-01 17:57 UTC
[PATCH v4] selftest: acct: Add selftest for the acct() syscall
2024-08-01 17:44 UTC (2+ messages)
[PATCH v2] selftests: openat2: don't print total number of tests and then skip
2024-08-01 17:27 UTC (6+ messages)
[PATCH net-next 1/6] net: netconsole: selftests: Create a new netconsole selftest
2024-08-01 16:53 UTC (2+ messages)
[PATCH net-next 3/6] selftests: router_mpath: Sleep after MZ
2024-08-01 16:24 UTC (4+ messages)
` [PATCH net-next 4/6] selftests: router_mpath_nh: Test 16-bit next hop weights
` [PATCH net-next 5/6] selftests: router_mpath_nh_res: "
` [PATCH net-next 6/6] selftests: fib_nexthops: "
[PATCH net-next v2 1/2] selftests: net-drv: exercise queue stats when the device is down
2024-08-01 15:34 UTC (11+ messages)
` [PATCH net-next v2 2/2] selftests: net: ksft: support marking tests as disruptive
[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-01 15:06 UTC (13+ messages)
` [PATCH v3 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v3 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v3 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-01 12:07 UTC (41+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH bpf-next 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-01 10:12 UTC (15+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[PATCH v3] selftest: acct: Add selftest for the acct() syscall
2024-07-31 23:29 UTC (2+ messages)
[PATCH 1/1] selftest: drivers: Add support its msi hwirq checking
2024-07-31 23:12 UTC (4+ messages)
[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
2024-07-31 23:04 UTC (3+ messages)
[PATCH 0/2] tools/nolibc: add support for [v]sscanf()
2024-07-31 23:01 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "selftests: kselftest: Fix build failure with NOLIBC"
kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
2024-07-31 22:40 UTC (2+ messages)
kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
2024-07-31 22:21 UTC
kselftest/next kselftest-seccomp: 1 runs, 1 regressions (v6.11-rc1-6-g38cde27f74d8)
2024-07-31 22:21 UTC
[PATCH] selftests: tc-testing: Fixed Typo error
2024-07-31 22:07 UTC
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1-1-g170c966cbe27)
2024-07-31 22:07 UTC
kselftest/next build: 6 builds: 2 failed, 4 passed, 1 warning (v6.11-rc1-6-g38cde27f74d8)
2024-07-31 21:23 UTC
[PATCH net-next v17 00/14] Device Memory TCP
2024-07-31 21:19 UTC (4+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
[PATCH v2] kunit: add test duration attribute
2024-07-31 20:15 UTC
[PATCH bpf-next v4 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-31 19:27 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v4 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
` [PATCH bpf-next v4 3/3] selftests/bpf: add wrong type test to cgroup dev
[PATCH v2] selftests: lib: remove strscpy test
2024-07-31 18:13 UTC (4+ messages)
[PATCH] selftests: user: remove user suite
2024-07-31 18:12 UTC (6+ messages)
[PATCH] selftests: tc-testing: Fixed Typo error
2024-07-31 18:09 UTC
[PATCH v2] selftests: ksft: Fix finished() helper exit code on skipped tests
2024-07-31 17:47 UTC (3+ messages)
[PATCH] selftests: tpm2: redirect python unittest logs to stdout
2024-07-31 17:45 UTC (3+ messages)
[PATCH] selftests/exec: Fix grammar in an error message
2024-07-31 17:44 UTC (2+ messages)
[PATCH 0/3] bitmap: Convert test_bitmap to kunit test
2024-07-31 16:26 UTC (19+ messages)
` [PATCH 2/3] bitmap: Rename module
[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
2024-07-31 12:14 UTC (10+ messages)
` [PATCH RFT v7 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v7 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v7 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v7 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v7 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v7 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v7 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v7 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support
[PATCH net 0/7] mptcp: fix endpoints with 'signal' and 'subflow' flags
2024-07-31 11:05 UTC (8+ messages)
` [PATCH net 1/7] mptcp: fully established after ADD_ADDR echo on MPJ
` [PATCH net 2/7] mptcp: pm: deny endp with signal + subflow + port
` [PATCH net 3/7] mptcp: pm: reduce indentation blocks
` [PATCH net 4/7] mptcp: pm: don't try to create sf if alloc failed
` [PATCH net 5/7] mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
` [PATCH net 6/7] selftests: mptcp: join: ability to invert ADD_ADDR check
` [PATCH net 7/7] selftests: mptcp: join: test both signal & subflow
[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
2024-07-31 10:05 UTC (6+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-07-31 10:01 UTC (7+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: Support more socket types in create_pair()
` [PATCH bpf-next v2 2/6] selftests/bpf: Socket pair creation, cleanups
` [PATCH bpf-next v2 3/6] selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()
` [PATCH bpf-next v2 4/6] selftests/bpf: Honour the sotype of af_unix redir tests
` [PATCH bpf-next v2 5/6] selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()
` [PATCH bpf-next v2 6/6] selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()
[RFC PATCH 1/1] kselftests: Add test to detect boot event slowdowns
2024-07-31 9:25 UTC (2+ messages)
[PATCH] kunit: Device wrappers should also manage driver name
2024-07-31 8:34 UTC (2+ messages)
[PATCH bpf-next v3 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
2024-07-31 5:47 UTC (6+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v3 2/3] selftests/bpf: convert test_dev_cgroup to test_progs
[PATCH v7] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-30 23:13 UTC (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests
Converting kselftest test modules to kunit
2024-07-30 22:55 UTC (6+ messages)
[PATCH 0/1] selftest: drivers: Add support its msi hwirq checking
2024-07-30 20:59 UTC (2+ messages)
[PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()
2024-07-30 20:50 UTC (2+ messages)
[PATCH net-next 0/7] net/selftests: TCP-AO selftests updates
2024-07-30 19:07 UTC (3+ messages)
[RFC PATCH v5 00/29] TDX KVM selftests
2024-07-30 19:03 UTC (4+ messages)
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test
[PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down
2024-07-30 18:13 UTC (5+ messages)
` [PATCH net-next 2/2] selftests: net: ksft: support marking tests as disruptive
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox