messages from 2024-08-01 13:00:12 to 2024-08-06 08:10:51 UTC [more...]
[PATCH] selftest/perf: Add perf-test to perform perf testcase
2024-08-06 8:10 UTC
[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-06 8:03 UTC (7+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers
[PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-06 7:55 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v2 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v2 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v2 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[PATCH net-next] selftests: forwarding: lib.sh: ignore "Address not found"
2024-08-06 7:40 UTC (3+ messages)
[PATCH] selftest/powerpc/benchmark: remove requirement libc-dev
2024-08-06 6:54 UTC (2+ messages)
[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
2024-08-06 7:03 UTC (4+ messages)
[PATCH v2 0/2] selftests: harness: refactor __constructor_order
2024-08-06 4:27 UTC (2+ messages)
[PATCH] kunit: Fix kunit_kstrdup_const() with modules
2024-08-06 4:06 UTC (2+ messages)
[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
2024-08-06 3:54 UTC (4+ messages)
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support
[PATCH] kunit: Device wrappers should also manage driver name
2024-08-06 2:05 UTC (4+ messages)
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-08-06 0:50 UTC (11+ messages)
[GIT PULL] Kselftest fixes update for Linux 6.11-rc3
2024-08-05 22:16 UTC (3+ messages)
[PATCH v2] kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python 3
2024-08-05 22:07 UTC (2+ messages)
[PATCH v3] Kunit to check the longest symbol length
2024-08-05 21:56 UTC
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-05 21:25 UTC (15+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection
[PATCH-cgroup 0/5] cgroup/cpuset: Miscellaneous cpuset updates for 6.12
2024-08-05 20:58 UTC (9+ messages)
` [PATCH-cgroup 1/5] cgroup/cpuset: fix panic caused by partcmd_update
` [PATCH-cgroup 2/5] cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
` [PATCH-cgroup 3/5] cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
` [PATCH-cgroup 4/5] cgroup/cpuset: Check for partition roots with overlapping CPUs
` [PATCH-cgroup 5/5] selftest/cgroup: Add new test cases to test_cpuset_prs.sh
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-08-05 19:54 UTC (3+ messages)
[PATCH net-next] selftests: net: py: support verbose printing, display executed commands
2024-08-05 14:14 UTC (3+ messages)
[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
2024-08-05 9:52 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
[PATCH 00/12] tools/nolibc: improve LLVM/clang support
2024-08-04 15:59 UTC (21+ messages)
` [PATCH 03/12] tools/nolibc: move entrypoint specifics to compiler.h
` [PATCH 04/12] tools/nolibc: use attribute((naked)) if available
` [PATCH 06/12] selftests/nolibc: avoid passing NULL to printf("%s")
` [PATCH 07/12] selftests/nolibc: determine $(srctree) first
` [PATCH 09/12] selftests/nolibc: add support for LLVM= parameter
[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
2024-08-04 9:47 UTC (12+ messages)
` [PATCH net-next v2 1/7] selftests/net: Clean-up double assignment
` [PATCH net-next v2 2/7] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v2 3/7] selftests/net: Be consistent in kconfig checks
` [PATCH net-next v2 4/7] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next v2 5/7] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next v2 7/7] selftests/net: Add trace events matching to tcp_ao
[PATCH] tools/nolibc: pass argc, argv and envp to constructors
2024-08-03 18:23 UTC (3+ messages)
[PATCH 0/2] tools/nolibc: add support for [v]sscanf()
2024-08-03 10:16 UTC (6+ messages)
` [PATCH 1/2] "
[PATCH v2] kunit: add test duration attribute
2024-08-03 7:17 UTC (2+ messages)
[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
2024-08-03 0:32 UTC (4+ messages)
` [PATCH v2 1/3] iommufd: Reorder include files
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains
` [PATCH v2 3/3] iommufd/selftest: Add coverage for reserved IOVAs
[PATCH net-next v3 1/3] selftests: net-drv: exercise queue stats when the device is down
2024-08-02 23:30 UTC (4+ messages)
` [PATCH net-next v3 2/3] selftests: net: ksft: support marking tests as disruptive
` [PATCH net-next v3 3/3] selftests: net: ksft: replace 95 with errno.EOPNOTSUPP
[PATCH v2] selftests: openat2: don't print total number of tests and then skip
2024-08-02 23:10 UTC (8+ messages)
[PATCH 0/3] iommufd: Add selftest coverage for reserved IOVAs
2024-08-02 21:57 UTC (5+ messages)
` [PATCH 1/3] iommufd: Reorder include files
` [PATCH 2/3] iommu/dma: Support MSIs through nested domains
` [PATCH 3/3] iommufd/selftest: Add coverage for reserved IOVAs
[PATCH v1] kselftest/devices/probe: fixed SintaxWarning for Python 3
2024-08-02 21:26 UTC (2+ messages)
[PATCH 0/2] selftests/nolibc: run-user improvements
2077-09-15 0:13 UTC (5+ messages)
[PATCH 0/7] Extend pmu_counters_test to AMD CPUs
2024-08-02 18:22 UTC (7+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2
[PATCH] selftests: tpm2: redirect python unittest logs to stdout
2024-08-02 17:46 UTC (7+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-02 16:03 UTC (18+ messages)
` [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 v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-02 15:59 UTC (11+ messages)
` [PATCH v4 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v4 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v4 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v4 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v4 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v4 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v4 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH RFC] kselftest: devices: Add test to detect missing devices
2024-08-02 15:48 UTC (8+ messages)
[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
2024-08-02 15:37 UTC (7+ messages)
Questions regarding "act_mirred: use the backlog for nested calls to mirred ingress"
2024-08-02 13:25 UTC
[PATCH 1/2] selftests: rust: config: add trailing newline
2024-08-02 12:45 UTC (2+ messages)
` [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS
[PATCH net-next 1/6] net: netconsole: selftests: Create a new netconsole selftest
2024-08-02 8:09 UTC (3+ messages)
[PATCH net 0/7] mptcp: fix endpoints with 'signal' and 'subflow' flags
2024-08-02 1:40 UTC (2+ messages)
[PATCH net-next v2 1/2] selftests: net-drv: exercise queue stats when the device is down
2024-08-01 21:38 UTC (13+ messages)
` [PATCH net-next v2 2/2] selftests: net: ksft: support marking tests as disruptive
[PATCH] MAINTAINERS: Add selftests/x86 entry
2024-08-01 19:57 UTC (7+ 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 (10+ messages)
` [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 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 v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-01 15:06 UTC (4+ messages)
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case
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