Linux Kernel Selftest
[Prev Page][Next Page]
- Re: [PATCH 1/2] tools/nolibc: add pipe() support, (continued)
- [PATCH] selftests/nolibc: mmap_munmap_good: fix up return value,
Zhangjin Wu
- [PATCH] selftests:prctl: add set-process-name to .gitignore,
Shuah Khan
- [PATCH] selftests:prctl: Fix make clean override warning,
Shuah Khan
- selftests: mm: mremap_dontunmap.c:53:6: error: use of undeclared identifier 'MREMAP_DONTUNMAP',
Naresh Kamboju
- selftests: connector: proc_filter.c:48:20: error: invalid application of 'sizeof' to an incomplete type 'struct proc_input',
Naresh Kamboju
- selftests: arm64: za-fork.c: kselftest.h:123:2: error: call to undeclared function 'setvbuf'; ISO C99 and later do not support implicit function declarations,
Naresh Kamboju
- [PATCH] kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT,
Kemeng Shi
- [PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API,
Haibo Xu
- [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf,
Haibo Xu
- [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg,
Haibo Xu
- [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h,
Haibo Xu
- [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config,
Haibo Xu
- [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code,
Haibo Xu
- [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test,
Haibo Xu
- [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list,
Haibo Xu
- [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup,
Haibo Xu
- [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function,
Haibo Xu
- [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test,
Haibo Xu
- [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test,
Haibo Xu
- [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support,
Haibo Xu
- [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list,
Haibo Xu
- Re: [PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API,
Anup Patel
- [PATCH v3 bpf 0/2] bpf: return proper error codes for lwt redirect,
Yan Zhai
- [PATCH v3 bpf 2/2] selftests/bpf: test lwt redirect error handling,
Yan Zhai
- Re: [PATCH v3 bpf 0/2] bpf: return proper error codes for lwt redirect,
Jakub Sitnicki
[PATCH v8 0/4] cover-letter: Add IO page table replacement support,
Nicolin Chen
[PATCH v2 0/9] kunit: Add test attributes API,
Rae Moar
[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack,
Mark Brown
- [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks,
Mark Brown
- [PATCH v2 03/35] arm64/gcs: Document the ABI for Guarded Control Stacks,
Mark Brown
- [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS,
Mark Brown
- [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps,
Mark Brown
- [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions,
Mark Brown
- [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs(),
Mark Brown
- [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS),
Mark Brown
- [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack,
Mark Brown
- [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS,
Mark Brown
- [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack,
Mark Brown
- [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1,
Mark Brown
- [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0,
Mark Brown
- [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled,
Mark Brown
- [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface,
Mark Brown
- [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests,
Mark Brown
- [PATCH v2 15/35] arm64/hwcap: Add hwcap for GCS,
Mark Brown
- [PATCH v2 17/35] arm64/mm: Handle GCS data aborts,
Mark Brown
- [PATCH v2 14/35] arm64/idreg: Add overrride for GCS,
Mark Brown
- [PATCH v2 16/35] arm64/traps: Handle GCS exceptions,
Mark Brown
- [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames,
Mark Brown
- [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files,
Mark Brown
- [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap,
Mark Brown
- [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack(),
Mark Brown
- [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers,
Mark Brown
- [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests,
Mark Brown
- [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests,
Mark Brown
- [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS),
Mark Brown
- [PATCH v2 34/35] selftests/arm64: Add GCS signal tests,
Mark Brown
- [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program,
Mark Brown
- [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking,
Mark Brown
- [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code,
Mark Brown
- [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled,
Mark Brown
- [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc,
Mark Brown
- [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests,
Mark Brown
[PATCH v4 00/12] Add Intel VT-d nested translation,
Yi Liu
- [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation,
Yi Liu
- [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain,
Yi Liu
- [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation,
Yi Liu
- [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation,
Yi Liu
- [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern,
Yi Liu
- [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device,
Yi Liu
- [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation,
Yi Liu
- [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern,
Yi Liu
- [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain,
Yi Liu
- [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query,
Yi Liu
- [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation,
Yi Liu
- [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings,
Yi Liu
[PATCH v3 00/17] iommufd: Add nesting infrastructure,
Yi Liu
- [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace,
Yi Liu
- [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation,
Yi Liu
- [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables,
Yi Liu
- [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc(),
Yi Liu
- [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data,
Yi Liu
- [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES,
Yi Liu
- [PATCH v3 10/17] iommufd/selftest: Add a helper to get test device,
Yi Liu
- [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- [PATCH v3 11/17] iommufd/selftest: Add IOMMU_TEST_OP_DEV_[ADD|DEL]_RESERVED to add/del reserved regions to selftest device,
Yi Liu
- [PATCH v3 12/17] iommufd/selftest: Add .get_resv_regions() for mock_dev,
Yi Liu
- [PATCH v3 02/17] iommu: Add nested domain support,
Yi Liu
- [PATCH v3 13/17] iommufd/selftest: Add coverage for IOMMU_RESV_IOVA_RANGES,
Yi Liu
- [PATCH v3 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data,
Yi Liu
- [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT,
Yi Liu
- [PATCH v3 14/17] iommufd/selftest: Add domain_alloc_user() support in iommu mock,
Yi Liu
- [PATCH v3 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl,
Yi Liu
- [PATCH v3 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op,
Yi Liu
[PATCH v4 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
[PATCH v3 0/8] selftests/mm fixes for arm64,
Ryan Roberts
[PATCH] selftests/bpf: fix build errors if CONFIG_NF_CONNTRACK_MARK not set.,
Mahmoud Maatuq
[PATCH v1] selftests: ipc: Updates the msgque test to use kselftest framework,
Atul Kumar Pant
[PATCH v5 00/10] tracing: introducing eventfs,
Ajay Kaher
- [PATCH v5 01/10] tracing: Require all trace events to have a TRACE_SYSTEM,
Ajay Kaher
- [PATCH v5 02/10] eventfs: Implement tracefs_inode_cache,
Ajay Kaher
- [PATCH v5 03/10] tracefs: Rename and export some tracefs functions,
Ajay Kaher
- [PATCH v5 06/10] eventfs: Implement eventfs lookup, read, open functions,
Ajay Kaher
- [PATCH v5 05/10] eventfs: Implement eventfs file add functions,
Ajay Kaher
- [PATCH v5 04/10] eventfs: Implement eventfs dir creation functions,
Ajay Kaher
- [PATCH v5 07/10] eventfs: Implement functions to create files and dirs when accessed,
Ajay Kaher
- [PATCH v5 08/10] eventfs: Implement removal of meta data from eventfs,
Ajay Kaher
- [PATCH v5 10/10] test: ftrace: Fix kprobe test for eventfs,
Ajay Kaher
- [PATCH v5 09/10] eventfs: Move tracing/events to eventfs,
Ajay Kaher
Re: [PATCH 6.1 000/223] 6.1.40-rc1 review,
Naresh Kamboju
[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 02/11] selftests: forwarding: gre_custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 04/11] selftests: forwarding: gre_multipath_nh_res.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 03/11] selftests: forwarding: gre_inner_v4_multipath.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 07/11] selftests: forwarding: ip6gre_inner_v4_multipath.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 09/11] selftests: forwarding: router_mpath_nh_res.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 05/11] selftests: forwarding: gre_multipath_nh.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 08/11] selftests: forwarding: no_forwarding.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 10/11] selftests: forwarding: router_mpath_nh.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 06/11] selftests: forwarding: ip6gre_custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- [PATCH v1 11/11] selftests: forwarding: router_multipath.sh: add cleanup for SIGTERM sent by timeout,
Mirsad Todorovac
- Re: [PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout,
Ido Schimmel
- Re: [PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout,
Petr Machata
[BUG] sefltests: forwarding: gre_custom_multipath_hash.sh: [FAIL] and syntax errors,
Mirsad Todorovac
[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF,
Daniel Xu
Re: Re: fs/proc/task_mmu: Implement IOCTL for efficient page table scanning,
kernel test robot
[PATCH bpf-next v5 0/5] Support defragmenting IPv(4|6) packets in BPF,
Daniel Xu
[PATCH v3] kselftest/arm64: Exit streaming mode after collecting signal context,
Mark Brown
[PATCH v2 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL,
Mark Brown
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition,
Valentin Schneider
- [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex,
Valentin Schneider
- [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask,
Valentin Schneider
- [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask,
Valentin Schneider
- [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common field by a cpumask,
Valentin Schneider
- [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU,
Valentin Schneider
- [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU,
Valentin Schneider
- [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison,
Valentin Schneider
- [RFC PATCH v2 07/20] tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a single CPU,
Valentin Schneider
- [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering,
Valentin Schneider
- [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys,
Valentin Schneider
- [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls,
Valentin Schneider
- [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr,
Valentin Schneider
- [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init,
Valentin Schneider
- [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init,
Valentin Schneider
- [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure,
Valentin Schneider
- [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs,
Valentin Schneider
- [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI,
Valentin Schneider
- [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width,
Valentin Schneider
- [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs,
Valentin Schneider
- [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable,
Valentin Schneider
[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign,
Lorenz Bauer
- [PATCH bpf-next v6 1/8] udp: re-score reuseport groups when connected sockets are present,
Lorenz Bauer
- [PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign,
Lorenz Bauer
- [PATCH bpf-next v6 3/8] net: export inet_lookup_reuseport and inet6_lookup_reuseport,
Lorenz Bauer
- [PATCH bpf-next v6 4/8] net: remove duplicate reuseport_lookup functions,
Lorenz Bauer
- [PATCH bpf-next v6 5/8] net: document inet[6]_lookup_reuseport sk_state requirements,
Lorenz Bauer
- [PATCH bpf-next v6 6/8] net: remove duplicate sk_lookup helpers,
Lorenz Bauer
- [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign,
Lorenz Bauer
- [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper,
Lorenz Bauer
- Re: [PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign,
patchwork-bot+netdevbpf
[PATCH v3 0/3] drivers: base: Add tests showing devm handling inconsistencies,
Maxime Ripard
[PATCH v5 0/6] KVM: selftests: Improve PMU event filter settings and add test cases,
Jinrong Liang
[PATCH v2 00/11] drm: kunit: Switch to kunit actions,
Maxime Ripard
- [PATCH v2 01/11] drm/tests: helpers: Switch to kunit actions,
Maxime Ripard
- [PATCH v2 03/11] drm/tests: modes: Remove call to drm_kunit_helper_free_device(),
Maxime Ripard
- [PATCH v2 02/11] drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device(),
Maxime Ripard
- [PATCH v2 05/11] drm/tests: helpers: Create a helper to allocate a locking ctx,
Maxime Ripard
- [PATCH v2 04/11] drm/tests: probe-helper: Remove call to drm_kunit_helper_free_device(),
Maxime Ripard
- [PATCH v2 06/11] drm/tests: helpers: Create a helper to allocate an atomic state,
Maxime Ripard
- [PATCH v2 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device(),
Maxime Ripard
- [PATCH v2 10/11] drm/vc4: tests: Switch to atomic state allocation helper,
Maxime Ripard
- [PATCH v2 11/11] drm/vc4: tests: pv-muxing: Document test scenario,
Maxime Ripard
- [PATCH v2 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device,
Maxime Ripard
- [PATCH v2 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init,
Maxime Ripard
- Re: [PATCH v2 00/11] drm: kunit: Switch to kunit actions,
Maira Canal
- Re: [PATCH v2 00/11] drm: kunit: Switch to kunit actions,
Maxime Ripard
[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying",
Colin Ian King
[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax,
David Gow
[PATCH] rust: doctests: Use tabs for indentation in generated C code,
David Gow
[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG],
Mirsad Todorovac
[PATCH v1 0/9] kunit: Add test attributes API,
Rae Moar
[ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023,
shuah
[PATCH net-next v2 0/4] nexthop: Refactor and fix nexthop selection for multipath routes,
Benjamin Poirier
[PATCH v2 00/14] selftests/nolibc: add minimal kernel config support - part1,
Zhangjin Wu
- [PATCH v2 01/14] selftests/nolibc: allow report with existing test log,
Zhangjin Wu
- [PATCH v2 02/14] selftests/nolibc: add macros to enhance maintainability,
Zhangjin Wu
- [PATCH v2 03/14] selftests/nolibc: print running log to screen,
Zhangjin Wu
- [PATCH v2 04/14] selftests/nolibc: fix up O= option support,
Zhangjin Wu
- [PATCH v2 05/14] selftests/nolibc: add menuconfig for development,
Zhangjin Wu
- [PATCH v2 06/14] selftests/nolibc: add mrproper for development,
Zhangjin Wu
- [PATCH v2 07/14] selftests/nolibc: defconfig: remove mrproper target,
Zhangjin Wu
- [PATCH v2 08/14] selftests/nolibc: string the core targets,
Zhangjin Wu
- [PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails,
Zhangjin Wu
- [PATCH v2 10/14] selftests/nolibc: allow customize CROSS_COMPILE by architecture,
Zhangjin Wu
- [PATCH v2 11/14] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc,
Zhangjin Wu
- [PATCH v2 12/14] selftests/nolibc: add tinyconfig target,
Zhangjin Wu
- [PATCH v2 13/14] selftests/nolibc: tinyconfig: add extra common options,
Zhangjin Wu
- [PATCH v2 14/14] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc,
Zhangjin Wu
[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types,
Anton Protopopov
[PATCH v3] selftests/input: add tests for the EVIOCSCLOCKID ioctl,
Dana Elfassy
[PATCH RFC 0/7] selftests/nolibc: KTAP output,
Thomas Weißschuh
[PATCH v4 0/4] kernel.h: Split out a couple of macros to args.h,
Andy Shevchenko
[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support,
Zhangjin Wu
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]