Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-10-20 12:35:44 to 2022-10-25 12:52:50 UTC [more...]

[PATCH RESEND v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-25 12:47 UTC  (20+ messages)
` [PATCH RESEND v4 01/23] KVM: x86: start moving SMM-related functions to new files
` [PATCH RESEND v4 02/23] KVM: x86: move SMM entry to a new file
` [PATCH RESEND v4 03/23] KVM: x86: move SMM exit "
` [PATCH RESEND v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH RESEND v4 05/23] KVM: allow compiling out SMM support
` [PATCH RESEND v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH RESEND v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH RESEND v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled
` [PATCH RESEND v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH RESEND v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH RESEND v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH RESEND v4 12/23] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH RESEND v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH RESEND v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH RESEND v4 15/23] KVM: x86: smm: check for failures on smm entry
` [PATCH RESEND v4 16/23] KVM: x86: smm: add structs for KVM's smram layout
` [PATCH RESEND v4 17/23] KVM: x86: smm: use smram structs in the common code
` [PATCH RESEND v4 18/23] KVM: x86: smm: use smram struct for 32 bit smram load/restore
` [PATCH RESEND v4 19/23] KVM: x86: smm: use smram struct for 64 "

[PATCH v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-25 12:42 UTC  (18+ messages)
` [PATCH v4 01/23] KVM: x86: start moving SMM-related functions to new files
` [PATCH v4 02/23] KVM: x86: move SMM entry to a new file
` [PATCH v4 03/23] KVM: x86: move SMM exit "
` [PATCH v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v4 05/23] KVM: allow compiling out SMM support
` [PATCH v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled
` [PATCH v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH v4 12/23] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH v4 15/23] KVM: x86: smm: check for failures on smm entry
` [PATCH v4 16/23] KVM: x86: smm: add structs for KVM's smram layout
` [PATCH v4 17/23] KVM: x86: smm: use smram structs in the common code

[PATCH net 0/2] openvswitch: syzbot splat fix and introduce selftest
 2022-10-25 12:15 UTC  (9+ messages)
` [PATCH net 1/2] openvswitch: switch from WARN to pr_warn
` [PATCH net 2/2] selftests: add openvswitch selftest suite

[PATCH v2 net 0/2] openvswitch: syzbot splat fix and introduce selftest
 2022-10-25 10:50 UTC  (3+ messages)
` [PATCH v2 net 1/2] openvswitch: switch from WARN to pr_warn
` [PATCH v2 net 2/2] selftests: add openvswitch selftest suite

[PATCH hid v11 00/14] Introduce eBPF support for HID devices
 2022-10-25  9:34 UTC  (15+ messages)
` [PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
` [PATCH hid v11 02/14] HID: initial BPF implementation
` [PATCH hid v11 03/14] selftests: add tests for the HID-bpf initial implementation
` [PATCH hid v11 04/14] HID: bpf jmp table: simplify the logic of cleaning up programs
` [PATCH hid v11 05/14] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH hid v11 06/14] selftests/hid: add test to change the report size
` [PATCH hid v11 07/14] HID: bpf: introduce hid_hw_request()
` [PATCH hid v11 08/14] selftests/hid: add tests for bpf_hid_hw_request
` [PATCH hid v11 09/14] HID: bpf: allow to change the report descriptor
` [PATCH hid v11 10/14] selftests/hid: add report descriptor fixup tests
` [PATCH hid v11 11/14] selftests/hid: Add a test for BPF_F_INSERT_HEAD
` [PATCH hid v11 12/14] samples/hid: add new hid BPF example
` [PATCH hid v11 13/14] samples/hid: add Surface Dial example
` [PATCH hid v11 14/14] Documentation: add HID-BPF docs

[PATCH v2 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-10-25  9:07 UTC  (4+ messages)
` [PATCH v2 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v2 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory
 2022-10-25  7:10 UTC  (7+ messages)
` [PATCH v1 1/7] selftests/vm: anon_cow: "
` [PATCH v1 5/7] selftests/vm: anon_cow: add liburing test cases

[PATCH] Documentation: kunit: Remove redundant 'tips.rst' page
 2022-10-25  5:58 UTC 

[PATCH] kunit: remove unused structure definition
 2022-10-25  4:19 UTC  (2+ messages)

[PATCH v15 0/3]] Add TDX Guest Attestation support
 2022-10-25  0:20 UTC  (16+ messages)
