messages from 2025-03-29 22:09:55 to 2025-04-04 16:57:10 UTC [more...]
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-04-04 16:56 UTC (9+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 2/6] mm: provide can_userfault vma operation
` [PATCH v3 3/6] mm: userfaultfd: use "
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v3 5/6] mm: userfaultfd: add UFFD_FEATURE_MINOR_GUEST_MEMFD
` [PATCH v3 6/6] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH] selftests/mm: Generate a temporary mountpoint for cgroup filesystem
2025-04-04 16:42 UTC
[PATCH] selftests/bpf: Convert comma to semicolon
2025-04-04 16:00 UTC (3+ messages)
[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
2025-04-04 15:52 UTC (3+ messages)
[PATCH net] selftests: net: amt: indicate progress in the stress test
2025-04-04 15:10 UTC (3+ messages)
Exclude cirrus FW tests from KUNIT_ALL_TESTS
2025-04-04 14:03 UTC (12+ messages)
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-04-04 13:03 UTC (7+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
[PATCH v2 net 0/2] fix wrong hds-thresh value setting
2025-04-04 12:21 UTC (3+ messages)
` [PATCH v2 net 1/2] net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0
` [PATCH v2 net 2/2] selftests: drv-net: test random value for hds-thresh
[PATCH] selftests/pidfd: align stack to fix SP alignment exception
2025-04-04 12:18 UTC (3+ messages)
posix_timers kself test failed in 6.12.y
2025-04-04 11:03 UTC
[RFC PATCH 0/6] Deep talk about folio vmap
2025-04-04 10:07 UTC (4+ messages)
` CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP is broken, was "
[PATCH net 0/2] fix wrong hds-thresh value setting
2025-04-04 5:26 UTC (4+ messages)
` [PATCH net 1/2] net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0
` [PATCH net 2/2] selftests: drv-net: test random value for hds-thresh
[PATCH v2 1/2] memcg: Don't generate low/min events if either low/min or elow/emin is 0
2025-04-04 1:24 UTC (2+ messages)
` [PATCH v2 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()
[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
2025-04-04 0:29 UTC (11+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it
` [PATCH bpf v2 2/2] selftests/bpf: add perf test for adjust_{head,meta}
[PATCH v3] ublk: improve detection and handling of ublk server exit
2025-04-04 0:05 UTC
[PATCH AUTOSEL 6.12 01/20] selftests/bpf: Fix stdout race condition in traffic monitor
2025-04-04 0:05 UTC
[PATCH AUTOSEL 6.13 02/22] selftests/bpf: Fix stdout race condition in traffic monitor
2025-04-04 0:04 UTC (2+ messages)
` [PATCH AUTOSEL 6.13 16/22] selftests/bpf: Fix cap_enable_effective() return code
[PATCH AUTOSEL 6.14 02/23] selftests/bpf: Fix stdout race condition in traffic monitor
2025-04-04 0:03 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 17/23] selftests/bpf: Fix cap_enable_effective() return code
[PATCH net-next] net/selftests: Add loopback link local route for self-connect
2025-04-03 22:20 UTC (2+ messages)
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-04-03 20:33 UTC (6+ messages)
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification
[PATCH v8 00/10] Basic SEV-SNP Selftests
2025-04-03 18:35 UTC (2+ messages)
[PATCH v2 0/5] KVM: guest_memfd: support for uffd minor
2025-04-03 17:02 UTC (12+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 2/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 4/5] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c
2025-04-03 16:20 UTC (4+ messages)
[PATCH 00/10] cgroup/cpuset: Miscellaneous partition bug fixes and enhancements
2025-04-03 16:15 UTC (24+ messages)
` [PATCH 01/10] cgroup/cpuset: Fix race between newly created partition and dying one
` [PATCH 02/10] cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_cpumask()
` [PATCH 03/10] cgroup/cpuset: Fix error handling in remote_partition_disable()
` [PATCH 04/10] cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() handle remote partition
` [PATCH 05/10] cgroup/cpuset: Don't allow creation of local partition over a remote one
` [PATCH 06/10] cgroup/cpuset: Code cleanup and comment update
` [PATCH 07/10] cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it
` [PATCH 08/10] selftest/cgroup: Update test_cpuset_prs.sh to use | as effective CPUs and state separator
` [PATCH 09/10] selftest/cgroup: Clean up and restructure test_cpuset_prs.sh
` [PATCH 10/10] selftest/cgroup: Add a remote partition transition test to test_cpuset_prs.sh
[RFC PATCH security-next 0/4] Introducing Hornet LSM
2025-04-03 15:40 UTC (17+ messages)
` [RFC PATCH security-next 1/4] security: "
` [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf
` [RFC PATCH security-next 3/4] hornet: Add an example lskel data extactor script
[PATCH net 0/3] fix ipvlan/macvlan link event handing
2025-04-03 15:00 UTC (7+ messages)
` [PATCH net 1/3] ipvlan: fix NETDEV_UP/NETDEV_DOWN event handling
` [PATCH net 2/3] macvlan: "
` [PATCH net 3/3] selftests/rtnetlink.sh: add vlan/ipvlan/macvlan link state test
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-04-03 12:33 UTC (7+ messages)
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
[PATCH v2 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
2025-04-03 11:29 UTC (12+ messages)
[PATCH v3] selftests/mm: Convert page_size to unsigned long
2025-04-03 10:13 UTC
[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
2025-04-03 9:04 UTC (10+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v2 2/6] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v2 3/6] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
` [PATCH v2 4/6] kselftest/arm64: Add HWCAP test for FEAT_{LS64, LS64_V}
` [PATCH v2 5/6] arm64: Add ESR.DFSC definition of unsupported exclusive or atomic access
` [PATCH v2 6/6] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
[PATCH v2] ublk: improve detection and handling of ublk server exit
2025-04-03 2:31 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
2025-04-02 23:49 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add ktls selftest
[PATCH net v2] selftests: tc-testing: fix nat regex matching
2025-04-02 23:40 UTC (2+ messages)
[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
2025-04-02 23:37 UTC (21+ messages)
` [PATCH net-next v24 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v24 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v24 08/23] ovpn: implement basic RX "
` [PATCH net-next v24 09/23] ovpn: implement packet processing
` [PATCH net-next v24 11/23] ovpn: implement TCP transport
` [PATCH net-next v24 16/23] ovpn: implement keepalive mechanism
[PATCH 0/2] selftests/nolibc: only consider XARCH for CFLAGS when requested
2025-04-02 21:39 UTC (3+ messages)
` [PATCH 1/2] selftests/nolibc: drop dependency from sysroot to defconfig
` [PATCH 2/2] selftests/nolibc: only consider XARCH for CFLAGS when requested
[PATCH 0/2] ublk: fixes for selftests
2025-04-02 19:42 UTC (6+ messages)
` [PATCH 1/2] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/2] selftests: ublk: kublk: fix an error log line
[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
2025-04-02 19:41 UTC (8+ messages)
` [PATCH 4/4] "
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-04-02 7:45 UTC (7+ messages)
` [PATCH v4 06/14] x86: "
[PATCH net] selftests: tc-testing: fix nat regex matching
2025-04-01 14:29 UTC (3+ messages)
[RFC PATCH] rtc: remove 'setdate' test program
2025-04-01 13:25 UTC (2+ messages)
[PATCH] selftest: rtc: skip some tests if the alarm only supports minutes
2025-04-01 13:04 UTC (2+ messages)
[PATCH] selftest: rtc: skip alarm test if RTC is minute resolution
2025-04-01 12:29 UTC
[PATCH 0/3] selftests: coredump: Some bug fixes
2025-04-01 12:08 UTC (6+ messages)
` [PATCH 1/3] selftests: coredump: Properly initialize pointer
` [PATCH 2/3] selftests: coredump: Use waitpid() instead of busy-wait
` [PATCH 3/3] selftests: coredump: Raise timeout to 2 minutes
[PATCH v2] unshare_test: set nr_open using soft limit
2025-04-01 1:55 UTC
[PATCH] unshare_test: set nr_open using soft limit
2025-04-01 1:43 UTC (3+ messages)
[PATCH net 0/4] mptcp: misc. fixes for 6.15-rc0
2025-04-01 0:10 UTC (2+ messages)
[PATCH] kunit: fixes Compilation error on s390
2025-03-31 9:33 UTC (4+ messages)
[PATCH] kunit: fixes backtrace suppression test module description
2025-03-31 8:06 UTC (3+ messages)
[PATCH v2 0/4] tools/nolibc: MIPS: entrypoint cleanups and N32/N64 ABIs
2025-03-30 19:19 UTC (6+ messages)
[PATCH v2] selftests/mm: Convert page_size to unsigned long
2025-03-30 10:48 UTC
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;
as well as URLs for NNTP newsgroup(s).