linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-14 19:43:15 to 2022-06-24 16:13:28 UTC [more...]

[PATCH 1/2] kunit: tool: make --kunitconfig repeatable, blindly concat
 2022-06-24 16:13 UTC  (6+ messages)
` [PATCH 2/2] kunit: add coverage_uml.config to enable GCOV on UML

[PATCH v5 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-24 15:59 UTC  (20+ messages)
` [PATCH v5 1/5] bpf: Export bpf_dynptr_get_size()
` [PATCH v5 2/5] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v5 3/5] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v5 4/5] selftests/bpf: Add test for unreleased key references
` [PATCH v5 5/5] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH bpf-next v2] selftests/bpf: Use bpf_tcp_helpers.h together with vmlinux.h
 2022-06-24 10:21 UTC 

[PATCH] kunit: tool: Enable virtio/PCI by default on UML
 2022-06-24  8:43 UTC 

[RFC PATCH 0/2] efi: get rid of deprecated sysfs varstore interface
 2022-06-24  8:20 UTC  (7+ messages)
` [RFC PATCH 1/2] selftests/kexec: remove broken EFI_VARS secure boot fallback check
` [RFC PATCH 2/2] efi: remove deprecated 'efivars' sysfs interface

[PATCH v2] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode
 2022-06-24  8:05 UTC  (7+ messages)

[PATCH v2] kunit: tool: refactor internal kconfig handling, allow overriding
 2022-06-24  7:55 UTC  (2+ messages)

[RFC PATCH] kunit: tool: Enable virtio/PCI by default on UML
 2022-06-23 19:30 UTC  (3+ messages)

[PATCH v2 0/5] Rework KUnit test execution in modules
 2022-06-23 12:23 UTC  (12+ messages)
` [PATCH v2 1/5] kunit: unify module and builtin suite definitions
` [PATCH v2 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH v2 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH v2 4/5] nitro_enclaves: "
` [PATCH v2 5/5] mmc: sdhci-of-aspeed: "

[PATCH] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode
 2022-06-23  8:26 UTC 

Ruch z pierwszej pozycji w Google
 2022-06-23  7:41 UTC 

[PATCH] selftests: Make the usage formatting consistent in kselftest_deps.sh
 2022-06-23  3:48 UTC 

[GIT PULL] Kselftest fixes update for Linux 5.19-rc4
 2022-06-22 19:14 UTC  (2+ messages)

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-06-22 17:15 UTC  (8+ messages)

[PATCH v2 0/9] drm: selftest: Convert to KUnit
 2022-06-22 17:06 UTC  (12+ messages)
` [PATCH v2 1/9] drm: selftest: convert drm_damage_helper selftest "
` [PATCH v2 2/9] drm: selftest: convert drm_cmdline_parser "
` [PATCH v2 3/9] drm: selftest: convert drm_rect "
` [PATCH v2 4/9] drm: selftest: convert drm_format "
` [PATCH v2 5/9] drm: selftest: convert drm_plane_helper "
` [PATCH v2 6/9] drm: selftest: convert drm_dp_mst_helper "
` [PATCH v2 7/9] drm: selftest: convert drm_framebuffer "
` [PATCH v2 8/9] drm: selftest: convert drm_buddy "
` [PATCH v2 9/9] drm: selftest: convert drm_mm "

[PATCH v10 0/2] Introduce XSAVE feature self-test
 2022-06-22 14:33 UTC  (3+ messages)
` [PATCH v10 1/2] selftests/x86/xstate: Add xstate signal handling test for XSAVE feature
` [PATCH v10 2/2] selftests/x86/xstate: Add xstate fork "

[PATCH] tc-testing: gitignore, delete plugins directory
 2022-06-22 12:12 UTC 

[PATCH] kselftest: mqueue: increase timeout
 2022-06-22  8:59 UTC 

[PATCH MANUALSEL 5.17 3/3] KVM: selftests: Restrict test region to 48-bit physical addresses when using nested
 2022-06-21 21:21 UTC 

[PATCH MANUALSEL 5.18 3/3] KVM: selftests: Restrict test region to 48-bit physical addresses when using nested
 2022-06-21 21:21 UTC 

[PATCH v2] docs/kselftest: add more guidelines for adding new tests
 2022-06-21 14:33 UTC  (4+ messages)

[PATCH] selftests/vm: Only run the 128TB boundary test if 5-level paging is enabled
 2022-06-21  8:07 UTC  (2+ messages)

[PATCH] KVM: Fix a typo
 2022-06-21  8:01 UTC 

[PATCH 5.17 000/772] 5.17.14-rc1 review
 2022-06-20 15:05 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: Enable config options needed for xdp_synproxy test
 2022-06-20 12:20 UTC  (2+ messages)

[PATCH 0/5] Rework KUnit test execution in modules
 2022-06-20  9:26 UTC  (14+ messages)
