messages from 2025-09-15 08:55:45 to 2025-09-17 10:53:01 UTC [more...]
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-17 10:52 UTC (32+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 2/7] mm/selftests: add max_vma_count tests
` [PATCH v2 3/7] mm: introduce vma_count_remaining()
` [PATCH v2 4/7] mm: rename mm_struct::map_count to vma_count
` [PATCH v2 5/7] mm: harden vma_count against direct modification
` [PATCH v2 6/7] mm: add assertion for VMA count limit
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event
[PATCH RESEND 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 10:51 UTC (2+ messages)
[PATCH v2 00/33] ns: support file handles
2025-09-17 9:50 UTC (50+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 11/33] net: use ns_common_init()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers
` [PATCH v2 27/33] nsfs: add current_in_namespace()
` [PATCH v2 28/33] nsfs: support file handles
` [PATCH v2 29/33] nsfs: support exhaustive "
` [PATCH v2 30/33] nsfs: add missing id retrieval support
[PATCH v3 0/3] HID: hidraw: rework ioctls
2025-09-17 9:38 UTC (2+ messages)
[PATCH] selftests/hid: update vmtest.sh for virtme-ng
2025-09-17 9:36 UTC (2+ messages)
[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
2025-09-17 7:27 UTC (2+ messages)
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-17 7:22 UTC (4+ messages)
` [RFC PATCH bpf-next v1 1/3] bpf: Introduce BPF_PROG_TYPE_RAW_TRACEPOINT_OVERRIDE
` [RFC PATCH bpf-next v1 2/3] libbpf: Add support for BPF_PROG_TYPE_RAW_TRACEPOINT_OVERRIDE
` [RFC PATCH bpf-next v1 3/3] selftests/bpf: Add selftest for "raw_tp.o"
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-17 7:02 UTC (9+ messages)
[PATCH 1/1] selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
2025-09-17 5:56 UTC
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-17 5:24 UTC (3+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-09-17 4:00 UTC (10+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
[PATCH 0/3] selftests: ublk: kublk: fix feature list
2025-09-17 3:52 UTC (7+ messages)
` [PATCH 1/3] selftests: ublk: kublk: simplify feat_map definition
` [PATCH 2/3] selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
` [PATCH 3/3] selftests: ublk: add test to verify that feat_map is complete
[PATCH v2] selftests: ublk: fix behavior when fio is not installed
2025-09-17 3:40 UTC (2+ messages)
[PATCH] selftests/bpf: Add back removed kfuncs declarations
2025-09-17 2:00 UTC (3+ messages)
[PATCH] selftests: ublk: fix behavior when fio is not installed
2025-09-17 0:35 UTC (2+ messages)
[PATCH v2] selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILES
2025-09-17 0:06 UTC (2+ messages)
[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
2025-09-16 23:43 UTC (10+ messages)
` [PATCH net-next v6 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v6 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v6 3/9] vsock: add netns to vsock core
` [PATCH net-next v6 4/9] vsock/loopback: add netns support
` [PATCH net-next v6 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v6 6/9] vhost/vsock: add netns support
` [PATCH net-next v6 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests
[PATCH] selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency
2025-09-16 23:10 UTC (4+ messages)
[PATCH] selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supported
2025-09-16 22:57 UTC (2+ messages)
kselftest and cargo
2025-09-16 22:39 UTC (3+ messages)
[PATCH v3 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-09-16 21:54 UTC (5+ messages)
` [PATCH v3 3/3] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-09-16 18:16 UTC (9+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v3 03/14] selftests/bpf: test_xsk: Fix memory leaks
` [PATCH bpf-next v3 14/14] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH] kselftest/arm64/gcs/basic-gcs: Respect parent directory CFLAGS
2025-09-16 16:51 UTC
[PATCH v21 0/8] fork: Support shadow stacks in clone3()
2025-09-16 12:29 UTC (10+ messages)
` [PATCH v21 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH v21 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH v21 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH v21 4/8] fork: Add shadow stack support to clone3()
` [PATCH v21 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH v21 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH v21 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH v21 8/8] selftests/clone3: Test shadow stack support
[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
2025-09-16 9:25 UTC (2+ messages)
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-09-16 9:25 UTC (2+ messages)
[PATCH v19 net-next 00/10] AccECN protocol patch series
2025-09-16 8:24 UTC (11+ messages)
` [PATCH v19 net-next 01/10] tcp: AccECN core
` [PATCH v19 net-next 02/10] tcp: accecn: AccECN negotiation
` [PATCH v19 net-next 03/10] tcp: accecn: add AccECN rx byte counters
` [PATCH v19 net-next 04/10] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v19 net-next 05/10] tcp: sack option handling improvements
` [PATCH v19 net-next 06/10] tcp: accecn: AccECN option
` [PATCH v19 net-next 07/10] tcp: accecn: AccECN option send control
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 09/10] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK
[PATCHv3 net 1/2] bonding: don't set oif to bond dev when getting NS target destination
2025-09-16 8:01 UTC (4+ messages)
` [PATCHv3 net 2/2] selftests: bonding: add vlan over bond testing
[PATCHv4 net 1/2] bonding: don't set oif to bond dev when getting NS target destination
2025-09-16 8:01 UTC (2+ messages)
` [PATCHv4 net 2/2] selftests: bonding: add vlan over bond testing
[PATCH] kunit: Extend kconfig help text for KUNIT_UML_PCI
2025-09-16 8:00 UTC (2+ messages)
[PATCH] rust: kunit: allow `cfg` on `test`s
2025-09-16 7:57 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH v2 0/3] Add testable code specifications
2025-09-16 7:29 UTC (6+ messages)
` [RFC v2 PATCH 1/3] Documentation: add guidelines for writing "
` [RFC v2 PATCH 2/3] /dev/mem: Add initial documentation of memory_open() and mem_fops
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-16 6:23 UTC (3+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[PATCH 1/2] bonding: fix xfrm offload feature setup on active-backup mode
2025-09-16 2:58 UTC (3+ messages)
[PATCH net-next] selftests: ncdevmem: remove sleep on rx
2025-09-16 1:30 UTC (2+ messages)
[PATCH net-next 0/3] mptcp: misc minor cleanups
2025-09-16 1:30 UTC (2+ messages)
[PATCH net 0/5] selftests: mptcp: avoid spurious errors on TCP disconnect
2025-09-16 1:30 UTC (2+ messages)
[PATCH net 0/5] mptcp: pm: nl: announce deny-join-id0 flag
2025-09-16 1:30 UTC (2+ messages)
[PATCH v5 0/2] KVM: guest_memfd: use write for population
2025-09-16 1:08 UTC (14+ messages)
` [PATCH v5 1/2] KVM: guest_memfd: add generic population via write
[PATCHv2 net 1/2] bonding: set random address only when slaves already exist
2025-09-16 1:00 UTC (2+ messages)
[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
2025-09-16 0:25 UTC (2+ messages)
[PATCH v18 net-next 00/14] AccECN protocol patch series
2025-09-15 23:50 UTC (3+ messages)
[PATCH] PMCR_EL0.N is RAZ/WI. At least a build failes in Ubuntu 22.04 LTS. Remove the set function
2025-09-15 21:31 UTC (4+ messages)
[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
2025-09-15 20:25 UTC (9+ messages)
` [PATCH 1/4] PCI: Support "
` [PATCH 2/4] PCI: Add KUnit tests for FIXUP quirks
[PATCH v2] selftests/timers: Consolidate and fix 32-bit overflow in timespec_sub
2025-09-15 19:19 UTC
next-20250909: selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS'
2025-09-15 19:14 UTC (8+ messages)
[PATCH v3 bpf-next] selftests/bpf: Fix arena_spin_lock selftest failure
2025-09-15 18:00 UTC (2+ messages)
[PATCH RESEND v2] kunit: Enable PCI on UML without triggering WARN()
2025-09-15 16:29 UTC (2+ messages)
[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
2025-09-15 15:51 UTC (10+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
[PATCH 0/2] selftests/mm: Add -Wunreachable-code and fix warnings
2025-09-15 15:43 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: protection_keys: Fix dead code
[PATCH v20 0/8] fork: Support shadow stacks in clone3()
2025-09-15 14:38 UTC (8+ messages)
` [PATCH v20 4/8] fork: Add shadow stack support to clone3()
[PATCH v4 0/4] procfs: make reference pidns more user-visible
2025-09-15 11:54 UTC (4+ messages)
[PATCH 0/9] Start porting UML to nolibc
2025-09-15 11:22 UTC (9+ messages)
` [PATCH 6/9] tools/nolibc: add option to disable startup code
` [PATCH 7/9] um: add infrastructure to build files using nolibc
` [PATCH 9/9] um: switch ptrace FP register access to nolibc
[PATCH 2/9] um: use tools/include for user files
2025-09-15 10:40 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