Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-10-12 18:11:58 to 2022-10-20 13:42:02 UTC [more...]

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-20 13:40 UTC  (16+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH v2 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v2 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v2 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v2 5/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v2 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v2 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v2 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v2 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-20 13:35 UTC  (25+ 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 04/12] net: bridge: add MAB flag to hardware offloadable flags
` [PATCH v8 net-next 05/12] net: dsa: propagate the locked flag down through the DSA layer
` [PATCH v8 net-next 06/12] net: bridge: enable bridge to send and receive blackhole FDB entries
` [PATCH v8 net-next 07/12] net: dsa: send the blackhole 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 09/12] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [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 net 0/2] openvswitch: syzbot splat fix and introduce selftest
 2022-10-20 13:21 UTC  (4+ messages)
` [PATCH net 1/2] openvswitch: switch from WARN to pr_warn
` [PATCH net 2/2] selftests: add openvswitch selftest suite

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-20 10:05 UTC  (8+ messages)
` [PATCH v1 4/7] mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()

selftests: net: pmtu.sh: Unable to handle kernel paging request at virtual address 2c86c000
 2022-10-20  7:12 UTC 

[PATCH] kasan: Enable KUnit integration whenever CONFIG_KUNIT is enabled
 2022-10-20  6:38 UTC  (5+ messages)

[PATCH v15 0/3]] Add TDX Guest Attestation support
 2022-10-20  5:38 UTC  (5+ messages)
` [PATCH v15 1/3] x86/tdx: Add a wrapper to get TDREPORT from the TDX Module
` [PATCH v15 2/3] virt: Add TDX guest driver
` [PATCH v15 3/3] selftests: tdx: Test TDX attestation GetReport support

[PATCH v1] selftests/landlock: Build without static libraries
 2022-10-19 20:05 UTC 

[PATCH net 0/2] selftests: net: Fix problems in some drivers/net tests
 2022-10-19 16:54 UTC  (4+ messages)
` [PATCH net 1/2] selftests: net: Fix cross-tree inclusion of scripts
` [PATCH net 2/2] selftests: net: Fix netdev name mismatch in cleanup

[PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-19 15:00 UTC  (3+ messages)

[PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory
 2022-10-19 12:33 UTC  (4+ messages)
` [PATCH v1 7/7] selftests/vm: anon_cow: add R/O longterm tests via gup_test

[PATCH 6.0 658/862] selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
 2022-10-19  8:32 UTC 

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-19  7:18 UTC  (11+ messages)

kselftest/fixes build: 7 builds: 0 failed, 7 passed (v6.1-rc1-5-gcb05c81ada76)
 2022-10-19  7:10 UTC 

[PATCH v6 0/3] Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
 2022-10-19  6:53 UTC  (7+ messages)
