messages from 2025-03-03 08:23:04 to 2025-03-04 17:49:15 UTC [more...]
[PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-03-04 17:49 UTC (3+ messages)
[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-04 16:20 UTC (4+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
[PATCH v3 0/2] tools: Unify top-level quiet infrastructure
2025-03-04 16:12 UTC (3+ messages)
` [PATCH v3 2/2] tools: Remove redundant quiet setup
[PATCH net-next v2 0/8] netconsole: Add taskname sysdata support
2025-03-04 14:50 UTC (6+ messages)
` [PATCH net-next v2 2/8] netconsole: Make boolean comparison consistent
` [PATCH net-next v2 6/8] netconsole: add task name to extra data fields
[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
2025-03-04 14:35 UTC (28+ messages)
` [PATCH v21 01/24] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH v21 02/24] ovpn: add basic netlink support
` [PATCH v21 03/24] ovpn: add basic interface creation/destruction/management routines
` [PATCH v21 04/24] ovpn: keep carrier always on for MP interfaces
` [PATCH v21 05/24] ovpn: introduce the ovpn_peer object
` [PATCH v21 06/24] ovpn: introduce the ovpn_socket object
` [PATCH v21 07/24] ovpn: implement basic TX path (UDP)
` [PATCH v21 08/24] ovpn: implement basic RX "
` [PATCH v21 09/24] ovpn: implement packet processing
` [PATCH v21 10/24] ovpn: store tunnel and transport statistics
` [PATCH v21 11/24] ovpn: implement TCP transport
` [PATCH v21 12/24] skb: implement skb_send_sock_locked_with_flags()
` [PATCH v21 13/24] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH v21 14/24] ovpn: implement multi-peer support
` [PATCH v21 15/24] ovpn: implement peer lookup logic
` [PATCH v21 16/24] ovpn: implement keepalive mechanism
` [PATCH v21 17/24] ovpn: add support for updating local UDP endpoint
` [PATCH v21 18/24] ovpn: add support for peer floating
` [PATCH v21 19/24] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH v21 20/24] ovpn: implement key add/get/del/swap "
` [PATCH v21 21/24] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH v21 22/24] ovpn: notify userspace when a peer is deleted
` [PATCH v21 23/24] ovpn: add basic ethtool support
` [PATCH v21 24/24] testing/selftests: add test tool and scripts for ovpn module
[PATCH net-next 0/7] netconsole: Add taskname sysdata support
2025-03-04 14:23 UTC (7+ messages)
` [PATCH net-next 5/7] netconsole: add task name to extra data fields
selftests: cgroup: Failures – Timeouts & OOM Issues Analysis
2025-03-04 14:20 UTC (2+ messages)
[PATCHv4 net 0/3] bond: fix xfrm offload issues
2025-03-04 13:11 UTC (4+ messages)
` [PATCHv4 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa
` [PATCHv4 net 2/3] bonding: fix xfrm offload feature setup on active-backup mode
` [PATCHv4 net 3/3] selftests: bonding: add ipsec offload test
[PATCH 00/32] kselftest harness and nolibc compatibility
2025-03-04 11:10 UTC (40+ messages)
` [PATCH 01/32] selftests: harness: Add harness selftest
` [PATCH 02/32] selftests: harness: Use C89 comment style
` [PATCH 03/32] selftests: harness: Ignore unused variant argument warning
` [PATCH 04/32] selftests: harness: Mark functions without prototypes static
` [PATCH 05/32] selftests: harness: Remove inline qualifier for wrappers
` [PATCH 06/32] selftests: harness: Guard includes on nolibc
` [PATCH 07/32] selftests: harness: Remove dependency on libatomic
` [PATCH 08/32] selftests: harness: Implement test timeouts through pidfd
` [PATCH 09/32] selftests: harness: Don't set setup_completed for fixtureless tests
` [PATCH 10/32] selftests: harness: Always provide "self" and "variant"
` [PATCH 11/32] selftests: harness: Move teardown conditional into test metadata
` [PATCH 12/32] selftests: harness: Add teardown callback to "
` [PATCH 13/32] selftests: harness: Stop using setjmp()/longjmp()
` [PATCH 14/32] tools/nolibc: handle intmax_t/uintmax_t in printf
` [PATCH 15/32] tools/nolibc: use intmax definitions from compiler
` [PATCH 16/32] tools/nolibc: use pselect6_time64 if available
` [PATCH 17/32] tools/nolibc: use ppoll_time64 "
` [PATCH 18/32] tools/nolibc: add tolower() and toupper()
` [PATCH 19/32] tools/nolibc: add _exit()
` [PATCH 20/32] tools/nolibc: add setpgrp()
` [PATCH 21/32] tools/nolibc: implement waitpid() in terms of waitid()
` [PATCH 22/32] Revert "selftests/nolibc: use waitid() over waitpid()"
` [PATCH 23/32] tools/nolibc: add dprintf() and vdprintf()
` [PATCH 24/32] tools/nolibc: add getopt()
` [PATCH 25/32] tools/nolibc: allow different write callbacks in printf
` [PATCH 26/32] tools/nolibc: allow limiting of printf destination size
` [PATCH 27/32] tools/nolibc: add snprintf() and friends
` [PATCH 28/32] selftests/nolibc: use snprintf() for printf tests
` [PATCH 29/32] selftests/nolibc: rename vfprintf test suite
` [PATCH 30/32] selftests/nolibc: add test for snprintf() truncation
` [PATCH 31/32] tools/nolibc: implement width padding in printf()
` [PATCH 32/32] HACK: selftests/nolibc: demonstrate usage of the kselftest harness
[PATCHv3 net 0/3] bond: fix xfrm offload issues
2025-03-04 10:25 UTC (10+ messages)
` [PATCHv3 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa
[PATCH net-next v8 0/8] Some pktgen fixes/improvments (part II)
2025-03-04 10:20 UTC (2+ messages)
[PATCH] selftests/bpf: Move test_lwt_ip_encap to test_progs
2025-03-04 9:24 UTC
[PATCH v2 0/4] RISC-V KVM PMU fix and selftest improvement
2025-03-04 9:00 UTC (6+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Disable the kernel perf counter during configure
` [PATCH v2 2/4] KVM: riscv: selftests: Do not start the counter in the overflow handler
` [PATCH v2 3/4] KVM: riscv: selftests: Change command line option
` [PATCH v2 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable
[PATCH 0/4] RISC-V KVM PMU fix and selftest improvement
2025-03-04 8:58 UTC (8+ messages)
` [PATCH 3/4] KVM: riscv: selftests: Change command line option
` [PATCH 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable
[PATCH v4 0/8] initramfs: kunit tests and cleanups
2025-03-04 8:54 UTC (10+ messages)
` [PATCH v4 1/8] init: add initramfs_internal.h
` [PATCH v4 2/8] initramfs_test: kunit tests for initramfs unpacking
` [PATCH v4 3/8] vsprintf: add simple_strntoul
` [PATCH v4 4/8] initramfs: avoid memcpy for hex header fields
` [PATCH v4 5/8] initramfs: allocate heap buffers together
` [PATCH v4 6/8] initramfs: reuse name_len for dir mtime tracking
` [PATCH v4 7/8] initramfs: fix hardlink hash leak without TRAILER
` [PATCH v4 8/8] initramfs: avoid static buffer for error message
[PATCH v2 1/5] tools/nolibc: add support for openat(2)
2025-03-04 8:11 UTC (3+ messages)
` [PATCH v2 5/5] tools/nolibc: mark more test functions as static
[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
2025-03-04 6:58 UTC (7+ messages)
` [PATCH net-next v7 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v7 5/6] selftest: tun: Add tests for virtio-net hashing
[PATCH net-next v6 0/8] Device memory TCP TX
2025-03-04 3:53 UTC (10+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX
[PATCH net-next] selftests: net: report output format as TAP 13 in Python tests
2025-03-03 23:36 UTC (2+ messages)
[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
2025-03-03 22:30 UTC (8+ messages)
` [PATCH bpf-next v2 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next v2 04/10] selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs
` [PATCH bpf-next v2 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next v2 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh
[PATCH 00/11] selftests: ublk: bug fixes & consolidation
2025-03-03 21:32 UTC (16+ messages)
` [PATCH 01/11] selftests: ublk: make ublk_stop_io_daemon() more reliable
` [PATCH 02/11] selftests: ublk: fix build failure
` [PATCH 03/11] selftests: ublk: add --foreground command line
` [PATCH 04/11] selftests: ublk: fix parsing '-a' argument
` [PATCH 05/11] selftests: ublk: support shellcheck and fix all warning
` [PATCH 06/11] selftests: ublk: don't pass ${dev_id} to _cleanup_test()
` [PATCH 07/11] selftests: ublk: move zero copy feature check into _add_ublk_dev()
` [PATCH 08/11] selftests: ublk: load/unload ublk_drv when preparing & cleaning up tests
` [PATCH 09/11] selftests: ublk: add one stress test for covering IO vs. removing device
` [PATCH 10/11] selftests: ublk: add stress test for covering IO vs. killing ublk server
` [PATCH 11/11] selftests: ublk: improve test usability
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
2025-03-03 21:29 UTC (7+ messages)
` [RFC PATCH 1/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [RFC PATCH 2/5] KVM: guest_memfd: add support for uffd missing
` [RFC PATCH 3/5] mm: userfaultfd: allow to register userfaultfd for guest_memfd
` [RFC PATCH 4/5] mm: userfaultfd: support continue "
` [RFC PATCH 5/5] KVM: selftests: add uffd missing test "
[PATCH v8 0/7] mseal system mappings
2025-03-03 20:20 UTC (37+ messages)
` [PATCH v8 1/7] mseal sysmap: kernel config and header change
` [PATCH v8 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v8 3/7] mseal sysmap: enable x86-64
` [PATCH v8 4/7] mseal sysmap: enable arm64
` [PATCH v8 5/7] mseal sysmap: uprobe mapping
` [PATCH v8 6/7] mseal sysmap: update mseal.rst
` [PATCH v8 7/7] selftest: test system mappings are sealed
[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
2025-03-03 19:28 UTC (5+ messages)
` [PATCH bpf-next v4 2/6] net: tun: enable transfer of XDP metadata to skb
[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2025-03-03 17:01 UTC (10+ messages)
` [PATCH v15 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v15 04/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v15 07/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
2025-03-03 15:48 UTC (11+ messages)
` [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)
` [PATCH net-next v20 12/25] ovpn: implement TCP transport
` [PATCH net-next v20 15/25] ovpn: implement multi-peer support
[PATCH net-next 1/2] selftests: drv-net: use env.rpath in the HDS test
2025-03-03 15:40 UTC (4+ messages)
` [PATCH net-next 2/2] selftests: net: use the dummy bpf from net/lib
[PATCH v2] drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()
2025-03-03 13:23 UTC (2+ messages)
[v3 PATCH 0/2] KVM: guest_memfd: use write for population
2025-03-03 13:08 UTC (3+ messages)
` [v3 PATCH 1/2] KVM: guest_memfd: add generic population via write
` [v3 PATCH 2/2] KVM: selftests: update guest_memfd write tests
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:19 UTC
[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
2025-03-03 11:00 UTC (11+ messages)
` [PATCH v3 03/10] selftests/mm: Skip uffd-wp-mremap if userfaultfd not available
` [PATCH v3 04/10] selftests/mm/uffd: Rename nr_cpus -> nr_threads
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-03-03 9:29 UTC (4+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
[PATCH] tools/nolibc: add support for openat(2)
2025-03-03 9:20 UTC (4+ messages)
[PATCH 0/2] selftests/pidfd: Fix missing headers
2025-03-03 9:14 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