linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-05 23:08:44 to 2022-12-13 22:22:39 UTC [more...]

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-13 22:22 UTC  (5+ messages)
` [PATCH v6 2/3] fs/proc/task_mmu: "

[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-13 19:22 UTC  (13+ messages)
` [PATCH v7 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v7 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v7 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v7 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create

[PATCH] kselftest/alsa: Increase kselftest timeout
 2022-12-13 18:37 UTC  (3+ messages)

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-12-13 18:13 UTC  (10+ messages)
` [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs

[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-13 17:32 UTC  (11+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[GIT PULL] Kselftest update for Linux 6.2-rc1
 2022-12-13  0:52 UTC 

[GIT PULL] KUnit next update for Linux 6.2-rc1
 2022-12-13  0:52 UTC 

[RFC][PATCH v2 0/7] bpf-lsm: Check return values of security modules
 2022-12-12 18:10 UTC  (12+ messages)
` [RFC][PATCH v2 1/7] bpf: Remove superfluous btf_id_set_contains() declaration
` [RFC][PATCH v2 2/7] bpf: Mark ALU32 operations in bpf_reg_state structure
` [RFC][PATCH v2 3/7] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
` [RFC][PATCH v2 4/7] bpf-lsm: Enforce return value limitations on security modules
` [RFC][PATCH v2 5/7] selftests/bpf: Check if return values of LSM programs are allowed
` [RFC][PATCH v2 6/7] selftests/bpf: Prevent positive ret values in test_lsm and verify_pkcs7_sig
` [RFC][PATCH v2 7/7] selftests/bpf: Change return value in test_libbpf_get_fd_by_id_opts.c

[PATCH v2 1/7] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-12 10:38 UTC  (13+ messages)
` [PATCH v2 2/7] KVM: selftests: Setup ucall after loading program into guest memory
` [PATCH v2 3/7] KVM: selftests: Mark correct page as mapped in virt_map()
` [PATCH v2 4/7] KVM: selftests: Correctly initialize the VA space for TTBR0_EL1
` [PATCH v2 5/7] KVM: arm64: selftests: Don't identity map the ucall MMIO hole
` [PATCH v2 6/7] KVM: selftests: Allocate ucall pool from MEM_REGION_DATA
` [PATCH v2 7/7] KVM: selftests: Avoid infinite loop if ucall_alloc() fails

[PATCH AUTOSEL 5.15 5/6] selftests: net: Use "grep -E" instead of "egrep"
 2022-12-12 10:35 UTC 

[PATCH AUTOSEL 6.0 5/7] selftests: net: Use "grep -E" instead of "egrep"
 2022-12-12 10:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 6/7] af_unix: Add test for sock_diag and UDIAG_SHOW_UID

[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
 2022-12-11  9:28 UTC 

[PATCH] lib: Add Dhrystone benchmark test
 2022-12-09 10:04 UTC  (3+ messages)

[PATCH net-next] selftests: net: Fix O=dir builds
 2022-12-09  3:30 UTC  (2+ messages)

[PATCH 1/4] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-09  1:08 UTC  (18+ messages)
` [PATCH 2/4] KVM: selftests: Setup ucall after loading program into guest memory
` [PATCH 3/4] KVM: arm64: selftests: Align VA space allocator with TTBR0
` [PATCH 4/4] KVM: selftests: Allocate ucall pool from MEM_REGION_DATA

[PATCH] selftests/x86/msr: Add MSR restore test for suspend cycle
 2022-12-08 23:40 UTC 

[PATCH v6 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-08 22:55 UTC  (18+ messages)
` [PATCH v6 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v6 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v6 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v6 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v6 6/6] mm/memfd: security hook for memfd_create

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-12-08 21:56 UTC  (5+ messages)
` [V1 PATCH 4/6] KVM: selftests: x86: Execute VMs with "

[PATCH] selftest: Fix spelling mistake "eith" -> "with"
 2022-12-08 13:53 UTC 

[PATCH -next 0/2] Add setup/cleanup for run.sh
 2022-12-08 13:08 UTC  (3+ messages)
` [PATCH -next 1/2] selftests/intel_pstate: Add saving and restore of scaling_governor
` [PATCH -next 2/2] selftests/intel_pstate: do cleanup at exit

[PATCH] selftests: powerpc: Use "grep -E" instead of "egrep"
 2022-12-08 12:40 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix resource leaks
 2022-12-08 12:40 UTC  (2+ messages)

[PATCH 0/2] kunit: Function Redirection ("static stub") support
 2022-12-08 10:07 UTC  (4+ messages)
` [PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
` [PATCH 2/2] Documentation: Add Function Redirection API docs

[PATCH] selftests/tpm2: Split async tests call to separate shell script runner
 2022-12-08  7:52 UTC  (2+ messages)

fw_fallback.sh test failed in Debian 11
 2022-12-08  2:32 UTC  (11+ messages)

[PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-12-08  2:15 UTC  (5+ messages)
` [PATCH v14 16/39] arm64/sme: Implement traps and syscall handling for SME

[PATCH] kunit: tool: make parser preserve whitespace when printing test log
 2022-12-07 18:38 UTC  (3+ messages)

[PATCH 0/2] sched/membarrier, selftests: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
 2022-12-07 18:04 UTC  (5+ messages)
` [PATCH 1/2] sched/membarrier: "
` [PATCH 2/2] selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONS

[PATCH v3 20/20] Documentation: gpu: vc4: Add KUnit Tests Section
 2022-12-07 16:11 UTC  (7+ messages)
  ` [PATCH v3 02/20] drm/tests: Introduce a config option for the KUnit helpers
  ` [PATCH v3 04/20] drm/tests: helpers: Switch to EXPORT_SYMBOL_GPL
  ` [PATCH v3 17/20] drm/vc4: tests: Introduce a mocking infrastructure
  ` [PATCH v3 19/20] drm/vc4: tests: Add unit test suite for the PV muxing
  ` [PATCH v3 18/20] drm/vc4: tests: Fail the current test if we access a register

[PATCH RESEND] Documentation: dev-tools: Clarify requirements for result description
 2022-12-07 13:53 UTC  (2+ messages)

[PATCH] selftests: Fix spelling mistake "allright" -> "alright"
 2022-12-07 10:14 UTC 

[PATCH v2] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
 2022-12-07  8:58 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-12-07  8:49 UTC  (9+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

[PATCH] KVM: selftests: Fix build for memstress.[ch] rename
 2022-12-07  7:54 UTC  (5+ messages)

[PATCH v3 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-12-07  2:54 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH v5 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 23:24 UTC  (13+ messages)
` [PATCH v5 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v5 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v5 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v5 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v5 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v5 6/6] mm/memfd: security hook for memfd_create

[PATCH] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-06 20:49 UTC  (2+ messages)

[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
 2022-12-06 20:40 UTC  (4+ messages)

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:10 UTC 

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:08 UTC 

[PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:05 UTC 

[PATCH v4 0/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-06 15:02 UTC  (7+ messages)
` [PATCH v4 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v4 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v4 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v4 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v4 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v4 6/6] mm/memfd: security hook for memfd_create

[PATCH v2 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-12-06 10:12 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH bpf-next,v6 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-06  7:13 UTC  (4+ messages)
` [PATCH bpf-next,v6 4/4] selftests/bpf: add xfrm_info tests

[PATCH] dma-mapping: benchmark: Fix compile error in user-space tool
 2022-12-06  3:13 UTC  (2+ messages)

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2022-12-05 23:23 UTC  (7+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-05 23:08 UTC  (2+ messages)
` [PATCH 09/11] selftests/damon/sysfs: test filters directory


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).