` [PATCH v6 1/3] kunit: "
` [PATCH v6 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
` [PATCH v6 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro

[PATCH 0/4] kunit: more assertion reworking
 2022-10-18 23:39 UTC  (6+ messages)

[PATCH v9] selftests/vm: enable running select groups of tests
 2022-10-18 23:12 UTC 

[PATCH v6] selftests/vm: enable running select groups of tests
 2022-10-18 22:24 UTC  (3+ messages)

[PATCH v7 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-18 14:29 UTC  (20+ messages)
` [PATCH v7 net-next 1/9] net: bridge: add locked entry fdb flag to extend locked port feature
` [PATCH v7 net-next 2/9] net: bridge: add blackhole fdb entry flag
` [PATCH v7 net-next 3/9] net: switchdev: add support for offloading of the FDB locked flag
` [PATCH v7 net-next 4/9] net: switchdev: support offloading of the FDB blackhole flag
` [PATCH v7 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-10-18 13:11 UTC  (14+ messages)
` [RFC V3 PATCH 3/6] selftests: kvm: ucall: Allow querying ucall pool gpa
` [RFC V3 PATCH 5/6] selftests: kvm: x86: Execute VMs with private memory
` [RFC V3 PATCH 6/6] sefltests: kvm: x86: Add selftest for "

[PATCH v4] Documentation: Kunit: Update architecture.rst for minor fixes
 2022-10-18  6:01 UTC  (2+ messages)

[PATCH v3] Documentation: Kunit: Update architecture.rst for minor fixes
 2022-10-18  1:21 UTC  (4+ messages)

[PATCH v2] selftests/kvm: Avoid for loop initialization using vcpu->id in xapic_state_test
 2022-10-17 17:58 UTC 

kselftest: bonding: dev_addr_lists.sh doesn't run due to lack of dependencies
 2022-10-17 17:53 UTC  (3+ messages)

[PATCH v1 0/6] arm64: Support for 2022 data processing instructions
 2022-10-17 15:25 UTC  (7+ messages)
` [PATCH v1 1/6] arm64/hwcap: Add support for FEAT_CSSC
` [PATCH v1 2/6] kselftest/arm64: Add FEAT_CSSC to the hwcap selftest
` [PATCH v1 3/6] arm64/hwcap: Add support for FEAT_RPRFM
` [PATCH v1 4/6] kselftest/arm64: Add FEAT_RPRFM to the hwcap test
` [PATCH v1 5/6] arm64/hwcap: Add support for SVE 2.1
` [PATCH v1 6/6] kselftest/arm64: Add SVE 2.1 to hwcap test

[PATCH v1 0/2] kselftest/arm64: fp-stress output clarity improvements
 2022-10-17 14:45 UTC  (3+ messages)
` [PATCH v1 1/2] kselftest/arm64: Check that all children are producing output in fp-stress
` [PATCH v1 2/2] kselftest/arm64: Provide progress messages when signalling children

[PATCH v3] Documentation: Kunit: Update architecture.rst for minor fixes
 2022-10-17  9:27 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-10-17  8:05 UTC 

[PATCH 1/2] tools: Add LoongArch build infrastructure
 2022-10-17  3:46 UTC  (3+ messages)

[PATCH] kunit: log numbers in decimal and hex
 2022-10-15  4:04 UTC  (2+ messages)

[PATCH] kunit: update NULL vs IS_ERR() tests
 2022-10-15  3:56 UTC  (3+ messages)

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-10-14 21:03 UTC  (2+ messages)

[RESEND PATCH] selftests/futex: fix build for clang
 2022-10-14 16:50 UTC  (2+ messages)

hmm_test issues with latest mainline
 2022-10-14 15:47 UTC  (18+ messages)

[PATCH AUTOSEL 4.9 1/3] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 14:15 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 1/4] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:54 UTC 

[PATCH AUTOSEL 4.19 1/5] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:54 UTC 

[PATCH AUTOSEL 5.4 1/7] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:53 UTC 

[PATCH AUTOSEL 5.10 1/7] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:53 UTC 

[PATCH AUTOSEL 5.15 2/8] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:52 UTC 

[PATCH AUTOSEL 5.19 02/10] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:52 UTC 

[PATCH AUTOSEL 6.0 02/11] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:51 UTC 

[PATCH bpf-next v4 0/6] Fix bugs found by ASAN when running selftests
 2022-10-14  1:53 UTC  (12+ messages)
` [PATCH bpf-next v4 2/6] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf-next v4 5/6] selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow
` [PATCH bpf-next v4 6/6] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-14  0:24 UTC  (4+ messages)

[PATCH AUTOSEL 6.0 15/46] kselftest/arm64: Allow larger buffers in get_signal_context()
 2022-10-13 18:02 UTC  (4+ messages)

[PATCH v2] Documentation: Kunit: Update architecture.rst for minor fixes
 2022-10-13 14:02 UTC  (2+ messages)

[V3 PATCH 0/4] Minor improvements to the selftest setup logic
 2022-10-13 14:01 UTC  (7+ messages)
` [V3 PATCH 1/4] KVM: selftests: move common startup logic to kvm_util.c
` [V3 PATCH 2/4] KVM: selftests: Add arch specific initialization
` [V3 PATCH 3/4] KVM: selftests: Add arch specific post vm creation hook
` [V3 PATCH 4/4] KVM: selftests: x86: Precompute the cpu type

[PATCH v14 0/3] Add TDX Guest Attestation support
 2022-10-13 13:21 UTC  (14+ messages)
` [PATCH v14 1/3] x86/tdx: Make __tdx_module_call() usable in driver module
` [PATCH v14 2/3] virt: Add TDX guest driver

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-10-13 11:36 UTC  (8+ messages)
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup

[PATCH v2 iproute2-next 1/4] include: uapi: MacAuth and Blackhole feature header changes
 2022-10-13  8:44 UTC  (5+ messages)
` [PATCH v2 iproute2-next 2/4] bridge: fdb: show locked FDB entries flag in output
` [PATCH v2 iproute2-next 4/4] bridge: fdb: enable FDB blackhole feature

[GIT PULL] Kselftest second update for Linux 6.1-rc1
 2022-10-12 22:33 UTC  (2+ messages)

[GIT PULL] KUnit second update for Linux 6.1-rc1
 2022-10-12 22:33 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