messages from 2025-11-13 20:14:00 to 2025-11-17 20:58:31 UTC [more...]
[PATCH net-next 00/12] selftests: drv-net: convert GRO and Toeplitz tests to work for drivers in NIPA
2025-11-17 20:58 UTC (4+ messages)
` [PATCH net-next 01/12] selftests: net: py: coding style improvements
` [PATCH net-next 02/12] selftests: net: py: extract the case generation logic
` [PATCH net-next 03/12] selftests: net: py: add test variants
[PATCH v2 00/18] vfio: selftests: Support for multi-device tests
2025-11-17 20:13 UTC (4+ messages)
` [PATCH v2 02/18] vfio: selftests: Split run.sh into separate scripts
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-17 20:08 UTC (11+ messages)
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-17 20:02 UTC (6+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 3/8] mm: implement sticky VMA flags
[RFC PATCH 0/4] mm, kvm: add guest_memfd support for uffd minor faults
2025-11-17 19:39 UTC (9+ messages)
` [RFC PATCH 1/4] userfaultfd: move vma_can_userfault out of line
` [RFC PATCH 2/4] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [RFC PATCH 3/4] userfaultfd, guest_memfd: support userfault minor mode in guest_memfd
` [RFC PATCH 4/4] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH v2] cpuset: relax the overlap check for cgroup-v2
2025-11-17 18:43 UTC (17+ messages)
[PATCH] selftests/mm: fix division-by-zero in uffd-unit-tests
2025-11-17 17:31 UTC (9+ messages)
[PATCH v4 2/2] selftests/riscv: Add Zicbop prefetch test
2025-11-17 16:55 UTC (2+ messages)
[PATCH bpf-next v10 0/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-11-17 16:20 UTC (9+ messages)
` [PATCH bpf-next v10 1/8] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v10 2/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v10 3/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v10 4/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v10 5/8] bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
` [PATCH bpf-next v10 6/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support "
` [PATCH bpf-next v10 7/8] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v10 8/8] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags
[PATCH] rust: allow `clippy::disallowed_names` for doctests
2025-11-17 15:52 UTC (3+ messages)
[PATCH 0/9] Initial DMABUF support for iommufd
2025-11-17 15:50 UTC (13+ messages)
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
2025-11-17 15:34 UTC (3+ messages)
[PATCH v6 0/3] platform/chrome: Fix an UAF via replacing fops
2025-11-17 15:33 UTC (7+ messages)
` [PATCH v6 1/3] revocable: Add fops replacement
[PATCH] KVM: selftests: Include missing uapi header for *_VECTOR definitions
2025-11-17 15:06 UTC (2+ messages)
[PATCH v7 00/11] arm64: entry: Convert to Generic Entry
2025-11-17 13:43 UTC (13+ messages)
` [PATCH v7 01/11] arm64/ptrace: Split report_syscall()
` [PATCH v7 02/11] arm64/ptrace: Refactor syscall_trace_enter/exit()
` [PATCH v7 03/11] arm64/ptrace: Refator el0_svc_common()
` [PATCH v7 04/11] entry: Add syscall_exit_to_user_mode_prepare() helper
` [PATCH v7 05/11] arm64/ptrace: Handle ptrace_report_syscall_entry() error
` [PATCH v7 06/11] arm64/ptrace: Expand secure_computing() in place
` [PATCH v7 07/11] arm64/ptrace: Use syscall_get_arguments() heleper
` [PATCH v7 08/11] entry: Add arch_ptrace_report_syscall_entry/exit()
` [PATCH v7 09/11] entry: Add has_syscall_work() helper
` [PATCH v7 10/11] arm64: entry: Convert to generic entry
` [PATCH v7 11/11] selftests: sud_test: Support aarch64
[PATCH v3 0/1] cpuset: relax the overlap check for cgroup-v2
2025-11-17 11:37 UTC (7+ messages)
` [PATCH v4 1/1] "
[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
2025-11-17 11:07 UTC (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v1 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v1 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
[PATCH net-next v4 0/5] netconsole: support automatic target recovery
2025-11-17 10:35 UTC (10+ messages)
` [PATCH net-next v4 1/5] netconsole: add target_state enum
` [PATCH net-next v4 2/5] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v4 3/5] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v4 4/5] netconsole: resume previously deactivated target
` [PATCH net-next v4 5/5] selftests: netconsole: validate target resume
[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
2025-11-17 9:27 UTC (9+ messages)
` [PATCH net-next v9 06/14] vsock/loopback: add netns support
[PATCH 1/2] rust: allow `unreachable_pub` for doctests
2025-11-17 7:47 UTC (8+ messages)
` [PATCH 2/2] rust: device: make example buildable
[bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test
2025-11-17 6:37 UTC (7+ messages)
` [bpf-next v1 2/5] selftests/bpf: use sockaddr_storage instead of sa46 in select_reuseport test
` [bpf-next v1 3/5] selftests/bpf: move common TCP helpers into bpf_tracing_net.h
` [bpf-next v1 4/5] selftests/bpf: replace TCP CC string comparisons with bpf_strncmp
` [bpf-next v1 5/5] selftests/bpf: propagate LLVM toolchain to runqslower build
[PATCH bpf-next v3] selftests/bpf: Fix htab_update/reenter_update selftest failure
2025-11-17 6:07 UTC
[PATCH v1] selftests: hid: tests: test_wacom_generic: add base test for display devices and opaque devices
2025-11-17 1:47 UTC
[PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
2025-11-17 1:17 UTC (5+ messages)
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
[PATCH v3 0/1] cpuset: relax the overlap check for cgroup-v2
2025-11-16 14:27 UTC (2+ messages)
` [PATCH v3] "
[PATCH bpf-next] selftests/bpf: call bpf_get_numa_node_id() in trigger_count()
2025-11-16 1:42 UTC
[PATCH] selftests/cgroup: conform test to TAP format output
2025-11-15 3:43 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: simplify the kernel_count bench trigger
2025-11-15 2:45 UTC (3+ messages)
[PATCH net-next] selftests: drv-net: xdp: make the XDP qstats tests less flaky
2025-11-15 2:01 UTC (3+ messages)
[PATCH net-next] selftests: drv-net: xdp: Fix register spill error with clang 20
2025-11-15 2:01 UTC (2+ messages)
[PATCH v4 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-15 1:30 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH] KVM: selftests: Add SYNC after guest ITS setup in vgic_lpi_stress
2025-11-14 20:26 UTC (3+ messages)
[PATCH v2] selftests/cgroup: conform test to KTAP format output
2025-11-14 18:20 UTC (3+ messages)
[PATCH net-next 0/8] selftests: mptcp: counter cache & stats before timeout
2025-11-14 18:12 UTC (9+ messages)
` [PATCH net-next 1/8] selftests: mptcp: lib: introduce 'nstat_{init,get}'
` [PATCH net-next 2/8] selftests: mptcp: lib: remove stats files args
` [PATCH net-next 3/8] selftests: mptcp: lib: stats: remove nstat rate columns
` [PATCH net-next 4/8] selftests: mptcp: join: dump stats from history
` [PATCH net-next 5/8] selftests: mptcp: lib: get counters from nstat history
` [PATCH net-next 6/8] selftests: mptcp: connect: avoid double packet traces
` [PATCH net-next 7/8] selftests: mptcp: wait for port instead of sleep
` [PATCH net-next 8/8] selftests: mptcp: get stats just before timing out
[PATCH bpf-next v2] selftests/bpf: Fix htab_update/reenter_update selftest failure
2025-11-14 17:19 UTC (3+ messages)
[PATCH v2 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2025-11-14 15:35 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v2 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v2 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v2 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[PATCH v7 0/2] KVM: guest_memfd: use write for population
2025-11-14 15:23 UTC (4+ messages)
` [PATCH v7 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v7 2/2] KVM: selftests: update guest_memfd write tests
[PATCH] kunit: Make filter parameters configurable via Kconfig
2025-11-14 13:25 UTC (3+ messages)
[PATCH net-next v2 0/4] netconsole: Allow userdata buffer to grow dynamically
2025-11-14 13:07 UTC (9+ messages)
` [PATCH net-next v2 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next v2 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next v2 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next v2 4/4] netconsole: Increase MAX_USERDATA_ITEMS
[PATCH RESEND] selftests/futex: skip tests if shmget unsupported
2025-11-14 11:02 UTC (2+ messages)
[PATCH v2 00/14] selftests: vDSO: Stop using libc types for vDSO calls
2025-11-14 10:40 UTC (9+ messages)
` [PATCH v2 03/14] selftests: vDSO: Introduce vdso_syscalls.h
` [PATCH v2 12/14] selftests: vDSO: vdso_test_correctness: Use system call wrappers from vdso_syscalls.h
[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-11-14 10:00 UTC (6+ messages)
` [PATCH net v5 3/3] selftests/bpf: Add mptcp test with sockmap
[PATCH v6 net-next 00/14] AccECN protocol case handling series
2025-11-14 7:13 UTC (15+ messages)
` [PATCH v6 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v6 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v6 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v6 net-next 05/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v6 net-next 06/14] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v6 net-next 07/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v6 net-next 08/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v6 net-next 09/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v6 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v6 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v6 net-next 12/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v6 net-next 13/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v6 net-next 14/14] tcp: accecn: enable AccECN
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-11-14 0:53 UTC (5+ messages)
[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
2025-11-13 20:28 UTC (16+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
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