messages from 2026-03-20 04:03:52 to 2026-03-23 03:21:32 UTC [more...]
[PATCH v4 0/5] selftests/mm: skip several tests when thp is not available
2026-03-23 3:21 UTC (6+ messages)
` [PATCH v4 3/5] selftests/mm: move write_file helper to vm_util
[PATCH bpf-next v2] selftests/bpf: test access to ringbuf position with map pointer
2026-03-23 2:18 UTC
[PATCH bpf-next] selftests/bpf: test access to ringbuf position with map pointer
2026-03-23 2:06 UTC (5+ messages)
[PATCH 0/2] vfio: selftests: Fix MMIO test failures in iommufd compat mode
2026-03-23 0:37 UTC (5+ messages)
` [PATCH 1/2] vfio: selftests: Fix iommufd compat mode __iommu_unmap() crash
` [PATCH 2/2] vfio: selftests: Align __iommu_unmap() check with iommufd compat mode
[PATCH v2] selftests: x86: test_shadow_stack: return KSFT_SKIP when test is skipped
2026-03-22 23:39 UTC
[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-03-22 21:34 UTC (5+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
[PATCH] selftests/x86: Fix sysret_rip assertion failure on FRED systems
2026-03-22 20:08 UTC (6+ messages)
[PATCH] lib: Move crypto library tests to Runtime Testing menu
2026-03-22 20:08 UTC (2+ messages)
[RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed
2026-03-22 17:47 UTC (10+ messages)
` [RFC PATCH v4 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v4 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v4 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v4 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v4 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
` (sashiko review) "
` (sashiko status) [RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed
[PATCH net-next 0/3] tcp: fix scaled no-shrink rwnd quantization slack
2026-03-22 16:32 UTC (3+ messages)
` [PATCH net-next 3/3] selftests: packetdrill: cover scaled "
[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-03-22 16:18 UTC (9+ messages)
` [PATCH v4 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v4 2/7] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v4 3/7] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v4 4/7] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v4 5/7] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v4 6/7] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v4 7/7] selftest/cgroup: fix zswap attempt_writeback() on 64K "
[PATCH v2 0/9] Kernel API Specification Framework
2026-03-22 12:10 UTC (10+ messages)
` [PATCH v2 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v2 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH v2 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH v2 5/9] kernel/api: add API specification for sys_open
` [PATCH v2 6/9] kernel/api: add API specification for sys_close
` [PATCH v2 7/9] kernel/api: add API specification for sys_read
` [PATCH v2 8/9] kernel/api: add API specification for sys_write
` [PATCH v2 9/9] kernel/api: add runtime verification selftest
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-22 10:22 UTC (9+ messages)
` [PATCH v2 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
[PATCH v4 0/2] tools/nolibc: add err.h
2026-03-22 8:38 UTC (2+ messages)
[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
2026-03-22 3:08 UTC (6+ messages)
[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
2026-03-22 1:20 UTC (10+ messages)
` [PATCH bpf-next v8 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v8 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v8 5/8] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH bpf-next v8 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
[PATCH 0/2] liveupdate: prevent double management of files
2026-03-22 1:04 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: liveupdate: add test for double preservation
[RFC PATCH net-next 3/3] selftests: seg6: add SRv6 srl2 + End.DT2U L2 VPN test
2026-03-22 0:05 UTC
[PATCH net-next v6 0/4] selftests: net: fix false failures due to missing features and host interference
2026-03-21 21:59 UTC (5+ messages)
` [PATCH net-next v6 1/4] selftests: net: run reuseport in an isolated netns
` [PATCH net-next v6 2/4] selftests: net: rename pmtu.sh to pmtu-test.sh
` [PATCH net-next v6 3/4] selftests: net: run pmtu.sh in netns to avoid host firewall interference
` [PATCH net-next v6 4/4] selftests: net: io_uring_zerocopy: enable io_uring for the test
[PATCH 00/10] mm/damon: let DAMON be paused and resumed
2026-03-21 20:47 UTC (9+ messages)
` [PATCH 06/10] mm/damon/tests/core-kunit: test pause commitment
` [PATCH 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [PATCH 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [PATCH 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
` (sashiko) "
[PATCH net-next v2] selftests: net: add tests for PPP
2026-03-21 15:46 UTC
[PATCH] lib/test_module: use pr_info instead of pr_warn for non-warning messages
2026-03-21 12:37 UTC
[PATCH net-next] selftests: net: add tests for PPP
2026-03-21 12:34 UTC (3+ messages)
[PATCH net] selftests: forwarding: local_termination: fix PTP UDP cksums
2026-03-21 12:19 UTC (2+ messages)
[PATCH net] selftests: drv-net: add missing tc config options for netkit tests
2026-03-21 10:36 UTC (2+ messages)
[net-next v4 12/12] selftests: drv-net: Add USO test
2026-03-21 8:01 UTC (2+ messages)
[PATCH v2 0/4] selftests: riscv: Fix compilation issues for v_ptrace and cfi
2026-03-21 5:20 UTC (12+ messages)
` [PATCH v2 1/4] selftests: riscv: Add definition of BIT() macro
` [PATCH v2 2/4] selftests: riscv: Add braces around EXPECT_EQ()
` [PATCH v2 3/4] riscv: ptrace: Fix BIT() compilation issues
` [PATCH v2 4/4] selftests: riscv: Add license to cfi selftest
[PATCH net-next v2 0/2] selftests/vsock: support nested VM runner for vmtest.sh
2026-03-21 1:40 UTC (2+ messages)
[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-21 1:16 UTC (9+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
` [PATCH v2 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH v2 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH v2 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH v2 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH v2 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH v2 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL
[RFC PATCH v2 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
2026-03-21 1:02 UTC (4+ messages)
[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
2026-03-20 21:17 UTC (3+ messages)
[PATCH v2] vfio: selftests: Support DMR and GNR-D DSA devices
2026-03-20 21:16 UTC (3+ messages)
[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
2026-03-20 21:18 UTC (2+ messages)
[PATCH v2] vfio: selftests: Build tests on aarch64
2026-03-20 21:17 UTC (2+ messages)
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-03-20 20:53 UTC (9+ messages)
` [PATCH V2] "
[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-20 20:26 UTC (12+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
[PATCH] selftests/livepatch: add test for module function patching
2026-03-20 20:11 UTC
[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
2026-03-20 20:06 UTC (2+ messages)
[PATCH] kselftest/coredump: reintroduce null pointer dereference
2026-03-20 19:46 UTC
[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
2026-03-20 18:29 UTC (7+ messages)
` [PATCH 1/6] selftests/run_kselftest.sh: Remove unused $ROOT
` [PATCH 2/6] selftests/run_kselftest.sh: Add missing quotes
` [PATCH 3/6] selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P
` [PATCH 4/6] selftests/run_kselftest.sh: Allow choosing per-test log directory
` [PATCH 5/6] selftests: Preserve subtarget failures in all/install
` [PATCH 6/6] kbuild: remove kselftest output in mrproper
[PATCH] selftests: x86: test_shadow_stack: return KSFT_SKIP when test is skipped
2026-03-20 17:23 UTC (5+ messages)
[PATCH net-next v5 0/4] selftests: net: fix false failures due to missing features and host interference
2026-03-20 16:25 UTC (2+ messages)
[PATCH net-next v3 00/13] net: sleepable ndo_set_rx_mode
2026-03-20 15:49 UTC (18+ messages)
` [PATCH net-next v3 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
` [Intel-wired-lan] "
` [PATCH net-next v3 04/13] net: move promiscuity handling into dev_rx_mode_work
` [PATCH net-next v3 06/13] mlx5: convert to ndo_set_rx_mode_async
` [PATCH net-next v3 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode
` [PATCH net-next v3 09/13] iavf: convert to ndo_set_rx_mode_async
` [PATCH net-next v3 11/13] dummy: "
` [PATCH net-next v3 12/13] net: warn ops-locked drivers still using ndo_set_rx_mode
[PATCH 0/3] Skip subrange map tests on DWC iATU allocation failure
2026-03-20 15:33 UTC (15+ messages)
` [PATCH 1/3] selftests: pci_endpoint: Skip subrange map test if iATU allocation fails
` [PATCH 3/3] misc: pci_endpoint_test: Handle -ENOSPC in subrange mapping test case
[RFC PATCH v2 07/10] selftests/damon/_damon_sysfs: support pause file staging
2026-03-20 15:22 UTC (2+ messages)
[PATCH v3] selftests/bpf: move trampoline_count to dedicated bpf_testmod target
2026-03-20 14:01 UTC (2+ messages)
[PATCH net-next v4 2/2] selftests: add check for seg6 tunsrc
2026-03-20 13:59 UTC
[PATCH v7 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
2026-03-20 13:56 UTC (3+ messages)
[PATCH v6 0/5] pid_namespace: make init creation more flexible
2026-03-20 13:47 UTC (2+ messages)
[PATCH 0/8] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-03-20 13:41 UTC (22+ messages)
` [PATCH 1/8] selftests: livepatch: test-syscall: Check for ARCH_HAS_SYSCALL_WRAPPER
` [PATCH 2/8] selftests: livepatch: test-kprobe: Replace true/false mod param by 1/0
` [PATCH 3/8] selftests: livepatch: test-kprobe: Check if kprobes can work with livepatches
` [PATCH 5/8] selftests: livepatch: sysfs: Split tests of replace attribute
` [PATCH 8/8] selftests: livepatch: functions.sh: Extend check for taint flag kernel message
[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
2026-03-20 13:40 UTC (6+ messages)
` [PATCH v14 1/4] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v14 3/4] arm64: Use generic TIF bits for common thread flags
` [PATCH v14 4/4] selftests: sud_test: Support aarch64
[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
2026-03-20 9:28 UTC (9+ messages)
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64
[PATCH net-next v7 0/4] ethtool: Dynamic RSS context indirection table resizing
2026-03-20 8:58 UTC (5+ messages)
` [PATCH net-next v7 1/4] ethtool: Track user-provided RSS indirection table size
` [PATCH net-next v7 2/4] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next v7 3/4] bnxt_en: Resize RSS contexts on channel count change
` [PATCH net-next v7 4/4] selftests: rss_drv: Add RSS indirection table resize tests
[PATCH net-next v2 2/2] selftests: rds: Add -c config option to rds/config.sh
2026-03-20 8:26 UTC (4+ messages)
` [net-next,v2,2/2] "
[PATCH net v5 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-03-20 7:33 UTC (9+ messages)
` [PATCH net v5 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
[PATCH net v3 0/2] team: fix header_ops type confusion and add selftest
2026-03-20 7:21 UTC (3+ messages)
` [PATCH net v3 1/2] team: fix header_ops type confusion with non-Ethernet ports
` [PATCH net v3 2/2] selftests: team: add non-Ethernet header_ops reproducer
[PATCH net-next v3 0/2] selftests: rds: add config file and config.sh -c option
2026-03-20 4:18 UTC (3+ messages)
` [PATCH net-next v3 1/2] selftests: rds: add tools/testing/selftests/net/rds/config
` [PATCH net-next v3 2/2] selftests: rds: Add -c config option to rds/config.sh
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