messages from 2025-10-28 21:25:38 to 2025-10-30 16:23:26 UTC [more...]
[PATCH] KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
2025-10-30 16:23 UTC (2+ messages)
[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
2025-10-30 16:23 UTC (2+ messages)
[PATCH bpf-next v3 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
2025-10-30 16:21 UTC (6+ messages)
` [PATCH bpf-next v3 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
2025-10-30 16:16 UTC (13+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test
[PATCH net-next v2 0/5] psp: track stats from core and provide a driver stats api
2025-10-30 16:11 UTC (3+ messages)
` [PATCH net-next v2 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-10-30 16:05 UTC (5+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2025-10-30 15:42 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
[PATCH net-next 0/3] Add YNL test framework and library improvements
2025-10-30 15:39 UTC (10+ messages)
` [PATCH net-next 1/3] tools: ynl: Add MAC address parsing support
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses
` [PATCH net-next 3/3] selftests: net: add YNL test framework
[PATCH 00/12] tools/nolibc: always use 64-bit ino_t, off_t and time-related types
2025-10-30 14:58 UTC (19+ messages)
` [PATCH 01/12] tools/nolibc: use 64-bit ino_t
` [PATCH 02/12] tools/nolibc: handle 64-bit off_t for llseek
` [PATCH 03/12] tools/nolibc: prefer the llseek syscall
` [PATCH 04/12] tools/nolibc: use 64-bit off_t
` [PATCH 05/12] tools/nolibc: remove now superfluous overflow check in llseek
` [PATCH 06/12] tools/nolibc: remove more __nolibc_enosys() fallbacks
` [PATCH 07/12] tools/nolibc: prefer explicit 64-bit time-related system calls
` [PATCH 08/12] tools/nolibc: gettimeofday(): avoid libgcc 64-bit divisions
` [PATCH 09/12] tools/nolibc: use a custom struct timespec
` [PATCH 10/12] tools/nolibc: always use 64-bit time types
` [PATCH 11/12] selftests/nolibc: test compatibility of timespec and __kernel_timespec
` [PATCH 12/12] tools/nolibc: remove time conversions
[PATCH v5 net-next 00/14] AccECN protocol case handling series
2025-10-30 14:34 UTC (15+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN
[PATCH v12 00/23] TDX KVM selftests
2025-10-30 14:20 UTC (35+ messages)
` [PATCH v12 01/23] KVM: selftests: Add macros so simplify creating VM shapes for non-default types
` [PATCH v12 03/23] KVM: selftests: Expose functions to get default sregs values
` [PATCH v12 04/23] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v12 05/23] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v12 07/23] KVM: selftests: Add kbuild definitons
` [PATCH v12 08/23] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v12 11/23] KVM: selftests: Set up TDX boot parameters region
` [PATCH v12 12/23] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v12 13/23] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v12 14/23] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v12 16/23] KVM: selftests: Setup memory regions for TDX on vm creation
` [PATCH v12 17/23] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
[PATCH v2] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-10-30 13:45 UTC (3+ messages)
[PATCH net] selftests/net: fix out-of-order delivery of FIN in gro:tcp test
2025-10-30 12:26 UTC (3+ messages)
` [PATCH net v2] "
[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
2025-10-30 12:03 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "
[PATCH v7 13/15] iommu/amd: Use the generic iommu page table
2025-10-30 10:22 UTC (2+ messages)
[PATCH bpf-next v6 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-10-30 8:05 UTC (20+ messages)
` [PATCH bpf-next v6 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v6 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v6 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v6 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v6 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v6 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v6 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v6 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v6 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v6 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v6 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v6 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v6 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v6 14/15] selftests/bpf: test_xsk: Isolate non-CI tests
` [PATCH bpf-next v6 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH net] selftests/net: use destination options instead of hop-by-hop
2025-10-30 6:04 UTC
[PATCH net-next v3] selftests: drv-net: replace the nsim ring test with a drv-net one
2025-10-30 4:31 UTC (3+ messages)
` [External] : "
[PATCH net v2] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
2025-10-30 4:03 UTC
[PATCH bpf 0/2] use rqspinlock for bpf lru map
2025-10-30 3:38 UTC (4+ messages)
` [PATCH bpf 1/2] bpf: use rqspinlock for "
` [PATCH bpf 2/2] selftests/bpf: test map deadlock caused by NMI
[PATCH net] selftests: netdevsim: Fix ethtool-features.sh fail
2025-10-30 3:22 UTC
[PATCH v7 00/15] Consolidate iommu page table implementations (AMD)
2025-10-30 1:07 UTC (7+ messages)
` [PATCH v7 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v7 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v7 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH 0/1] selftests: net: use BASH for bareudp testing
2025-10-30 1:00 UTC (2+ messages)
[PATCH v2] selftest: net: fix socklen_t type mismatch in sctp_collision test
2025-10-30 0:50 UTC (3+ messages)
[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
2025-10-29 22:35 UTC (8+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
2025-10-29 19:08 UTC (12+ messages)
` [PATCH 01/11] sched/debug: Fix updating of ppos on server write ops
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 03/11] sched/deadline: Clear the defer params
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 05/11] sched/deadline: Add a server arg to dl_server_update_idle_time()
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 07/11] sched/debug: Add support to change sched_ext server params
` [PATCH 08/11] sched/deadline: Account ext server bandwidth
` [PATCH 09/11] sched_ext: Selectively enable ext and fair DL servers
` [PATCH 10/11] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 11/11] selftests/sched_ext: Add test for DL server total_bw consistency
[RFC bpf-next 0/2] Print map ID on successful creation
2025-10-29 17:56 UTC (6+ messages)
` [RFC bpf-next 1/2] bpftool: Print map ID upon creation and support JSON output
[PATCH] selftests/seccomp: Fixed type mismatch warning
2025-10-29 17:42 UTC
[PATCH net] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
2025-10-29 17:37 UTC (5+ messages)
[PATCH net-next 00/12] selftests/vsock: refactor and improve vmtest infrastructure
2025-10-29 17:01 UTC (23+ messages)
` [PATCH net-next 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next 10/12] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next 11/12] selftests/vsock: add 1.37 to tested virtme-ng versions
[RFC PATCH 00/21] VFIO live update support
2025-10-29 16:21 UTC (6+ messages)
` [RFC PATCH 06/21] vfio/pci: Accept live update preservation request for VFIO cdev
[PATCH v2 1/3] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
2025-10-29 15:23 UTC (2+ messages)
[PATCH] selftests/user_events: Avoid taking address of packed member in perf_test
2025-10-29 15:20 UTC (5+ messages)
[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
2025-10-29 14:07 UTC (3+ messages)
[PATCH] MAINTAINERS: Update KUnit email address for Rae Moar
2025-10-29 13:44 UTC (3+ messages)
[PATCH v5 net-next 00/14] AccECN protocol case handling series
2025-10-29 8:06 UTC (15+ messages)
` [PATCH v5 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v5 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v5 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v5 net-next 06/14] tcp: disable RFC3168 fallback identifier "
` [PATCH v5 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v5 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v5 net-next 09/14] tcp: move increment of num_retrans
` [PATCH v5 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v5 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v5 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v5 net-next 14/14] tcp: accecn: enable AccECN
[PATCH net-next v2] selftests: drv-net: replace the nsim ring test with a drv-net one
2025-10-28 23:29 UTC (5+ messages)
[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
2025-10-28 22:30 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH v2 2/4] KVM: selftests: Use a loop to walk "
` [PATCH v2 3/4] KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4K
` [PATCH v2 4/4] KVM: selftests: Add a VMX test for LA57 nested state
[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
2025-10-28 21:24 UTC (6+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests
` [PATCH v4 3/5] mm: Introduce max_vma_count() to abstract the max map count sysctl
` [PATCH v4 4/5] mm: rename mm_struct::map_count to vma_count
` [PATCH v4 5/5] mm/tracing: introduce trace_mm_insufficient_vma_slots event
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