Linux Kernel Selftest
[Prev Page][Next Page]
- [PATCH net v2 09/15] mptcp: pm: do not remove already closed subflows, (continued)
- [PATCH 00/16] mm: Introduce MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 01/16] mm: Add MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint,
Charlie Jenkins
- [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base(),
Charlie Jenkins
- [PATCH 04/16] mm: Add generic MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 06/16] arm64: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 08/16] x86: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 09/16] loongarch: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 10/16] arm: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 11/16] mips: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 12/16] parisc: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 13/16] s390: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 14/16] sh: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 15/16] sparc: mm: Support MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test,
Charlie Jenkins
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT,
Lorenzo Stoakes
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT,
Dave Hansen
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT,
Liam R. Howlett
- [PATCH] selftests: splice: Add splice_read.sh and hint,
Rong Tao
- [PATCH net-next RFC] selftests/net: integrate packetdrill with ksft,
Willem de Bruijn
- [PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ),
Nicolin Chen
- [PATCH v1 01/10] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENT_IOPF,
Nicolin Chen
- [PATCH v1 02/10] iommufd: Rename fault.c to event.c,
Nicolin Chen
- [PATCH v1 03/10] iommufd: Add IOMMUFD_OBJ_EVENT_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC,
Nicolin Chen
- [PATCH v1 05/10] iommufd/viommu: Add iommufd_vdev_id_to_dev helper,
Nicolin Chen
- [PATCH v1 07/10] iommufd/selftest: Implement mock_viommu_set/unset_vdev_id,
Nicolin Chen
- [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle,
Nicolin Chen
- [PATCH v1 06/10] iommufd/viommu: Add iommufd_viommu_report_irq helper,
Nicolin Chen
- [PATCH v1 08/10] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VIRQ for VIRQ coverage,
Nicolin Chen
- [PATCH v1 09/10] iommufd/selftest: Add EVENT_VIRQ test coverage,
Nicolin Chen
- [PATCH v1 10/10] iommu/arm-smmu-v3: Report virtual IRQ for device in user space,
Nicolin Chen
- [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1),
Nicolin Chen
- [PATCH v2 01/19] iommufd: Reorder struct forward declarations,
Nicolin Chen
- [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl,
Nicolin Chen
- [PATCH v2 03/19] iommu: Pass in a viommu pointer to domain_alloc_user op,
Nicolin Chen
- [PATCH v2 05/19] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage,
Nicolin Chen
- [PATCH v2 07/19] iommufd/selftest: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID test coverage,
Nicolin Chen
- [PATCH v2 08/19] iommufd/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT,
Nicolin Chen
- [PATCH v2 09/19] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- [PATCH v2 10/19] iommufd/viommu: Add vdev_id helpers for IOMMU drivers,
Nicolin Chen
- [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl,
Nicolin Chen
- [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC,
Nicolin Chen
- [PATCH v2 11/19] iommu: Add iommu_copy_struct_from_full_user_array helper,
Nicolin Chen
- [PATCH v2 12/19] iommufd/selftest: Add mock_viommu_invalidate_user op,
Nicolin Chen
- [PATCH v2 13/19] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command,
Nicolin Chen
- [PATCH v2 14/19] iommufd/selftest: Add VIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl,
Nicolin Chen
- [PATCH v2 15/19] iommufd/viommu: Add iommufd_viommu_to_parent_domain helper,
Nicolin Chen
- [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate,
Nicolin Chen
- [PATCH v2 16/19] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user,
Nicolin Chen
- [PATCH v2 19/19] iommu/arm-smmu-v3: Update comments about ATS and bypass,
Nicolin Chen
- [PATCH v2 18/19] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED,
Nicolin Chen
- RE: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1),
Tian, Kevin
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1),
Yi Liu
- [PATCH nf-next v3 2/2] netfilter: Make IP6_NF_IPTABLES_LEGACY selectable,
Breno Leitao
- [PATCH nf-next v3 1/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable,
Breno Leitao
- Re: [PATCH v4 3/4] selftests/vDSO: Use KHDR_INCLUDES to locate UAPI headers for vdso_test_getrandom,
Jason A. Donenfeld
- [PATCH bpf-next v1 0/2] Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues.,
Lin Yikai
- kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.11-rc1-16-g611fbeb44a777),
kernelci.org bot
- [PATCH net-next v6 25/25] testing/selftest: add test tool and scripts for ovpn module,
Antonio Quartulli
- [PATCH v5 0/4] HID: hidraw: HIDIOCREVOKE introduction,
bentiss
- [PATCH v3 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search,
Yangyu Chen
- [PATCH] selftests/arm64: Fix build warnings for abi,
Dev Jain
- [PATCH 0/9] misc fixups for DAMON {self,kunit} tests,
SeongJae Park
- [PATCH v2 0/6] kunit: Add macros to help write more complex tests,
Michal Wajdeczko
- [PATCH net-next] selftests: forwarding: local_termination: Down ports on cleanup,
Petr Machata
- [PATCH net 0/4] mptcp: close subflow when receiving TCP+FIN and misc.,
Matthieu Baerts (NGI0)
- [PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint,
Charlie Jenkins
- [PATCH net 00/15] mptcp: more fixes for the in-kernel PM,
Matthieu Baerts (NGI0)
- [PATCH net 01/15] mptcp: pm: reuse ID 0 after delete and re-add,
Matthieu Baerts (NGI0)
- [PATCH net 02/15] mptcp: pm: fix RM_ADDR ID for the initial subflow,
Matthieu Baerts (NGI0)
- [PATCH net 03/15] selftests: mptcp: join: check removing ID 0 endpoint,
Matthieu Baerts (NGI0)
- [PATCH net 04/15] mptcp: pm: send ACK on an active subflow,
Matthieu Baerts (NGI0)
- [PATCH net 05/15] mptcp: pm: skip connecting to already established sf,
Matthieu Baerts (NGI0)
- [PATCH net 06/15] mptcp: pm: reset MPC endp ID when re-added,
Matthieu Baerts (NGI0)
- [PATCH net 07/15] selftests: mptcp: join: check re-adding init endp with != id,
Matthieu Baerts (NGI0)
- [PATCH net 08/15] selftests: mptcp: join: no extra msg if no counter,
Matthieu Baerts (NGI0)
- [PATCH net 09/15] mptcp: pm: do not remove already closed subflows,
Matthieu Baerts (NGI0)
- [PATCH net 10/15] mptcp: pm: fix ID 0 endp usage after multiple re-creations,
Matthieu Baerts (NGI0)
- [PATCH net 11/15] selftests: mptcp: join: check re-re-adding ID 0 endp,
Matthieu Baerts (NGI0)
- [PATCH net 12/15] mptcp: avoid duplicated SUB_CLOSED events,
Matthieu Baerts (NGI0)
- [PATCH net 13/15] selftests: mptcp: join: validate event numbers,
Matthieu Baerts (NGI0)
- [PATCH net 14/15] mptcp: pm: ADD_ADDR 0 is not a new address,
Matthieu Baerts (NGI0)
- [PATCH net 15/15] selftests: mptcp: join: check re-re-adding ID 0 signal,
Matthieu Baerts (NGI0)
- Re: [PATCH net 00/15] mptcp: more fixes for the in-kernel PM,
Jakub Kicinski
- [PATCH v4 0/3] HID: hidraw: HIDIOCREVOKE introduction,
bentiss
- [PATCH] selftests/mm: do not try to split below filesystem block size,
Pankaj Raghav (Samsung)
- selftests: core: unshare_test: WARNING: at mm/util.c:671 __kvmalloc_node_noprof,
Naresh Kamboju
- [PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [PATCH net-next v15 02/13] mm: move the page fragment allocator from page_alloc into its own file,
Yunsheng Lin
- [PATCH net-next v15 01/13] mm: page_frag: add a test module for page_frag,
Yunsheng Lin
- [PATCH net-next v22 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v22 01/13] netdev: add netdev_rx_queue_restart(),
Mina Almasry
- [PATCH net-next v22 02/13] net: netdev netlink api to bind dma-buf to a net device,
Mina Almasry
- [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice,
Mina Almasry
- [PATCH net-next v22 04/13] netdev: netdevice devmem allocator,
Mina Almasry
- [PATCH net-next v22 05/13] page_pool: devmem support,
Mina Almasry
- [PATCH net-next v22 06/13] memory-provider: dmabuf devmem memory provider,
Mina Almasry
- [PATCH net-next v22 07/13] net: support non paged skb frags,
Mina Almasry
- [PATCH net-next v22 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags,
Mina Almasry
- [PATCH net-next v22 08/13] net: add support for skbs with unreadable frags,
Mina Almasry
- [PATCH net-next v22 09/13] tcp: RX path for devmem TCP,
Mina Almasry
- [PATCH net-next v22 11/13] net: add devmem TCP documentation,
Mina Almasry
- [PATCH net-next v22 13/13] netdev: add dmabuf introspection,
Mina Almasry
- [PATCH net-next v22 12/13] selftests: add ncdevmem, netcat for devmem TCP,
Mina Almasry
- [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 1/8] selftests/net: Clean-up double assignment,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 2/8] selftests/net: Provide test_snprintf() helper,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 3/8] selftests/net: Be consistent in kconfig checks,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 4/8] selftests/net: Open /proc/thread-self in open_netns(),
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 7/8] selftests/net: Synchronize client/server before counters checks,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 5/8] selftests/net: Don't forget to close nsfd after switch_save_ns(),
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 8/8] selftests/net: Add trace events matching to tcp_ao,
Dmitry Safonov via B4 Relay
- [PATCH net-next v4 6/8] selftests/tcp_ao: Fix printing format for uint64_t,
Dmitry Safonov via B4 Relay
- Re: [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates,
Jakub Kicinski
- Re: [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates,
patchwork-bot+netdevbpf
- [PATCH 0/2] Adding SO_PEEK_OFF for TCPv6,
jmaloy
- [PATCH 0/2] Exposing nice CPU usage to userspace,
Joshua
- [RFC PATCH v1 5/6] selftests/rseq: x86: Implement rseq_load_u32_u32,
Mathieu Desnoyers
- [RFC PATCH v1 6/6] selftests/rseq: Implement NUMA node id vs mm_cid invariant test,
Mathieu Desnoyers
- [PATCH nf-next v2 2/2] netfilter: Make IP6_NF_IPTABLES_LEGACY selectable,
Breno Leitao
- [PATCH nf-next v2 1/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable,
Breno Leitao
- [PATCH net-next] selftests: forwarding: no_forwarding: Down ports on cleanup,
Petr Machata
- [PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [PATCH net-next v14 02/11] mm: move the page fragment allocator from page_alloc into its own file,
Yunsheng Lin
- [PATCH net-next v14 01/11] mm: page_frag: add a test module for page_frag,
Yunsheng Lin
- [PATCH v3 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions,
Hariharan Mari
- [PATCH v3 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctions,
Hariharan Mari
- [PATCH v3 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions,
Hariharan Mari
- [PATCH v3 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions,
Hariharan Mari
- [PATCH v3 4/5] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD crypto subfunctions,
Hariharan Mari
- [PATCH v3 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions,
Hariharan Mari
- Re: [PATCH v3 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions,
Janosch Frank
- [PATCH 1/1 V2] Selftests: net: Improve missing modules error message,
David Hunter
- [PATCH] selftests/livepatch: wait for atomic replace to occur,
Ryan Sullivan
- [PATCH v3] selftests/livepatch: wait for atomic replace to occur,
Ryan Sullivan
- [PATCH v5 00/30] Permission Overlay Extension,
Joey Gouly
- [PATCH v5 01/30] powerpc/mm: add ARCH_PKEY_BITS to Kconfig,
Joey Gouly
- [PATCH v5 02/30] x86/mm: add ARCH_PKEY_BITS to Kconfig,
Joey Gouly
- [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2,
Joey Gouly
- [PATCH v5 03/30] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN,
Joey Gouly
- [PATCH v5 05/30] arm64: cpufeature: add Permission Overlay Extension cpucap,
Joey Gouly
- [PATCH v5 07/30] KVM: arm64: Save/restore POE registers,
Joey Gouly
- [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*,
Joey Gouly
- [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1,
Joey Gouly
- [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0,
Joey Gouly
- [PATCH v5 13/30] arm64: add POIndex defines,
Joey Gouly
- [PATCH v5 12/30] arm64: re-order MTE VM_ flags,
Joey Gouly
- [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values,
Joey Gouly
- [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE,
Joey Gouly
- [PATCH v5 16/30] arm64: handle PKEY/POE faults,
Joey Gouly
- [PATCH v5 18/30] arm64: implement PKEYS support,
Joey Gouly
- [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE,
Joey Gouly
- [PATCH v5 19/30] arm64: add POE signal support,
Joey Gouly
- [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE,
Joey Gouly
- [PATCH v5 21/30] arm64: enable POE and PIE to coexist,
Joey Gouly
- [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE,
Joey Gouly
- [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig,
Joey Gouly
- [PATCH v5 24/30] kselftest/arm64: move get_header(),
Joey Gouly
- [PATCH v5 25/30] selftests: mm: move fpregs printing,
Joey Gouly
- [PATCH v5 06/30] arm64: context switch POR_EL0 register,
Joey Gouly
- [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64,
Joey Gouly
- [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE,
Joey Gouly
- [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records,
Joey Gouly
- [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers,
Joey Gouly
- [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay(),
Joey Gouly
- [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame,
Joey Gouly
- [PATCH rc 0/2] Fix maps created without READ or WRITE,
Jason Gunthorpe
- [RFC PATCH net-next 0/5] selftests: forwarding: Introduce deferred commands,
Petr Machata
- [PATCH v2 0/3] kunit: Improve format of some assertion messages,
Michal Wajdeczko
- [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t,
Dev Jain
- [PATCH v2] selftests:mm: Fix mmap() error paths to check for MAP_FAILED,
Yang Ruibin
- [PATCH net-next v7] net: netconsole: selftests: Create a new netconsole selftest,
Breno Leitao
- [PATCH bpf-next v2 0/8] libbpf, selftests/bpf: Support cross-endian usage,
Tony Ambardar
- [PATCH v2 0/3] selftests: Fix cpuid / vendor checking build issues,
Ilpo Järvinen
- [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc,
Christophe Leroy
- [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO,
Christophe Leroy
- [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data(),
Christophe Leroy
- [PATCH v2 02/17] vdso: Clean header inclusion in getrandom,
Christophe Leroy
- [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile,
Christophe Leroy
- [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long,
Christophe Leroy
- [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom,
Christophe Leroy
- [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32,
Christophe Leroy
- [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE,
Christophe Leroy
- [PATCH v2 09/17] powerpc/vdso32: Add crtsavres,
Christophe Leroy
- [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build,
Christophe Leroy
- [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation,
Christophe Leroy
- [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config,
Christophe Leroy
- [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources,
Christophe Leroy
- [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function,
Christophe Leroy
- [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha,
Christophe Leroy
- [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic,
Christophe Leroy
- [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc,
Christophe Leroy
- Re: [PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc,
Jason A. Donenfeld
- [PATCH v1] selftests:tdx:Use min macro,
Yan Zhen
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]