messages from 2025-11-13 00:43:44 to 2025-11-15 09:51:28 UTC [more...]
[PATCH v2] cpuset: relax the overlap check for cgroup-v2
2025-11-15 9:51 UTC (16+ messages)
[PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
2025-11-15 4:10 UTC (4+ messages)
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
[PATCH] selftests/cgroup: conform test to TAP format output
2025-11-15 3:43 UTC (7+ 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 (6+ messages)
` [PATCH v4 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v4 2/2] selftests/bpf: add BTF dedup tests for "
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (9+ messages)
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [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] selftests/mm: fix division-by-zero in uffd-unit-tests
2025-11-14 22:39 UTC (9+ messages)
[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
2025-11-14 22:13 UTC (14+ messages)
` [PATCH net-next v9 03/14] vsock/virtio: add netns support to virtio transport and virtio common
` [PATCH net-next v9 06/14] vsock/loopback: add netns support
[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 (21+ messages)
` [PATCH v2 01/14] Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"
` [PATCH v2 02/14] selftests: vDSO: Introduce vdso_types.h
` [PATCH v2 03/14] selftests: vDSO: Introduce vdso_syscalls.h
` [PATCH v2 04/14] selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checks
` [PATCH v2 05/14] selftests: vDSO: vdso_test_gettimeofday: Use types from vdso_types.h
` [PATCH v2 06/14] selftests: vDSO: vdso_test_abi: "
` [PATCH v2 07/14] selftests: vDSO: vdso_test_abi: Validate return value of syscall(clock_getres)
` [PATCH v2 08/14] selftests: vDSO: vdso_test_abi: Use system call wrappers from vdso_syscalls.h
` [PATCH v2 09/14] selftests: vDSO: vdso_test_correctness: Drop SYS_getcpu fallbacks
` [PATCH v2 10/14] selftests: vDSO: vdso_test_correctness: Make ts_leq() and tv_leq() more generic
` [PATCH v2 11/14] selftests: vDSO: vdso_test_correctness: Use types from vdso_types.h
` [PATCH v2 12/14] selftests: vDSO: vdso_test_correctness: Use system call wrappers from vdso_syscalls.h
` [PATCH v2 13/14] selftests: vDSO: vdso_test_correctness: Use facilities from parse_vdso.c
` [PATCH v2 14/14] selftests: vDSO: vdso_test_correctness: Add a test for time()
[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-11-14 10:00 UTC (9+ 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 1/2] rust: allow `unreachable_pub` for doctests
2025-11-14 3:14 UTC (4+ messages)
` [PATCH 2/2] rust: device: make example buildable
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-11-14 0:53 UTC (9+ messages)
[PATCH 0/9] Initial DMABUF support for iommufd
2025-11-14 0:05 UTC (17+ 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 v9 0/9] liveupdate: Rework KHO for in-kernel users
2025-11-13 20:28 UTC (19+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
[PATCH] selftests/iommu: Fix array-bounds warning in get_hw_info
2025-11-13 20:08 UTC
[GIT PULL] kselftest fixes update for Linux 6.18-rc6
2025-11-13 19:47 UTC (2+ messages)
[PATCH v2] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
2025-11-13 16:46 UTC (2+ messages)
[PATCH] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
2025-11-13 14:24 UTC (3+ messages)
[PATCH v6] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-11-13 11:28 UTC
[PATCH v3 0/2] libbpf: fix BTF dedup to support recursive typedef
2025-11-13 11:42 UTC (4+ messages)
` [PATCH v3 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v3 2/2] selftests/bpf: add BTF dedup tests for "
[PATCH v2 0/4] KVM ARM64 pre_fault_memory
2025-11-13 11:34 UTC (8+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations
[PATCH v5] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-11-13 9:08 UTC (3+ messages)
[PATCH nf-next v9 0/3] Add IPIP flowtable SW acceleration
2025-11-13 7:40 UTC (6+ messages)
` [PATCH nf-next v9 2/3] net: netfilter: Add IPIP flowtable tx sw acceleration
[PATCH v4] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-11-13 7:29 UTC (7+ messages)
[PATCH v1] cpuset: Avoid unnecessary partition invalidation
2025-11-13 6:42 UTC (2+ messages)
[PATCH v1] cpuset: Avoid unnecessary partition invalidation
2025-11-13 6:26 UTC (7+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-13 0:43 UTC (12+ messages)
` [PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v23 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v23 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v23 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v23 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v23 28/28] kselftest/riscv: kselftest for user mode cfi
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