messages from 2025-03-03 22:29:59 to 2025-03-05 16:12:23 UTC [more...]
[PATCHv4 net 0/3] bond: fix xfrm offload issues
2025-03-05 16:12 UTC (8+ 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 v8 0/4] scanf: convert self-test to KUnit
2025-03-05 15:57 UTC (18+ messages)
` [PATCH v8 1/4] scanf: implicate test line in failure messages
` [PATCH v8 2/4] scanf: remove redundant debug logs
` [PATCH v8 3/4] scanf: convert self-test to KUnit
` [PATCH v8 4/4] scanf: break kunit into test cases
[PATCH v9 0/7] mseal system mappings
2025-03-05 15:32 UTC (15+ messages)
` [PATCH v9 1/7] mseal sysmap: kernel config and header change
` [PATCH v9 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v9 3/7] mseal sysmap: enable x86-64
` [PATCH v9 4/7] mseal sysmap: enable arm64
` [PATCH v9 5/7] mseal sysmap: uprobe mapping
` [PATCH v9 6/7] mseal sysmap: update mseal.rst
` [PATCH v9 7/7] selftest: test system mappings are sealed
[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
2025-03-05 13:17 UTC (41+ 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 v4 0/8] initramfs: kunit tests and cleanups
2025-03-05 13:09 UTC (11+ 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] initramfs_test: flag kunit_case __refdata to suppress warning
[brauner-github:vfs.all 205/231] WARNING: modpost: vmlinux: section mismatch in reference: initramfs_test_cases+0x0 (section: .data) -> initramfs_test_extract (section: .init.text)
2025-03-05 12:56 UTC (2+ messages)
[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
2025-03-05 11:07 UTC (4+ messages)
` [PATCH v3 06/10] selftests/mm: Don't fail uffd-stress if too many CPUs
[PATCHv3 net 0/2] bonding: fix incorrect mac address setting
2025-03-05 8:25 UTC (2+ messages)
[PATCH 00/32] kselftest harness and nolibc compatibility
2025-03-05 8:03 UTC (43+ 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
[PATCH rcu 00/10] Miscellaneous RCU changes for v6.15
2025-03-05 3:05 UTC (11+ messages)
` [PATCH rcu 01/10] rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing
` [PATCH rcu 02/10] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
` [PATCH rcu 03/10] rcu: Fix get_state_synchronize_rcu_full() GP-start detection
` [PATCH rcu 04/10] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
` [PATCH rcu 05/10] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
` [PATCH rcu 06/10] context_tracking: Make RCU watch ct_kernel_exit_state() warning
` [PATCH rcu 07/10] Flush console log from kernel_power_off()
` [PATCH rcu 08/10] rcutorture: Allow a negative value for nfakewriters
` [PATCH rcu 09/10] rcu: Update TREE05.boot to test normal synchronize_rcu()
` [PATCH rcu 10/10] rcu: Use _full() API to debug synchronize_rcu()
[PATCH rcu 00/11] Lazy Preempt changes for v6.15
2025-03-05 2:54 UTC (4+ messages)
` [PATCH rcu 06/11] osnoise: provide quiescent states
[PATCH net-next v6 0/8] Device memory TCP TX
2025-03-05 1:39 UTC (14+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 3/8] net: devmem: Implement TX path
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX
[PATCH net-next 1/2] selftests: drv-net: use env.rpath in the HDS test
2025-03-05 1:20 UTC (2+ messages)
[PATCH net-next 0/5] mptcp: improve code coverage and small optimisations
2025-03-05 1:10 UTC (2+ messages)
[PATCH net-next] selftests: openvswitch: don't hardcode the drop reason subsys
2025-03-05 0:48 UTC (3+ messages)
` [ovs-dev] "
[PATCH net-next 1/2] selftests: net: fix error message in bpf_offload
2025-03-05 0:10 UTC (4+ messages)
` [PATCH net-next 2/2] selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-03-04 23:24 UTC (3+ messages)
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
[PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
2025-03-04 22:50 UTC (2+ messages)
[PATCH v8 0/7] mseal system mappings
2025-03-04 20:53 UTC (5+ messages)
` [PATCH v8 7/7] selftest: test system mappings are sealed
[PATCH] selftests: proofreading bpf module
2025-03-04 20:48 UTC (2+ messages)
[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-04 20:34 UTC (6+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
[PATCH 00/12] kunit: Introduce UAPI testing framework
2025-03-04 19:23 UTC (3+ messages)
` [PATCH 01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux
[PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-03-04 18:04 UTC (4+ messages)
[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 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)
[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 (5+ messages)
` [PATCH 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable
[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] 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 (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