messages from 2024-03-29 19:20:08 to 2024-04-03 13:20:07 UTC [more...]
[PATCH v3 00/15] Add support for suppressing warning backtraces
2024-04-03 13:19 UTC (15+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 05/15] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 07/15] x86: Add support for suppressing warning backtraces
` [PATCH v3 08/15] arm64: "
` [PATCH v3 09/15] loongarch: "
` [PATCH v3 10/15] parisc: "
` [PATCH v3 11/15] s390: "
` [PATCH v3 12/15] sh: "
` [PATCH v3 13/15] sh: Move defines needed "
` [PATCH v3 14/15] riscv: Add support "
[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2024-04-03 12:41 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: Add F_SETFL for fcntl
2024-04-03 12:05 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
2024-04-03 12:03 UTC (5+ messages)
[PATCH 0/2] cgroup/cpuset: Make cpuset hotplug processing synchronous
2024-04-03 12:02 UTC (6+ messages)
` [PATCH 1/2] "
` "
` [PATCH 2/2] cgroup/cpuset: Add test_cpuset_v1_hp.sh
[PATCH net-next 0/7] selftests: net: groundwork for YNL-based tests
2024-04-03 8:58 UTC (23+ messages)
` [PATCH net-next 1/7] netlink: specs: define ethtool header flags
` [PATCH net-next 2/7] tools: ynl: copy netlink error to NlError
` [PATCH net-next 3/7] selftests: net: add scaffolding for Netlink tests in Python
` [PATCH net-next 4/7] selftests: nl_netdev: add a trivial Netlink netdev test
` [PATCH net-next 5/7] netdevsim: report stats by default, like a real device
` [PATCH net-next 6/7] selftests: drivers: add scaffolding for Netlink tests in Python
` [PATCH net-next 7/7] testing: net-drv: add a driver test for stats reporting
[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-03 8:04 UTC (23+ messages)
` [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
` [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v5 10/22] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
` [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v5 18/22] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-03 7:36 UTC (26+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
[PATCH net-next v2 0/7] selftests: net: groundwork for YNL-based tests
2024-04-03 2:34 UTC (8+ messages)
` [PATCH net-next v2 1/7] netlink: specs: define ethtool header flags
` [PATCH net-next v2 2/7] tools: ynl: copy netlink error to NlError
` [PATCH net-next v2 3/7] selftests: net: add scaffolding for Netlink tests in Python
` [PATCH net-next v2 4/7] selftests: nl_netdev: add a trivial Netlink netdev test
` [PATCH net-next v2 5/7] netdevsim: report stats by default, like a real device
` [PATCH net-next v2 6/7] selftests: drivers: add scaffolding for Netlink tests in Python
` [PATCH net-next v2 7/7] testing: net-drv: add a driver test for stats reporting
kselftest/fixes kselftest-livepatch: 1 runs, 1 regressions (linux_kselftest-fixes-6.9-rc2)
2024-04-03 1:07 UTC
[RFC PATCH net-next v8 00/14] Device Memory TCP
2024-04-03 0:20 UTC (15+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP
kselftest/fixes build: 4 builds: 0 failed, 4 passed, 1 warning (linux_kselftest-fixes-6.9-rc2)
2024-04-03 0:09 UTC
[PATCH v1 bpf-next 0/8] selftests/bpf: Add sockaddr tests for kernel networking
2024-04-03 0:05 UTC (12+ messages)
` [PATCH v1 bpf-next 1/8] selftests/bpf: Introduce sock_addr_testmod
` [PATCH v1 bpf-next 4/8] selftests/bpf: Add recv_msg_from_client to network helpers
` [PATCH v1 bpf-next 5/8] selftests/bpf: Factor out load_path and defines from test_sock_addr
` [PATCH v1 bpf-next 8/8] selftests/bpf: Fix bind program for big endian systems
[PATCH] KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
2024-04-02 23:06 UTC (3+ messages)
kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.9-rc1-11-ge1e4db64728f8)
2024-04-02 22:15 UTC
kselftest/next build: 4 builds: 0 failed, 4 passed, 1 warning (v6.9-rc1-11-ge1e4db64728f8)
2024-04-02 21:17 UTC
[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
2024-04-02 18:20 UTC (14+ messages)
[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
2024-04-02 17:21 UTC (9+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions
[PATCH] Documentation: kunit: correct KUNIT_VERY_SLOW to KUNIT_SPEED_VERY_SLOW
2024-04-02 16:15 UTC (3+ messages)
[PATCH] KVM: riscv: selftests: Add SBI base extension test
2024-04-02 14:12 UTC (2+ messages)
[PATCH v2] Documentation: kunit: Clarify test filter format
2024-04-02 12:51 UTC
Subject: [PATCH] Add test for more file systems in landlock - ext4
2024-04-02 11:54 UTC (3+ messages)
[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
2024-04-02 11:33 UTC (11+ messages)
[PATCH] Documentation: kunit: Clarify test filter format
2024-04-02 9:52 UTC (3+ messages)
[PATCH][next] selftest/mm: Fix spelling mistake "skiped" -> "skipped"
2024-04-02 8:15 UTC
[PATCH net 0/2] mptcp: fix fallback MIB counter and wrong var in selftests
2024-04-02 4:50 UTC (2+ messages)
[PATCH net] selftests: reuseaddr_conflict: add missing new line at the end of the output
2024-04-02 4:20 UTC (3+ messages)
[PATCH] Add test for more file systems in landlock - ext4
2024-04-01 21:19 UTC
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-04-01 19:22 UTC (8+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
[PATCH v2 00/27] riscv control-flow integrity for usermode
2024-04-01 17:55 UTC (7+ messages)
` [PATCH v2 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/3] Add a test case for KVM_X86_DISABLE_EXIT
2024-04-01 17:15 UTC (6+ messages)
` [PATCH v2 1/3] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v2 2/3] KVM: selftests: Extend @shape to allow creation of VM without in-kernel APIC
` [PATCH v2 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT
[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
2024-04-01 15:59 UTC (26+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
` [External] "
[PATCH v1 0/3] Add a test case for KVM_X86_DISABLE_EXIT
2024-04-01 12:31 UTC (7+ messages)
` [PATCH v1 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT
[PATCH bpf-next v2] selftests/bpf: Move test_dev_cgroup to prog_tests
2024-04-01 11:52 UTC (4+ messages)
[PATCH] selftests/mm: import strings.h for ffsl
2024-04-01 9:50 UTC (4+ messages)
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-03-29 20:18 UTC (4+ messages)
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests
[PATCH 0/3] selftests/mm: mremap_test: Optimizations and style fixes
2024-03-30 17:35 UTC (4+ messages)
` [PATCH 1/3] selftests/mm: mremap_test: Optimize using pre-filled random array and memcpy
` [PATCH 2/3] selftests/mm: mremap_test: Optimize execution time from minutes to seconds using chunkwise memcmp
` [PATCH 3/3] selftests/mm: mremap_test: Use sscanf to parse /proc/self/maps
[PATCH v3] selftests: x86: skip the tests if prerequisites aren't fulfilled
2024-03-30 11:08 UTC (5+ messages)
[GIT PULL] KUnit fixes update for Linux 6.9-rc2
2024-03-29 22:58 UTC (2+ messages)
[GIT PULL] Kselftest fixes update for Linux 6.9-rc2
2024-03-29 22:58 UTC (2+ messages)
[PATCH] selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate
2024-03-29 20:20 UTC (2+ messages)
[PATCH v3 00/30] NT synchronization primitive driver
2024-03-29 20:07 UTC (3+ messages)
` [PATCH v3 17/30] selftests: ntsync: Add some tests for semaphore state
[PATCH v3] kselftest/clone3: Make test names for set_tid test stable
2024-03-29 19:55 UTC (5+ messages)
[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
2024-03-29 19:54 UTC (2+ messages)
[RFC PATCH v3 0/8] mm: workingset reporting
2024-03-29 19:43 UTC (3+ messages)
` [RFC PATCH v3 8/8] mm: test system-wide "
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