Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-09-09 05:21:06 to 2022-09-16 01:58:43 UTC [more...]

[PATCH net-next,v3 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-16  1:58 UTC  (14+ messages)
` [PATCH net-next,v3 1/9] net/sched: cls_api: add helper for tc cls walker stats updating
` [PATCH net-next,v3 2/9] net/sched: use tc_cls_stats_update() in filter
` [PATCH net-next,v3 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next,v3 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next,v3 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next,v3 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next,v3 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next,v3 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next,v3 9/9] selftests/tc-testings: add list case for basic filter

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-15 16:11 UTC  (18+ messages)
` [PATCH v17 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v17 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v17 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v17 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v17 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v17 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v17 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v17 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v17 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v17 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v17 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v17 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

[PATCH v13 0/3] Add TDX Guest Attestation support
 2022-09-15 15:22 UTC  (37+ messages)
` [PATCH v13 1/3] x86/tdx: Add TDX Guest attestation interface driver
` [PATCH v13 2/3] selftests: tdx: Test TDX attestation GetReport support
` [PATCH v13 3/3] Documentation/x86: Document TDX attestation process

[PATCH net-next 0/5] mptcp: allow privileged operations from user ns & cleanup
 2022-09-15 10:20 UTC  (2+ messages)

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-15 10:17 UTC 

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-09-15  9:45 UTC  (11+ messages)
` [V2 PATCH 1/8] KVM: selftests: move common startup logic to kvm_util.c
` [V2 PATCH 2/8] KVM: selftests: Add arch specific initialization
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup
` [V2 PATCH 4/8] KVM: selftests: x86: Precompute the result for is_{intel,amd}_cpu()
` [V2 PATCH 5/8] KVM: selftests: x86: delete svm_vmcall_test
` [V2 PATCH 6/8] KVM: selftests: x86: Execute cpu specific hypercall from nested guests
` [V2 PATCH 7/8] Kvm: selftests: x86: Execute cpu specific vmcall instruction
` [V2 PATCH 8/8] KVM: selftests: x86: xen: "

[PATCH -next 4/5] selftests/memory-hotplug: Restore memory before exit
 2022-09-15  9:07 UTC 

[PATCH -next v2 0/5] Optimize and bugfix for notifier error
 2022-09-15  8:57 UTC  (6+ messages)
` [PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values
` [PATCH -next v2 2/5] selftests/memory-hotplug: Use 'printf' instead of 'echo'
` [PATCH -next v2 3/5] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v2 4/5] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v2 5/5] docs: notifier-error-inject: Correct test's name

[PATCH net-next 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-15  3:13 UTC  (15+ messages)
` [PATCH net-next 1/9] net/sched: cls_api: add helper for tc cls walker stats updating
` [PATCH net-next 2/9] net/sched: use tc_cls_stats_update() in filter
` [PATCH net-next 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next 9/9] selftests/tc-testings: add list case for basic filter

[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
 2022-09-14 19:13 UTC  (13+ messages)
` [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
` [V1 PATCH 3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type

[RFC PATCH] bonding: cause oops on aarch64 architecture in bond_rr_gen_slave_id
 2022-09-14 14:55 UTC  (3+ messages)

[PATCH v1] selftests/landlock: Fix out-of-tree builds
 2022-09-14 14:43 UTC  (3+ messages)

[PATCH] selftests/futex: fix build for clang
 2022-09-14 13:47 UTC  (3+ messages)

[PATCH net-next,v2 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-14 10:02 UTC  (10+ messages)
` [PATCH net-next,v2 1/9] net/sched: cls_api: add helper for tc cls walker stats updating
` [PATCH net-next,v2 2/9] net/sched: use tc_cls_stats_update() in filter
` [PATCH net-next,v2 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next,v2 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next,v2 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next,v2 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next,v2 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next,v2 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next,v2 9/9] selftests/tc-testings: add list case for basic filter

[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
 2022-09-14  6:01 UTC  (3+ messages)
` [PATCH v10 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-09-14  4:08 UTC  (2+ messages)

[PATCH 0/5] selftests/resctrl: Some improvements of resctrl selftest
 2022-09-14  1:51 UTC  (7+ messages)
` [PATCH 1/5] selftests/resctrl: Clear unused initalization code in MBM tests
` [PATCH] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH 2/5] selftests/resctrl: Clear unused common codes called by CAT/MBA tests
` [PATCH 3/5] selftests/resctrl: Remove duplicate codes that clear each test result file
` [PATCH 4/5] selftests/resctrl: Kill the child process before exiting the parent process if an exception occurs
` [PATCH 5/5] selftests/resctrl: Flush stdout file buffer before executing fork()

[PATCH net-next 0/8] add tc-testing test cases
 2022-09-13 17:58 UTC  (3+ messages)

[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
 2022-09-13 16:19 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-13 16:12 UTC  (18+ messages)

[PATCH v1 0/3] kselftest/arm64: Updates to the hwcaps test
 2022-09-13 14:11 UTC  (4+ messages)
` [PATCH v1 1/3] kselftest/arm64: Add missing newline in hwcap output
` [PATCH v1 2/3] kselftest/arm64: Add SVE 2 to the tested hwcaps
` [PATCH v1 3/3] kselftest/arm64: Add hwcap test for RNG

[PATCH v3 7/7] KVM: selftests: Add test for AArch32 ID registers
 2022-09-13  9:44 UTC 

make run_tests -C proc: proc-pid-vm assertion failed
 2022-09-13  5:13 UTC  (3+ messages)

[net-next v2 0/3] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-09-12 17:16 UTC  (4+ messages)
` [net-next v2 1/3] seg6: add netlink_ext_ack support in parsing SRv6 behavior attributes
` [net-next v2 2/3] seg6: add NEXT-C-SID support for SRv6 End behavior
` [net-next v2 3/3] selftests: seg6: add selftest for NEXT-C-SID flavor in "

[PATCH] selftests/intel_pstate: fix build for ARCH=x86_64
 2022-09-12 14:19 UTC 

[PATCH v2 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
 2022-09-12 10:40 UTC  (6+ messages)

[RFC PATCH] Hugetlb: Migrating hugetlb tests from libhugetlbfs
 2022-09-12 10:06 UTC  (5+ messages)
` [LTP] "

[PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-12  9:08 UTC  (15+ messages)

[RFC PATCH v2 0/2] kunit: Support redirecting function calls
 2022-09-10 21:28 UTC  (3+ messages)
` [RFC PATCH v2 1/2] kunit: Expose 'static stub' API to redirect functions
` [RFC PATCH v2 2/2] kunit: expose ftrace-based API for stubbing out functions during tests

[PATCH v8 00/26] tcp: Initial support for RFC5925 auth option
 2022-09-09 21:41 UTC  (2+ messages)

[PATCH 0/7] mm/damon: minor fixes and cleanups
 2022-09-09 20:28 UTC  (2+ messages)
` [PATCH 1/7] selftest/damon: add a test for duplicate context dirs creation

[PATCH v12 0/3] Add TDX Guest Attestation support
 2022-09-09 18:40 UTC  (15+ messages)
` [PATCH v12 1/3] x86/tdx: Add TDX Guest attestation interface driver
` [PATCH v12 2/3] selftests: tdx: Test TDX attestation GetReport support

[GIT PULL] KUnit fixes update for Linux 6.0-rc5
 2022-09-09 18:16 UTC  (2+ messages)

[PATCH] selftests: tpm2: Implement class desstructor to close file descriptor
 2022-09-09 15:39 UTC  (2+ messages)

[PATCH i-g-t v2 0/4] Add support for KUnit tests
 2022-09-09 15:18 UTC  (8+ messages)
` [PATCH i-g-t v2 1/4] lib/igt_kmod: rename kselftest functions to ktest
  ` [igt-dev] "
` [PATCH i-g-t v2 2/4] lib/igt_kmod.c: check if module is builtin before attempting to unload it
  ` [igt-dev] "
` [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit
  ` [igt-dev] "
` [igt-dev] [PATCH i-g-t v2 0/4] Add support for KUnit tests

[PATCH -next 0/5] Optimize and bugfix for notifier error
 2022-09-09 12:21 UTC  (8+ messages)
` [PATCH -next 1/5] docs: notifier-error-inject: fix non-working usage of negative values
` [PATCH -next 2/5] selftests/memory-hotplug: Use 'printf' instead of 'echo'
` [PATCH -next 3/5] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next 4/5] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next 5/5] docs: notifier-error-inject: Correct test's name

[PATCH v1] selftests: Use optional USERCFLAGS and USERLDFLAGS
 2022-09-09 10:39 UTC 

test ./tools/testing/selftests/bpf/test_offload.py failed
 2022-09-09  9:11 UTC  (9+ messages)


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