Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-09-10 15:37:58 to 2025-09-12 12:11:34 UTC [more...]

[PATCH] PMCR_EL0.N is RAZ/WI. At least a build failes in Ubuntu 22.04 LTS. Remove the set function
 2025-09-12 12:11 UTC  (4+ messages)

[PATCH v16 0/6] KVM: arm64: Provide guest support for GCS
 2025-09-12 12:06 UTC  (9+ messages)
` [PATCH v16 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v16 2/6] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v16 3/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v16 4/6] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v16 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v16 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v2 00/33] ns: support file handles
 2025-09-12 11:52 UTC  (34+ messages)
` [PATCH v2 01/33] pidfs: validate extensible ioctls
` [PATCH v2 02/33] nsfs: drop tautological ioctl() check
` [PATCH v2 03/33] nsfs: validate extensible ioctls
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 05/33] ns: move to_ns_common() to ns_common.h
` [PATCH v2 06/33] nsfs: add nsfs.h header
` [PATCH v2 07/33] ns: uniformly initialize ns_common
` [PATCH v2 08/33] cgroup: use ns_common_init()
` [PATCH v2 09/33] ipc: "
` [PATCH v2 10/33] mnt: "
` [PATCH v2 11/33] net: "
` [PATCH v2 12/33] pid: "
` [PATCH v2 13/33] time: "
` [PATCH v2 14/33] user: "
` [PATCH v2 15/33] uts: "
` [PATCH v2 16/33] ns: remove ns_alloc_inum()
` [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 v2 31/33] tools: update nsfs.h uapi header
` [PATCH v2 32/33] selftests/namespaces: add identifier selftests
` [PATCH v2 33/33] selftests/namespaces: add file handle selftests

[PATCH] mm: transhuge-stress: fix potential memory leak on realloc failure
 2025-09-12 11:36 UTC  (4+ messages)