` [PATCH 1/5] kunit: unify module and builtin suite definitions
` [PATCH 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH 4/5] nitro_enclaves: "
` [PATCH 5/5] mmc: sdhci-of-aspeed: "

[PATCH v2 net] ipv4: fix bind address validity regression tests
 2022-06-20  9:00 UTC  (2+ messages)

[PATCH] Documentation: kunit: eliminate code-block warnings
 2022-06-19 23:56 UTC  (2+ messages)

[PATCH 00/10] drm: selftest: Convert to KUnit
 2022-06-19 15:40 UTC  (17+ messages)
` [PATCH 01/10] drm: selftest: convert drm_damage_helper selftest "
` [PATCH 02/10] drm: selftest: refactor drm_cmdline_parser
` [PATCH 03/10] drm: selftest: convert drm_cmdline_parser selftest to KUnit
` [PATCH 04/10] drm: selftest: convert drm_rect "
` [PATCH 05/10] drm: selftest: convert drm_format "
` [PATCH 06/10] drm: selftest: convert drm_plane_helper "
` [PATCH 07/10] drm: selftest: convert drm_dp_mst_helper "
` [PATCH 08/10] drm: selftest: convert drm_framebuffer "
` [PATCH 09/10] drm: selftest: convert drm_buddy "
` [PATCH 10/10] drm: selftest: convert drm_mm "

[RFC PATCH] selftests/vm: enable running select groups of tests
 2022-06-19 11:20 UTC  (2+ messages)

[RFC PATCH net] ipv4: fix bind address validity regression tests
 2022-06-17 23:46 UTC 

[PATCH 0/2] selftests/x86: AMX-related test improvements
 2022-06-17 22:29 UTC  (8+ messages)
` [PATCH 1/2] selftests/x86/signal: Adjust the test to the kernel's altstack check
` [PATCH 2/2] selftests/x86/amx: Fix the test to avoid failure when AMX is unavailable

[PATCH 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-06-17 21:17 UTC  (3+ messages)
` [PATCH 2/2] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH bpf-next] selftests/bpf: add lwt ip encap tests to test_progs
 2022-06-17 20:36 UTC  (5+ messages)

[PATCH V3] selftests/vm: Add protection_keys tests to run_vmtests
 2022-06-17 20:31 UTC  (3+ messages)

[PATCH V4] selftests/vm: Add protection_keys tests to run_vmtests
 2022-06-17 20:29 UTC 

[RESEND][PATCH v4 0/4] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-17 17:06 UTC  (7+ messages)
` [RESEND][PATCH v4 2/4] bpf: Add bpf_request_key_by_id() helper
` [RESEND][PATCH v4 4/4] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH V2] selftests/vm: Add protection_keys tests to run_vmtests
 2022-06-17 11:22 UTC  (7+ messages)

[PATCH] selftests: KVM: Handle compiler optimizations in ucall
 2022-06-17  9:22 UTC  (10+ messages)

[PATCH v9 0/2] Introduce XSAVE feature self-test
 2022-06-17  8:52 UTC  (4+ messages)
` [PATCH v9 1/2] selftests/x86/xstate: Add xstate signal handling test for XSAVE feature

[PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy
 2022-06-17  4:40 UTC  (9+ messages)
` [PATCH bpf-next v10 1/6] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v10 2/6] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v10 3/6] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v10 4/6] selftests/bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v10 5/6] bpf: Allow the new syncookie helpers to work with SKBs
` [PATCH bpf-next v10 6/6] selftests/bpf: Add selftests for raw syncookie helpers in TC mode

kselftest/fixes kselftest-cpufreq: 2 runs, 1 regressions (v5.19-rc1-4-g9b4d5c01eb234)
 2022-06-17  2:45 UTC 

kselftest/fixes build: 5 builds: 0 failed, 5 passed (v5.19-rc1-4-g9b4d5c01eb234)
 2022-06-17  1:46 UTC 

[PATCH] selftests: make use of GUP_TEST_FILE macro
 2022-06-16 23:07 UTC  (3+ messages)

[RFC PATCH 0/6] User pkey minor bug fixes
 2022-06-16 20:24 UTC  (6+ messages)
` [RFC PATCH 3/6] testing/pkeys: Add additional test for pkey_alloc()
` [RFC PATCH 4/6] pkeys: Lift pkey hardware check "

[PATCH] selftests: vm: Fix resource leak when return error
 2022-06-16 20:19 UTC  (3+ messages)

[PATCH] selftests dma: fix compile error for dma_map_benchmark
 2022-06-16 20:05 UTC  (2+ messages)

[PATCH] selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
 2022-06-16 13:46 UTC  (3+ messages)

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-15 22:25 UTC  (17+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
` [PATCH v3 6/6] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-06-15 17:31 UTC  (10+ messages)

qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
 2022-06-15 16:47 UTC  (11+ messages)


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