` [PATCH v15 2/3] virt: Add TDX guest driver

[GIT PULL] KUnit fixes update for Linux 6.1-rc3
 2022-10-24 20:06 UTC  (2+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.1-rc3
 2022-10-24 20:06 UTC  (2+ messages)

[PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-24 17:08 UTC  (63+ messages)
` [PATCH v8 net-next 01/12] net: bridge: add locked entry fdb flag to extend locked port feature
` [PATCH v8 net-next 02/12] net: bridge: add blackhole fdb entry flag
` [PATCH v8 net-next 03/12] net: bridge: enable bridge to install locked fdb entries from drivers
` [PATCH v8 net-next 05/12] net: dsa: propagate the locked flag down through the DSA layer
` [PATCH v8 net-next 08/12] drivers: net: dsa: add fdb entry flags incoming to switchcore drivers
` [PATCH v8 net-next 10/12] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [PATCH v8 net-next 11/12] net: dsa: mv88e6xxx: add blackhole ATU entries
` [PATCH v8 net-next 12/12] selftests: forwarding: add MAB tests to locked port tests

[PATCH] selftests/nolibc: add 7 tests for memcmp()
 2022-10-24 15:53 UTC  (8+ messages)

[PATCH 5.15 399/530] selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
 2022-10-24 11:32 UTC 

[PATCH 5.10 294/390] selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
 2022-10-24 11:31 UTC 

[PATCH RESEND 0/7] KUnit documentation rewording
 2022-10-23 13:08 UTC  (8+ messages)
` [PATCH RESEND 1/7] Documentation: kunit: rewrite "Writing Your First Test" section
` [PATCH RESEND 2/7] Documentation: kunit: align instruction code blocks
` [PATCH RESEND 3/7] Documentation: kunit: rewrite the rest of "Getting Started" documentation
` [PATCH RESEND 4/7] Documentation: kunit: move introduction to its own document
` [PATCH RESEND 5/7] Documentation: kunit: rewrite "Running tests with kunit_tool"
` [PATCH RESEND 6/7] Documentation: kunit: rewrite "Run Tests without kunit_tool"
` [PATCH RESEND 7/7] Documentation: kunit: rewrite "Writing tests"

[PATCH 0/7] KUnit documentation rewording
 2022-10-23 13:08 UTC  (10+ messages)
` [PATCH 1/7] Documentation: kunit: rewrite "Writing Your First Test" section
` [PATCH 2/7] Documentation: kunit: align instruction code blocks
` [PATCH 3/7] Documentation: kunit: rewrite the rest of "Getting Started" documentation
` [PATCH 4/7] Documentation: kunit: move introduction to its own document
` [PATCH 5/7] Documentation: kunit: rewrite "Running tests with kunit_tool"
` [PATCH 6/7] Documentation: kunit: rewrite "Run Tests without kunit_tool"
` [PATCH 7/7] Documentation: kunit: rewrite usage
` [PATCH 7/7] Documentation: kunit: rewrite "Writing tests"

[PATCH 5.19 538/717] selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
 2022-10-22  7:26 UTC 

[PATCH 0/4] Enhance watchdog API test coverage
 2022-10-21 22:18 UTC  (5+ messages)
` [PATCH 1/4] selftests/watchdog: change to print reset reason info
` [PATCH 2/4] selftests/watchdog: add support for WDIOC_GETSTATUS
` [PATCH 3/4] selftests/watchdog: print watchdog_info option strings
` [PATCH 4/4] selftests/watchdog: add test for WDIOC_GETTEMP

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-21 19:22 UTC  (4+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[PATCH 1/2] kunit: Provide a static key to check if KUnit is actively running tests
 2022-10-21 14:16 UTC  (3+ messages)
` [PATCH 2/2] kunit: Use the static key in kunit_fail_current_test()

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-21  9:11 UTC  (6+ messages)
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()

[PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
 2022-10-21  8:45 UTC 

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-10-21  8:00 UTC  (4+ messages)

[PATCH -next 1/2] selftests/mincore: Add checking of block dev for TEST(check_file_mmap)
 2022-10-21  7:10 UTC  (2+ messages)
` [PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around

[PATCH net 0/2] selftests: net: Fix problems in some drivers/net tests
 2022-10-21  5:10 UTC  (2+ messages)

[V3 PATCH 0/4] Minor improvements to the selftest setup logic
 2022-10-21  0:03 UTC  (3+ messages)
` [V3 PATCH 4/4] KVM: selftests: x86: Precompute the cpu type

tools/nolibc: fix missing strlen() definition and infinite loop with gcc-12
 2022-10-20 22:47 UTC  (3+ messages)
` [PATCH v2] "

kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-seccomp: 7 runs, 6 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 4 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-lib: 7 runs, 6 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next build: 7 builds: 0 failed, 7 passed, 2 errors (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 16:40 UTC 

[PATCH v1] selftests: Use optional USERCFLAGS and USERLDFLAGS
 2022-10-20 14:48 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox