linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-30 10:21:40 to 2025-05-02 19:01:32 UTC [more...]

[PATCH RFC 0/4] stackleak: Support Clang stack depth tracking
 2025-05-02 19:01 UTC  (5+ messages)
` [PATCH RFC 1/4] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH RFC 2/4] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH RFC 3/4] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH RFC 4/4] stackleak: Support Clang stack depth tracking

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-02 18:57 UTC  (23+ messages)
` [PATCH bpf-next v3 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v3 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v3 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v3 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v3 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v3 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v3 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-02 18:44 UTC  (5+ messages)
` [PATCH v3 1/4] security: "
` [PATCH v3 2/4] hornet: Introduce sign-ebpf
` [PATCH v3 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v3 4/4] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH v8 0/2] memcg: Fix test_memcg_min/low test failures
 2025-05-02 18:39 UTC  (5+ messages)
` [PATCH v8 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
` [PATCH v8 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-02 17:57 UTC  (13+ messages)

[PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
 2025-05-02 17:50 UTC 

[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
 2025-05-02 17:24 UTC 

[PATCH net v1] selftests: iou-zcrx: Clean up build warnings for error format
 2025-05-02 17:22 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-02 17:15 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v2 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v2 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-05-02 16:16 UTC  (9+ messages)
` [PATCH v3 8/8] mm/maps: execute PROCMAP_QUERY ioctl "

[PATCH v2] kunit: fix longest symbol length test
 2025-05-02 14:37 UTC 

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-05-02 14:25 UTC  (10+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf

[PATCH 0/7] selftests: vDSO: Some cleanups and fixes
 2025-05-02 13:49 UTC  (14+ messages)
` [PATCH 1/7] selftests: vDSO: chacha: Correctly skip test if necessary
` [PATCH 2/7] selftests: vDSO: clock_getres: Drop unused include of err.h
` [PATCH 3/7] selftests: vDSO: vdso_test_correctness: Fix -Wold-style-definitions
` [PATCH 4/7] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
` [PATCH 5/7] selftests: vDSO: vdso_test_getrandom: Drop some dead code
` [PATCH 6/7] selftests: vDSO: vdso_test_getrandom: Always print TAP header
` [PATCH 7/7] selftests: vDSO: vdso_config: Avoid -Wunused-variables

[PATCH net-next v2] selftests: net: exit cleanly on SIGTERM / timeout
 2025-05-02 13:05 UTC  (3+ messages)

[PATCH net-next 0/7] selftests: mptcp: increase code coverage
 2025-05-02 12:29 UTC  (8+ messages)
` [PATCH net-next 1/7] selftests: mptcp: info: hide 'grep: write error' warnings
` [PATCH net-next 2/7] selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
` [PATCH net-next 3/7] selftests: mptcp: add struct params in mptcp_diag
` [PATCH net-next 4/7] selftests: mptcp: refactor send_query parameters for code clarity
` [PATCH net-next 5/7] selftests: mptcp: refactor NLMSG handling with 'proto'
` [PATCH net-next 6/7] selftests: mptcp: add helpers to get subflow_info
` [PATCH net-next 7/7] selftests: mptcp: add chk_sublfow in diag.sh

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-02 12:28 UTC  (8+ messages)
` [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH 2/4] selftests/mm/uffd: Swap global vars with global test options
` [PATCH 3/4] selftests/mm/uffd: Swap global variables with global test opts
` [PATCH 4/4] "

[PATCH 0/3] selftests/timens: Various small fixes
 2025-05-02 12:14 UTC  (7+ messages)
` [PATCH 1/3] selftests/timens: Print TAP headers
` [PATCH 2/3] selftests/timens: Make run_tests() functions static
` [PATCH 3/3] selftests/timens: timerfd: Use correct clockid type in tclock_gettime()

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-05-02 11:51 UTC  (4+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path

[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-02 10:28 UTC  (6+ messages)

[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-02 10:19 UTC  (6+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
` [PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF

[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
 2025-05-02  7:31 UTC  (28+ messages)
` [PATCH v3 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v3 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v3 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v3 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v3 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v3 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v3 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v3 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v3 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v3 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_VQUEUE and its related struct
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl
` [PATCH v3 12/23] iommufd/driver: Add iommufd_vqueue_depend/undepend() helpers
` [PATCH v3 13/23] iommufd/selftest: Add coverage for IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH v3 14/23] iommufd: Add mmap interface
` [PATCH v3 15/23] iommufd/selftest: Add coverage for the new "
` [PATCH v3 16/23] Documentation: userspace-api: iommufd: Update vQUEUE
` [PATCH v3 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v3 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v3 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v3 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v3 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v3 22/23] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v3 23/23] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-05-02  5:26 UTC  (2+ messages)

[PATCH v5 0/5] Add support for the Bus Lock Threshold
 2025-05-02  5:03 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: x86: Make kvm_pio_request.linear_rip a common field for user exits
` [PATCH v5 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [PATCH v5 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v5 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
` [PATCH v5 5/5] KVM: selftests: Add bus lock exit test

[PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-05-02  1:10 UTC  (2+ messages)

[PATCH net-next v2] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
 2025-05-02  1:10 UTC  (2+ messages)

[PATCH v5 0/4] mm: introduce THP deferred setting
 2025-05-01 22:53 UTC  (12+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
` [PATCH v5 4/4] selftests: mm: add defer to thp setting parser

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-05-01 21:46 UTC  (22+ messages)
` [PATCH v2 03/22] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v2 22/22] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH bpf-next v3 0/2] bpf: Allow XDP_REDIRECT for XDP dev-bound programs
 2025-05-01 21:00 UTC  (2+ messages)

[PATCH 0/5] riscv: misaligned: fix interruptible context and add tests
 2025-05-01 20:51 UTC  (8+ messages)
` [PATCH 1/5] riscv: misaligned: factorize trap handling

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-01 19:50 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[RFC net-next v1 1/2] udp: Introduce UDP_STOP_RCV option for UDP
 2025-05-01 14:27 UTC  (6+ messages)
` [RFC net-next v1 2/2] selftests/net: Add udp UDP_STOP_RCV selftest

[PATCH v3 0/3] RISC-V KVM selftests improvements
 2025-05-01 13:36 UTC  (2+ messages)

[PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
 2025-05-01  6:03 UTC 

[PATCH 0/2] Update kunit doc and tool with tips to build errors
 2025-05-01  0:40 UTC  (7+ messages)
` [PATCH 2/2] kunit: add tips to clean source tree to build help message

[PATCH RESEND] selftests/seccomp: fix syscall_restart test for arm compat
 2025-04-30 21:21 UTC  (2+ messages)

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-04-30 20:09 UTC  (2+ messages)

[PATCH v3 00/32] kselftest harness and nolibc compatibility
 2025-04-30 18:53 UTC  (5+ messages)

[PATCH] selftests/cpufreq: Fix cpufreq basic read and update testcases
 2025-04-30 17:14 UTC 

[PATCH v1 1/3] selftests: pidfd: add missing sys/mount.h include in pidfd_fdinfo_test.c
 2025-04-30 16:20 UTC  (4+ messages)
` [PATCH v1 2/3] selftests: pidfd: add missing sys/ioctl.h include in pidfd_setns_test.c

[PATCH] kselftest: cpufreq: Get rid of double suspend in rtcwake case
 2025-04-30 14:55 UTC 

[PATCH v4 0/5] Add support for the Bus Lock Threshold
 2025-04-30 11:30 UTC  (12+ messages)
` [PATCH v4 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v4 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).