next-20250909: selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS'
 2025-09-12 11:14 UTC  (8+ messages)

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-12 10:48 UTC  (13+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem

New September Order. 93035 Friday, September 12, 2025 at 12:16:14 PM
 2025-09-12 10:16 UTC 

[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-09-12  9:24 UTC  (12+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
` [PATCH v3 2/5] revocable: Add Kunit test cases
` [PATCH v3 3/5] selftests: revocable: Add kselftest cases
` [PATCH v3 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v3 5/5] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH 00/32] ns: support file handles
 2025-09-12  9:12 UTC  (55+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` [PATCH 03/32] block: use extensible_ioctl_valid()
` [PATCH 05/32] nsfs: add nsfs.h header
` [PATCH 06/32] ns: uniformly initialize ns_common
` [PATCH 07/32] mnt: use ns_common_init()
` [PATCH 08/32] ipc: "
` [PATCH 09/32] cgroup: "
` [PATCH 10/32] pid: "
` [PATCH 11/32] time: "
` [PATCH 12/32] uts: "
` [PATCH 13/32] user: "
` [PATCH 14/32] net: "
` [PATCH 15/32] ns: remove ns_alloc_inum()
` [PATCH 18/32] cgroup: support iterator
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
` [PATCH 26/32] nsfs: add current_in_namespace()
` [PATCH 27/32] nsfs: support file handles
` [PATCH 28/32] nsfs: support exhaustive "
` [PATCH 29/32] nsfs: add missing id retrieval support
` [PATCH 32/32] selftests/namespaces: add file handle selftests
` [syzbot ci] Re: ns: support file handles

[PATCH] mm/memory-failure: Disable soft offline for HugeTLB pages by default
 2025-09-12  7:53 UTC  (9+ messages)

[PATCHv3 net-next 0/5] net: common feature compute for upper interface
 2025-09-12  6:52 UTC  (9+ messages)
` [PATCHv3 net-next 3/5] team: use common function to compute the features
` [PATCHv3 net-next 5/5] selftests/net: add offload checking test for virtual interface

[PATCH bpf-next v3 0/4] powerpc64/bpf: Add support for bpf arena and arena atomics
 2025-09-12  3:56 UTC  (2+ messages)

[PATCH v3 0/3] Fix va_high_addr_switch.sh test failure
 2025-09-12  1:37 UTC  (4+ messages)
` [PATCH v3 1/3] selftests/mm: fix hugepages cleanup too early
  ` [PATCH v3 2/3] selftests/mm: alloc hugepages in va_high_addr_switch test
    ` [PATCH v3 3/3] selftests/mm: fix va_high_addr_switch.sh failure on x86_64

[PATCH net-next 1/2] selftests: Disable dad for ipv6 in fcnal-test.sh
 2025-09-12  1:33 UTC  (5+ messages)
` [PATCH net-next 2/2] selftests: Replace sleep with slowwait

[PATCH net-next 0/5] net: common feature compute for upper interface
 2025-09-12  1:08 UTC  (8+ messages)
` [PATCH net-next 1/5] net: add a common function to compute features from lowers devices

[PATCH] selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency
 2025-09-11 23:41 UTC  (3+ messages)

[PATCHv5 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-09-11 21:10 UTC  (2+ messages)

[PATCH 0/6] KVM ARM64 pre_fault_memory
 2025-09-11 18:56 UTC  (10+ messages)
` [PATCH 1/6] KVM: arm64: Add __gmem_abort and __user_mem_abort
` [PATCH 2/6] KVM: arm64: Add KVM_PGTABLE_WALK_PRE_FAULT walk flag
` [PATCH 3/6] KVM: arm64: Add pre_fault_memory implementation
` [PATCH 4/6] KVM: selftests: Fix unaligned mmap allocations
` [PATCH 5/6] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 6/6] KVM: selftests: Add option for different backing in pre-fault tests

[PATCH v2 0/1] seccomp: Add SECCOMP_CLONE_FILTER operation
 2025-09-11 17:50 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-09-11 15:50 UTC  (5+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v18 net-next 00/14] AccECN protocol patch series
 2025-09-11 11:06 UTC  (15+ messages)
` [PATCH v18 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v18 net-next 02/14] tcp: fast path functions later
` [PATCH v18 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v18 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v18 net-next 05/14] tcp: AccECN core
` [PATCH v18 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v18 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v18 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v18 net-next 09/14] tcp: sack option handling improvements
` [PATCH v18 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v18 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v18 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v18 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v18 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH v17 net-next 00/14] AccECN protocol patch series
 2025-09-11 10:39 UTC  (12+ messages)
` [PATCH v17 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v17 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v17 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v17 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v17 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH v5 0/2] KVM: guest_memfd: use write for population
 2025-09-11 10:15 UTC  (6+ messages)
` [PATCH v5 1/2] KVM: guest_memfd: add generic population via write

[PATCH net-next v3] selftests: net: Add tests to verify team driver option set and get
 2025-09-11  9:10 UTC  (2+ messages)

[PATCH net-next 0/5] netconsole: support automatic target recovery
 2025-09-11  8:05 UTC  (6+ messages)
` [PATCH net-next 4/5] netconsole: resume previously deactivated target
` [PATCH net-next 5/5] selftests: netconsole: validate target reactivation

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-11  5:38 UTC  (5+ messages)
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation

[PATCH v2] selftests: filelock: Initialize the flock to zero
 2025-09-11  3:31 UTC 

[PATCH] selftests/mm: include linux/mman.h for prctl_thp_disable
 2025-09-10 20:46 UTC 

[PATCH net v3 0/3] net: netpoll: fix a memleak and create a selftest
 2025-09-10 18:50 UTC  (9+ messages)
` [PATCH net v3 1/3] netpoll: fix incorrect refcount handling causing incorrect cleanup

[PATCH] selftests/filesystems: Fix build warning on anon_inode_test
 2025-09-10 18:06 UTC  (2+ messages)

[RFC PATCH v2 0/3] Add testable code specifications
 2025-09-10 17:00 UTC  (4+ 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
` [RFC v2 PATCH 3/3] selftests/devmem: initial testset


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox