Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-02-20 02:09:23 to 2025-02-21 21:04:06 UTC [more...]

[PATCH v7 00/10] Basic SEV-SNP Selftests
 2025-02-21 21:01 UTC  (9+ messages)
` [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure
` [PATCH v7 02/10] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v7 03/10] KVM: selftests: Add vmgexit helper
` [PATCH v7 04/10] KVM: selftests: Add SMT control state helper
` [PATCH v7 05/10] KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
` [PATCH v7 06/10] KVM: selftests: Introduce SEV VM type check
` [PATCH v7 07/10] KVM: selftests: Add library support for interacting with SNP
` [PATCH v7 08/10] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type

[PATCH v2] ww_mutex: convert self-test to KUnit
 2025-02-21 20:35 UTC  (6+ messages)

[PATCH v5 0/3] printf: convert self-test to KUnit
 2025-02-21 20:34 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases
` [PATCH v5 3/3] printf: implicate test line in failure messages

[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
 2025-02-21 18:25 UTC  (10+ messages)
` [PATCH v2 1/9] selftests/mm: Report errno when things fail in gup_longterm
` [PATCH v2 2/9] selftests/mm: Fix assumption that sudo is present
` [PATCH v2 3/9] selftests/mm: Skip uffd-stress if userfaultfd not available
` [PATCH v2 4/9] selftests/mm: Skip uffd-wp-mremap "
` [PATCH v2 5/9] selftests/mm/uffd: Rename nr_cpus -> nr_threads
` [PATCH v2 6/9] selftests/mm: Print some details when uffd-stress gets bad params
` [PATCH v2 7/9] selftests/mm: Don't fail uffd-stress if too many CPUs
` [PATCH v2 8/9] selftests/mm: Skip map_populate on weird filesystems
` [PATCH v2 9/9] selftests/mm: Skip gup_longerm tests "

[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
 2025-02-21 17:45 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools/selftests: add guard region test for /proc/$pid/pagemap

[PATCH 1/2] libbpf: BPF program load type enum
 2025-02-21 17:40 UTC  (9+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "
        `  "
            `  "

[PATCH 0/2] kselftest/arm64: mte: Minor fixes to the MTE hugetlb test
 2025-02-21 17:38 UTC  (6+ messages)
` [PATCH 1/2] kselftest/arm64: mte: Use the correct naming for tag check modes in check_hugetlb_options.c
` [PATCH 2/2] kselftest/arm64: mte: Skip the hugetlb tests if MTE not supported on such mappings

[PATCH v1] selftests/user_events: Fix failures caused by test code
 2025-02-21 17:28 UTC  (3+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-21 17:24 UTC  (23+ messages)

[PATCH bpf-next v2] arm64, bpf: Add 12-argument support for bpf trampoline
 2025-02-21 16:58 UTC  (2+ messages)

[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
 2025-02-21 16:48 UTC  (25+ messages)
` [PATCH v2 1/7] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v2 2/7] genirq/msi: Refactor iommu_dma_compose_msi_msg()
` [PATCH v2 3/7] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v2 4/7] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
` [PATCH v2 5/7] iommu: Turn fault_data to iommufd private pointer
` [PATCH v2 6/7] iommufd: Implement sw_msi support natively
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
 2025-02-21 16:14 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: test_xdp_vlan: Rename BPF sections
` [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

[PATCH] selftests/landlock: add binaries to gitignore
 2025-02-21 16:11 UTC  (2+ messages)

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-21 16:07 UTC  (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH net v2 2/2] selftests: drv-net: test XDP, HDS auto and the ioctl path
 2025-02-21 16:07 UTC  (2+ messages)

[PATCH net-next 0/7] netconsole: Add taskname sysdata support
 2025-02-21 13:52 UTC  (8+ messages)
` [PATCH net-next 1/7] netconsole: prefix CPU_NR sysdata feature with SYSDATA_
` [PATCH net-next 2/7] netconsole: refactor CPU number formatting into separate function
` [PATCH net-next 3/7] netconsole: add taskname to extradata entry count
` [PATCH net-next 4/7] netconsole: add configfs controls for taskname sysdata feature
` [PATCH net-next 5/7] netconsole: add task name to extra data fields
` [PATCH net-next 6/7] netconsole: docs: document the task name feature
` [PATCH net-next 7/7] netconsole: selftest: add task name append testing

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-21 13:39 UTC  (29+ messages)
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH v2 0/2] selftests: sched: Add default target support for sched
 2025-02-21 11:57 UTC  (3+ messages)
` [PATCH v2 1/2] selftests: sched: add sched as a default selftest target
` [PATCH v2 2/2] selftests: sched: skip cs_prctl_test for systems with core scheduling disabled

[PATCH sysctl-next v2] selftests/sysctl: fix wording of help messages
 2025-02-21 10:21 UTC 

[PATCH] selftests: sched: add sched as a default selftest target
 2025-02-21  9:09 UTC  (8+ messages)

[PATCH] selftests/sysctl: fix wording of help messages
 2025-02-21  8:48 UTC  (2+ messages)

[PATCH] selftests: fix spelling/grammar errors in sysctl/sysctl.sh
 2025-02-21  8:28 UTC  (2+ messages)

[PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
 2025-02-21  7:34 UTC  (3+ messages)

[PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
 2025-02-21  4:16 UTC  (2+ messages)

[PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
 2025-02-21  4:11 UTC  (2+ messages)

[PATCH net-next v10 09/13] net: xfrm: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:10 UTC  (2+ messages)

[PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:08 UTC  (2+ messages)

[PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  3:35 UTC  (2+ messages)

[PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
 2025-02-21  3:26 UTC  (2+ messages)

[PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
 2025-02-21  3:24 UTC  (2+ messages)

[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
 2025-02-21  1:40 UTC  (4+ messages)
` [PATCH bpf-next v12 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata

[PATCH net-next v6 0/7] Some pktgen fixes/improvments (part I)
 2025-02-21  1:30 UTC  (2+ messages)

[PATCH net-next v2] tun: Pad virtio headers
 2025-02-21  1:14 UTC  (5+ messages)

[PATCH] selftests/net: deflake GRO tests and fix return value and output
 2025-02-21  1:04 UTC  (2+ messages)

[PATCH net-next v4 0/9] Device memory TCP TX
 2025-02-20 21:05 UTC  (19+ messages)
` [PATCH net-next v4 1/9] net: add get_netmem/put_netmem support
` [PATCH net-next v4 2/9] net: devmem: TCP tx netlink api
` [PATCH net-next v4 3/9] net: devmem: Implement TX path
` [PATCH net-next v4 4/9] net: devmem: make dmabuf unbinding scheduled work
` [PATCH net-next v4 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v4 6/9] net: enable driver support for netmem TX
` [PATCH net-next v4 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v4 8/9] net: check for driver support in netmem TX
` [PATCH net-next v4 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-02-20 20:42 UTC  (3+ messages)

[RESEND][PATCH 0/3] selftests/tracing: Test only toplevel README file not the instances
 2025-02-20 20:18 UTC  (5+ messages)
` [RESEND][PATCH 1/3] "
` [RESEND][PATCH 2/3] selftests/ftrace: Clean up triggers after setting them
` [RESEND][PATCH 3/3] selftests/tracing: Allow some more tests to run in instances

[PATCH 0/6] selftests/mm: Some cleanups from trying to run them
 2025-02-20 18:17 UTC  (14+ messages)
` [PATCH 1/6] selftests/mm: Report errno when things fail
` [PATCH 2/6] selftests/mm: Fix assumption that sudo is present
` [PATCH 3/6] selftests/mm: Skip uffd-stress if userfaultfd not available
` [PATCH 4/6] selftests/mm: Skip uffd-wp-mremap "
` [PATCH 5/6] selftests/mm: Print some details when uffd-stress gets bad params
` [PATCH 6/6] selftests/mm: Don't fail uffd-stress if too many CPUs

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-20 17:38 UTC  (15+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH] selftests/tracing: Test only toplevel README file not the instances
 2025-02-20 17:38 UTC  (7+ messages)

[PATCH v6 0/9] Basic SEV-SNP Selftests
 2025-02-20 16:56 UTC  (6+ messages)
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP

[PATCH] selftests: pid_namespace and pidfd missing include
 2025-02-20 16:42 UTC  (4+ messages)

[PATCH] kunit: tool: Implement listing of available architectures
 2025-02-20 15:44 UTC 

[PATCH] kunit: qemu_configs: SH: Respect kunit cmdline
 2025-02-20 15:38 UTC 

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-20 14:35 UTC  (11+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[PATCH v2] drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()
 2025-02-20 13:25 UTC 

[PATCH] selftests/ftrace: Use readelf to find entry point in uprobe test
 2025-02-20 13:01 UTC 

[PATCH net 0/2] bond: fix xfrm offload feature during init
 2025-02-20 11:33 UTC  (14+ messages)

[PATCH v8 2/2] selftests/rseq: Add test for mm_cid compaction
 2025-02-20 10:26 UTC 

[PATCH net-next] selftests: fib_nexthops: do not mark skipped tests as failed
 2025-02-20  8:53 UTC 

[PATCH] selftests:sysctl:Fix minor grammers in sysctl test
 2025-02-20  5:35 UTC  (3+ messages)
` [PATCH v2] selftests:sysctl:Fix minor typos "


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