linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-18 22:13:57 to 2020-05-28 20:16:14 UTC [more...]

[PATCH v7 0/5] KUnit-KASAN Integration
 2020-05-28 20:16 UTC  (6+ messages)

[PATCH 0/8] selftests/bpf: installation and out of tree build fixes
 2020-05-28 20:09 UTC  (24+ messages)
              ` [PATCH] selftests/bpf: split -extras target to -static and -gen

BUG: arch/x86/kvm/mmu/mmu.c:3722: kvm_mmu_load+0x407/0x420
 2020-05-28 19:51 UTC  (3+ messages)

[PATCH v3 kunit-next 0/2] kunit: extend kunit resources API
 2020-05-28 19:47 UTC  (5+ messages)
` [PATCH v3 kunit-next 1/2] kunit: generalize kunit_resource API beyond allocated resources
` [PATCH v3 kunit-next 2/2] kunit: add support for named resources

[PATCH v3 0/6] Enable as many KUnit tests as possible
 2020-05-28 19:13 UTC  (4+ messages)

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
 2020-05-28 19:04 UTC  (2+ messages)

[fixup v2] kunit: use --build_dir=.kunit as default
 2020-05-28 17:28 UTC  (2+ messages)

[PATCH] selftests/ftrace: Return unsupported if no error_log file
 2020-05-28 16:45 UTC  (2+ messages)

[PATCH] selftests/ftrace: Use /bin/echo for backslash included command
 2020-05-28 16:24 UTC  (4+ messages)
` [PATCH v2] selftests/ftrace: Use printf "

[PATCH 0/4] selftests, sysctl, lib: Fix prime_numbers and sysctl test to run
 2020-05-28 14:52 UTC  (5+ messages)
` [PATCH 1/4] lib: Make prime number generator independently selectable
` [PATCH 2/4] lib: Make test_sysctl initialized as module
` [PATCH 3/4] selftests/sysctl: Fix to load test_sysctl module
` [PATCH 4/4] selftests/sysctl: Make sysctl test driver as a module

[PATCH bpf 0/5] bpf: fix map permissions check and cleanup code around
 2020-05-28 14:39 UTC  (7+ messages)
` [PATCH bpf 1/5] selftests/bpf: fix a typo in test_maps
  ` [PATCH bpf 2/5] selftests/bpf: cleanup some file descriptors "
    ` [PATCH bpf 3/5] selftests/bpf: cleanup comments "
      ` [PATCH bpf 4/5] bpf: fix map permissions check
        ` [PATCH bpf 5/5] selftests/bpf: add tests for write-only stacks/queues

[PATCH 0/4] selftests/livepatch: rework of test-klp-{callbacks,shadow_vars}
 2020-05-28 13:48 UTC  (5+ messages)
` [PATCH 1/4] selftests/livepatch: rework test-klp-callbacks to use completion variables
` [PATCH 2/4] selftests/livepatch: rework test-klp-shadow-vars
` [PATCH 3/4] selftests/livepatch: more verification in test-klp-shadow-vars
` [PATCH 4/4] selftests/livepatch: fix mem leaks "

kselftest OOT run_tests
 2020-05-27 21:46 UTC  (8+ messages)

selftests: cgroup: config fragments required
 2020-05-27 17:51 UTC 

[PATCH v3 3/7] kunit: tests for stats_fs API
 2020-05-27 13:26 UTC  (2+ messages)

[RESEND PATCH 0/3] selftests: lib.mk improvements
 2020-05-27  7:16 UTC  (4+ messages)
` [RESEND PATCH 1/3] selftests: do not use .ONESHELL
  ` [RESEND PATCH 2/3] selftests: fix condition in run_tests
  ` [RESEND PATCH 3/3] selftests: simplify run_tests

[PATCH v18 00/12] Landlock LSM
 2020-05-27  3:07 UTC  (14+ messages)
` [PATCH v18 01/12] landlock: Add object management
` [PATCH v18 02/12] landlock: Add ruleset and domain management
` [PATCH v18 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v18 04/12] landlock: Add ptrace restrictions
` [PATCH v18 05/12] LSM: Infrastructure management of the superblock
` [PATCH v18 06/12] fs,security: Add sb_delete hook
` [PATCH v18 07/12] landlock: Support filesystem access-control
` [PATCH v18 08/12] landlock: Add syscall implementation
` [PATCH v18 09/12] arch: Wire up landlock() syscall
` [PATCH v18 10/12] selftests/landlock: Add initial tests
` [PATCH v18 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v18 12/12] landlock: Add user and kernel documentation

[PATCH v2] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-27  3:03 UTC 

Kunit get 0 tests when run defconfig in Debian9
 2020-05-27  1:59 UTC  (4+ messages)

[PATCH] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-27  0:17 UTC  (4+ messages)

[fixup] kunit: use --build_dir=.kunit as default
 2020-05-26 23:41 UTC  (3+ messages)

[PATCH 0/6] nouveau/hmm: add support for mapping large pages
 2020-05-26 22:47 UTC  (8+ messages)
