messages from 2026-01-15 23:22:23 to 2026-01-18 13:55:12 UTC [more...]
[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
2026-01-18 13:54 UTC (11+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 03/38] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v4 04/38] dmaengine: dw-edma: Add notify-only channels support
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 06/38] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v4 07/38] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 09/38] NTB: core: Add mw_set_trans_ranges() for subrange programming
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
[PATCH v1] selftests: udmabuf: fix hugepage size calculation
2026-01-18 13:51 UTC
[PATCH] selftests/mm: remove virtual_address_range test
2026-01-18 12:58 UTC (4+ messages)
[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
2026-01-18 11:30 UTC (3+ messages)
[PATCH net-next v11 0/7] netconsole: support automatic target recovery
2026-01-18 11:00 UTC (8+ messages)
` [PATCH net-next v11 1/7] netconsole: add target_state enum
` [PATCH net-next v11 2/7] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v11 3/7] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v11 4/7] netconsole: clear dev_name for devices bound by mac
` [PATCH net-next v11 5/7] netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlock
` [PATCH net-next v11 6/7] netconsole: resume previously deactivated target
` [PATCH net-next v11 7/7] selftests: netconsole: validate target resume
[PATCH v4 0/3] KVM ARM64 pre_fault_memory
2026-01-18 10:29 UTC (5+ messages)
` [PATCH v4 1/3] KVM: arm64: Add pre_fault_memory implementation
[PATCH] selftests: alsa: Remove unused variable in utimer-test
2026-01-18 6:55 UTC
[PATCH v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
2026-01-18 6:36 UTC (5+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "
` [PATCH v5 v5 2/3] tracing/fprobe: Support comma-separated symbols "
` [PATCH v5 v5 3/3] selftests/ftrace: Add accept cases for fprobe list syntax
[PATCH nf-next v3 0/5] Add IP6IP6 flowtable SW acceleration
2026-01-17 23:05 UTC (8+ messages)
` [PATCH nf-next v3 1/5] netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signature
` [PATCH nf-next v3 2/5] netfilter: Introduce tunnel metadata info in nf_flowtable_ctx struct
` [PATCH nf-next v3 3/5] netfilter: flowtable: Add IP6IP6 rx sw acceleration
` [nf-next,v3,3/5] "
` [PATCH nf-next v3 4/5] netfilter: flowtable: Add IP6IP6 tx "
` [nf-next,v3,4/5] "
` [PATCH nf-next v3 5/5] selftests: netfilter: nft_flowtable.sh: Add IP6IP6 flowtable selftest
[PATCH 0/3] sparc: Add architecture support for clone3
2026-01-17 21:23 UTC (13+ messages)
` [PATCH 1/3] sparc: Synchronize user stack on fork and clone
` [PATCH 2/3] sparc: Add architecture support for clone3
` [PATCH 3/3] selftests/clone3: Add sys_clone3 wrapper for SPARC
[PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro to use `syn`
2026-01-17 20:09 UTC (2+ messages)
[PATCH net-next v10 0/7] netconsole: support automatic target recovery
2026-01-17 17:22 UTC (5+ messages)
` [PATCH net-next v10 7/7] selftests: netconsole: validate target resume
[PATCH v8 07/15] iommupt: Add map_pages op
2026-01-17 15:43 UTC (3+ messages)
[PATCH 00/23] gpiolib: Adopt revocable mechanism for UAF prevention
2026-01-17 12:48 UTC (33+ messages)
` [PATCH 01/23] gpiolib: Correct wrong kfree() usage for `kobj->name`
` [PATCH 02/23] gpiolib: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
` [PATCH 03/23] gpiolib: Fix resource leaks on errors in gpiochip_add_data_with_key()
` [PATCH 04/23] gpiolib: Fix resource leaks on errors in lineinfo_changed_notify()
` [PATCH 05/23] gpiolib: cdev: Correct return code on memory allocation failure
` [PATCH 06/23] gpiolib: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH 07/23] gpiolib: Remove redundant check for struct gpio_chip
` [PATCH 08/23] gpiolib: sysfs: "
` [PATCH 09/23] gpiolib: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH 10/23] gpiolib: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH 11/23] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH 12/23] gpiolib: Add revocable provider handle for struct gpio_chip
` [PATCH 13/23] gpiolib: cdev: Leverage revocable for gpio_fileops
` [PATCH 14/23] gpiolib: cdev: Leverage revocable for linehandle_fileops
` [PATCH 15/23] gpiolib: cdev: Leverage revocable for line_fileops
` [PATCH 16/23] gpiolib: cdev: Leverage revocable for lineevent_fileops
` [PATCH 17/23] gpiolib: cdev: Leverage revocable for lineinfo_changed_notify
` [PATCH 18/23] gpiolib: Leverage revocable for gpiolib_sops
` [PATCH 19/23] revocable: Support to define revocable consumer handle on stack
` [PATCH 20/23] revocable: Add Kunit test case for DEFINE_REVOCABLE()
` [PATCH 21/23] selftests: revocable: Add "
` [PATCH 22/23] gpiolib: Leverage revocable for other independent lifecycle instances
` [PATCH 23/23] gpiolib: Remove unused `chip` and `srcu` in struct gpio_device
[PATCH] kselftest/arm64: Use syscall() macro over nolibc my_syscall()
2026-01-17 12:10 UTC
[PATCH] selftests: riscv: vstate_exec_nolibc: Use the regular prctl() function
2026-01-17 11:27 UTC
next-20251020: selftests: helpers.h:10:10: fatal error: kselftest.h: No such file or directory
2026-01-17 11:08 UTC (3+ messages)
` [PATCH] selftests/x86: Add selftests include path for kselftest.h after centralization
[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-17 10:59 UTC (21+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions
` [PATCH v2 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-17 10:33 UTC (3+ messages)
` [PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines
[PATCH 0/5] selftests/damon: improve leak detection and wss estimation reliability
2026-01-17 2:07 UTC (6+ messages)
` [PATCH 1/5] selftests/damon/sysfs_memcg_path_leak.sh: use kmemleak
` [PATCH 2/5] selftests/damon/wss_estimation: test for up to 160 MiB working set size
` [PATCH 3/5] selftests/damon/access_memory: add repeat mode
` [PATCH 4/5] selftests/damon/wss_estimation: ensure number of collected wss
` [PATCH 5/5] selftests/damon/wss_estimation: deduplicate failed samples output
[PATCH net-next v15 00/12] vsock: add namespace support to vhost-vsock and loopback
2026-01-16 21:28 UTC (13+ messages)
` [PATCH net-next v15 01/12] vsock: add netns to vsock core
` [PATCH net-next v15 02/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v15 03/12] vsock: add netns support to virtio transports
` [PATCH net-next v15 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v15 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v15 06/12] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v15 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v15 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v15 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v15 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v15 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v15 12/12] selftests/vsock: add tests for namespace deletion
[PATCH v3 0/3] vfio: selftests: Add MMIO DMA mapping test
2026-01-16 22:33 UTC (2+ messages)
[PATCH bpf-next v5 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-16 22:33 UTC (13+ messages)
` [PATCH bpf-next v5 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v5 4/9] bpf: Add syscall common attributes support for prog_load
` [PATCH bpf-next v5 8/9] libbpf: Add common attr support for map_create
[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
2026-01-16 22:20 UTC (7+ messages)
` [PATCH bpf-next 2/4] bpf/selftests: introduce bptool test runner and a first test
[PATCH v7 0/3] drivers/base: Introduce revocable
2026-01-16 18:31 UTC (17+ messages)
` [PATCH v7 1/3] revocable: Revocable resource management
` [PATCH v7 2/3] revocable: Add Kunit test cases
` [PATCH v7 3/3] selftests: revocable: Add kselftest cases
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 18:16 UTC (26+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
[PATCH v2] kunit: add bash completion
2026-01-16 17:46 UTC
[PATCH] kunit: add bash completion
2026-01-16 17:16 UTC (5+ messages)
[RESEND PATCH] selftests/run_kselftest.sh: Add `--skip` argument option
2026-01-16 14:20 UTC
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2026-01-16 12:10 UTC (3+ messages)
[PATCH net-next v2] selftests: net: csum: Fix printk format in recv_get_packet_csum_status()
2026-01-16 10:13 UTC (2+ messages)
[PATCH] kunit: tool: suppress confusing error output in test
2026-01-16 9:30 UTC (2+ messages)
[PATCH nf-next v2 0/4] Add IP6IP6 flowtable SW acceleration
2026-01-16 8:10 UTC (4+ messages)
` [PATCH nf-next v2 2/4] netfilter: flowtable: Add IP6IP6 rx sw acceleration
[PATCH net-next v10 0/5] net: devmem: improve cpu cost of RX token management
2026-01-16 5:02 UTC (6+ messages)
` [PATCH net-next v10 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v10 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v10 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v10 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v10 5/5] selftests: drv-net: devmem: add autorelease tests
[PATCH v2 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-01-16 4:23 UTC (7+ messages)
` [PATCH v2 1/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v2 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v2 7/8] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v2 8/8] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH net v2] selftests: net: fib-onlink-tests: Convert to use namespaces by default
2026-01-16 4:00 UTC (2+ messages)
[PATCH net-next v2] selftests: tls: use mkstemp instead of open(O_TMPFILE)
2026-01-16 2:49 UTC (2+ messages)
[PATCH RESEND] docs: kselftest: remove link to obsolete wiki
2026-01-16 2:23 UTC (3+ messages)
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