messages from 2026-01-16 10:10:34 to 2026-01-19 08:33:35 UTC [more...]
[PATCH 00/23] gpiolib: Adopt revocable mechanism for UAF prevention
2026-01-19 8:33 UTC (13+ messages)
` [PATCH 01/23] gpiolib: Correct wrong kfree() usage for `kobj->name`
` [PATCH 04/23] gpiolib: Fix resource leaks on errors in lineinfo_changed_notify()
[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
2026-01-19 8:20 UTC (2+ messages)
[PATCH] selftests: alsa: Remove unused variable in utimer-test
2026-01-19 8:13 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-19 7:58 UTC (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
[PATCH] kunit: tool: Add (primitive) support for outputting JUnit XML
2026-01-19 7:57 UTC (2+ messages)
[PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
2026-01-19 7:10 UTC (7+ messages)
` [PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro to use `syn`
` [PATCH v3 11/12] rust: kunit: use `pin_init::zeroed` instead of custom null value
[PATCH] selftests/mm: remove virtual_address_range test
2026-01-19 6:21 UTC (5+ messages)
[PATCH net-next v2] selftests: tls: use mkstemp instead of open(O_TMPFILE)
2026-01-19 6:16 UTC (3+ messages)
[PATCH net-next v5 0/7] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
2026-01-19 5:40 UTC (8+ messages)
` [PATCH net-next v5 1/7] selftest: tun: Format tun.c existing code
` [PATCH net-next v5 2/7] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing
` [PATCH net-next v5 3/7] selftest: tun: Refactor tun_delete to use tuntap_helpers
` [PATCH net-next v5 4/7] selftest: tun: Add helpers for GSO over UDP tunnel
` [PATCH net-next v5 5/7] selftest: tun: Add test for sending gso packet into tun
` [PATCH net-next v5 6/7] selftest: tun: Add test for receiving gso packet from tun
` [PATCH net-next v5 7/7] selftest: tun: Add test data for success and failure paths
[PATCH v10 00/16] arm64: entry: Convert to Generic Entry
2026-01-19 2:02 UTC (2+ messages)
[PATCH] lib/test_vmalloc.c: Minor fixes to test_vmalloc.c
2026-01-19 1:30 UTC (2+ messages)
[PATCH v8 07/15] iommupt: Add map_pages op
2026-01-19 1:00 UTC (4+ messages)
[PATCH net-next 0/1] AccECN packetdrill selftest series
2026-01-19 0:05 UTC (6+ messages)
` [PATCH net-next 1/1] selftests/net: Add packetdrill packetdrill cases
[PATCH] rust: use consistent backtick formatting for NULL in docs
2026-01-18 23:07 UTC (2+ messages)
[PATCH v1] selftests: udmabuf: fix hugepage size calculation
2026-01-18 20:38 UTC (2+ messages)
[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
2026-01-18 17:05 UTC (41+ 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 10/38] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() "
` [RFC PATCH v4 12/38] NTB: core: Add driver_override support for NTB devices
` [RFC PATCH v4 13/38] PCI: endpoint: pci-epf-vntb: Support BAR subrange mappings for MWs
` [RFC PATCH v4 14/38] PCI: endpoint: pci-epf-vntb: Implement .get_private_data() callback
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 16/38] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v4 17/38] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v4 18/38] NTB: ntb_transport: Use ntb_get_dma_dev()
` [RFC PATCH v4 19/38] NTB: ntb_transport: Rename ntb_transport.c to ntb_transport_core.c
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v4 21/38] NTB: ntb_transport: Export common helpers for modularization
` [RFC PATCH v4 22/38] NTB: ntb_transport: Split core library and default NTB client
` [RFC PATCH v4 23/38] NTB: ntb_transport: Add transport backend infrastructure
` [RFC PATCH v4 24/38] NTB: ntb_transport: Run ntb_set_mw() before link-up negotiation
` [RFC PATCH v4 25/38] NTB: hw: Add remote eDMA backend registry and DesignWare backend
` [RFC PATCH v4 26/38] NTB: ntb_transport: Add remote embedded-DMA transport client
` [RFC PATCH v4 27/38] ntb_netdev: Multi-queue support
` [RFC PATCH v4 28/38] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v4 29/38] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v4 30/38] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v4 31/38] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v4 32/38] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car
` [RFC PATCH v4 33/38] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage
` [RFC PATCH v4 34/38] Documentation: driver-api: ntb: Document remote embedded-DMA transport
` [RFC PATCH v4 35/38] PCI: endpoint: pci-epf-test: Add pci_epf_test_next_free_bar() helper
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode
` [RFC PATCH v4 37/38] misc: pci_endpoint_test: Add remote eDMA transfer test mode
` [RFC PATCH v4 38/38] selftests: pci_endpoint: Add remote eDMA transfer coverage
[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
2026-01-18 16:22 UTC (4+ messages)
[PATCH net] selftests: net: amt: wait longer for connection before sending packets
2026-01-18 15:38 UTC (2+ messages)
[PATCH] kselftest/arm64: Use syscall() macro over nolibc my_syscall()
2026-01-18 15:16 UTC (2+ messages)
[PATCH 0/3] sparc: Add architecture support for clone3
2026-01-18 14:39 UTC (14+ 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 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 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 4/5] netfilter: flowtable: Add IP6IP6 tx sw acceleration
2026-01-17 23:05 UTC (2+ messages)
` [nf-next,v3,4/5] "
[PATCH nf-next v3 3/5] netfilter: flowtable: Add IP6IP6 rx sw acceleration
2026-01-17 23:05 UTC (2+ messages)
` [nf-next,v3,3/5] "
[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] 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 (15+ 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 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 (4+ messages)
[PATCH v7 0/3] drivers/base: Introduce revocable
2026-01-16 18:31 UTC (15+ messages)
` [PATCH v7 1/3] revocable: Revocable resource management
[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)
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