` [PATCH 4/6] mm/hmm: add output flag for compound page mapping

[fixup] kunit: use KUnit defconfig by default
 2020-05-26 18:35 UTC 

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-26 17:18 UTC  (3+ messages)

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-26 16:43 UTC  (2+ messages)

Canada Offer
 2020-05-26 16:00 UTC 

[RESEND] kunit: use --build_dir=.kunit as default
 2020-05-26 13:58 UTC  (6+ messages)

Kselftest pstore test failure on riscv
 2020-05-26 13:21 UTC 

[PATCH] firmware_loader: change enum fw_opt to u32
 2020-05-23  6:48 UTC  (6+ messages)

[PATCH v2] firmware_loader: change enum fw_opt to u32
 2020-05-23  0:14 UTC  (2+ messages)

[PATCH bpf 0/2] selftests/bpf: add missing CONFIG values to test config
 2020-05-22 23:37 UTC  (4+ messages)
` [PATCH bpf 1/2] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
` [PATCH bpf 2/2] selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh

[PATCH] selftests/bpf: add general instructions for test execution
 2020-05-22 23:37 UTC  (2+ messages)

[PATCH] kunit: use KUnit defconfig by default
 2020-05-22 22:40 UTC  (3+ messages)

[PATCH v5] Documentation: test.h - fix warnings
 2020-05-22 22:24 UTC  (3+ messages)

[PATCH v3] Kernel selftests: Add check if TPM devices are supported
 2020-05-22 20:00 UTC  (6+ messages)

[PATCH v3] selftests/timens: handle a case when alarm clocks are not supported
 2020-05-22 19:32 UTC  (2+ messages)

[PATCH v3 0/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-22 18:13 UTC  (5+ messages)
` [PATCH v3 1/3] selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
` [PATCH v3 2/3] selftests: vdso: Use a header file to prototype parse_vdso API
` [PATCH v3 3/3] selftests: vdso: Add a selftest for vDSO getcpu()

[PATCH 0/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-22 16:15 UTC  (11+ messages)
` [PATCH 2/3] selftests: vdso: Use a header file to prototype parse_vdso API
` [PATCH 3/3] selftests: vdso: Add a selftest for vDSO getcpu()

[PATCH v2 0/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-22 15:48 UTC  (5+ messages)
` [PATCH v2 1/3] selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
` [PATCH v2 2/3] selftests: vdso: Use a header file to prototype parse_vdso API
` [PATCH v2 3/3] selftests: vdso: Add a selftest for vDSO getcpu()

[PATCH] selftests:mptcp: fix empty optstring
 2020-05-22 15:00 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 13/41] kselftests: dmabuf-heaps: Fix confused return value on expected error testing
 2020-05-22 14:49 UTC 

Offer
 2020-05-22  5:10 UTC 

Offer
 2020-05-21 18:41 UTC 

[PATCH V2 00/19] Miscellaneous fixes for resctrl selftests
 2020-05-21 18:15 UTC  (21+ messages)
` [PATCH V2 07/19] selftests/resctrl: Use resctrl/info for feature detection
` [PATCH V2 08/19] selftests/resctrl: Ensure sibling CPU is not same as original CPU
` [PATCH V2 09/19] selftests/resctrl: Fix missing options "-n" and "-p"
` [PATCH V2 10/19] selftests/resctrl: Fix MBA/MBM results reporting format
` [PATCH V2 11/19] selftests/resctrl: Abort running tests if not root user
` [PATCH V2 12/19] selftests/resctrl: Enable gcc checks to detect buffer overflows
` [PATCH V2 13/19] selftests/resctrl: Dynamically select buffer size for CAT test
` [PATCH V2 14/19] selftests/resctrl: Skip the test if requested resctrl feature is not supported
` [PATCH V2 15/19] selftests/resctrl: Change return type of umount_resctrlfs() to void
` [PATCH V2 16/19] selftests/resctrl: Umount resctrl FS only if mounted
` [PATCH V2 17/19] selftests/resctrl: Unmount resctrl FS after running all tests
` [PATCH V2 18/19] selftests/resctrl: Fix incorrect parsing of iMC counters
` [PATCH V2 19/19] selftests/resctrl: Fix checking for < 0 for unsigned values

[PATCH] selftests/exec: Add binfmt_script regression test
 2020-05-20 22:01 UTC  (2+ messages)

[PATCH] selftests/timens: handle a case when alarm clocks are not supported
 2020-05-20 11:55 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add general instructions for test execution
 2020-05-20  5:26 UTC  (5+ messages)

[PATCH v2] selftests: introduce gen_tar Makefile target
 2020-05-19 22:16 UTC  (3+ messages)

[PATCH] selftests: introduce gen_tar Makefile target
 2020-05-19 19:50 UTC  (6+ messages)

[PATCH v2] mm/hmm/test: use xa_for_each_range instead of looping
 2020-05-19 19:50 UTC  (2+ messages)

[PATCH v2] Kernel selftests: Add check if tpm devices are supported
 2020-05-19 19:00 UTC  (4+ messages)

[PATCH] Kernel selftests: Add check if tpm devices are supported
 2020-05-19 13:48 UTC  (2+ 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).