linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 04:04:44 to 2022-10-05 23:14:37 UTC [more...]

[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-05 23:14 UTC  (12+ messages)
` [RESEND][PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [RESEND][PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [RESEND][PATCH 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [RESEND][PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RESEND][PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [RESEND][PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[PATCH v3 2/3] selftests/x86/mxcsr: Test the MXCSR state write via ptrace
 2022-10-05 21:53 UTC 

[GIT PULL] KUnit update for Linux 6.1-rc1
 2022-10-05 21:02 UTC 

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-05 21:00 UTC  (16+ messages)
` [PATCH v1 1/7] selftests/vm: add test to measure MADV_UNMERGEABLE performance
` [PATCH v1 2/7] mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
` [PATCH v1 3/7] mm: remove VM_FAULT_WRITE
` [PATCH v1 4/7] mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
` [PATCH v1 5/7] mm/pagewalk: add walk_page_range_vma()
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()
` [PATCH v1 7/7] mm/gup: remove FOLL_MIGRATION

[PATCH v2 0/4] Some improvements of resctrl selftest
 2022-10-05 20:56 UTC  (7+ messages)
` [PATCH v2 1/4] selftests/resctrl: Fix set up shemata with 100% allocation on first run in MBM test
` [PATCH v2 2/4] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH v2 3/4] selftests/resctrl: Remove duplicate codes that clear each test result file
` [PATCH v2 4/4] selftests/resctrl: Flush stdout file buffer before executing fork()

[PATCH] kunit: tool: Don't download risc-v opensbi firmware with wget
 2022-10-05 20:42 UTC  (2+ messages)

[PATCH v2 1/5] kunit: string-stream: Simplify resource use
 2022-10-05 20:40 UTC  (10+ messages)
` [PATCH v2 2/5] kunit: drop test pointer in string_stream_fragment
` [PATCH v2 3/5] kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends
` [PATCH v2 4/5] kunit: make kunit_kfree() not segfault on invalid inputs
` [PATCH v2 5/5] kunit: make kunit_kfree(NULL) a no-op to match kfree()

[GIT PULL] Kselftest update for Linux 6.1-rc1
 2022-10-05 19:32 UTC 

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

[PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
 2022-10-05 18:53 UTC 

[PATCH] kunit: log numbers in decimal and hex
 2022-10-05 18:28 UTC  (2+ messages)

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-10-05  8:33 UTC  (5+ messages)
` [PATCH 1/3] KVM: selftests: Use TAP interface in the kvm_binary_stats_test
` [PATCH 2/3] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH 3/3] KVM: selftests: x86: Use TAP interface in the tsc_msrs_test

[PATCH RESEND] selftests/ftrace: func_event_triggers: fix typo in user message
 2022-10-05  0:49 UTC  (2+ messages)

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-10-04 20:10 UTC  (7+ 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-04 15:20 UTC  (4+ messages)
` [PATCH v2 iproute2-next 2/4] bridge: fdb: show locked FDB entries flag in output
` [PATCH v2 iproute2-next 3/4] bridge: link: enable MacAuth/MAB feature
` [PATCH v2 iproute2-next 4/4] bridge: fdb: enable FDB blackhole feature

[PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-04 11:48 UTC  (7+ messages)
` [PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-10-03 20:42 UTC  (2+ messages)
` [PATCH v6 2/2] selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace

[RFC PATCH v2 0/2] kunit: Support redirecting function calls
 2022-10-03 19:03 UTC  (5+ messages)
` [RFC PATCH v2 2/2] kunit: expose ftrace-based API for stubbing out functions during tests

[PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-03 18:47 UTC  (5+ messages)
` [PATCH v11 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v11 2/2] testing: use the copyleft-next-0.3.1 SPDX tag

[PATCH iproute2-next 1/2] bridge: link: enable MacAuth/MAB feature
 2022-10-03 18:23 UTC  (12+ messages)
` [PATCH iproute2-next 2/2] bridge: fdb: enable FDB blackhole feature
  ` [Bridge] "

[PATCH] Documentation: kunit: Update description of --alltests option
 2022-10-03 17:37 UTC  (2+ messages)

[PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-03 13:40 UTC  (14+ messages)
` [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

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

[PATCH 0/4] kunit: more assertion reworking
 2022-10-01 18:00 UTC  (16+ messages)
` [PATCH 1/4] kunit: remove format func from struct kunit_assert, get it to 0 bytes
` [PATCH 2/4] kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED
` [PATCH 3/4] kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
` [PATCH 4/4] kunit: declare kunit_assert structs as const

[PATCH v10 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-01 15:08 UTC  (7+ 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] selftests/kvm: Avoid for loop initialization using vcpu->id in xapic_state_test
 2022-10-01  9:24 UTC 

[PATCH v2] Documentation: kunit: rewrite writing first test instructions
 2022-10-01  6:51 UTC  (6+ messages)

[PATCH net-next,v2] selftests/tc-testing: update qdisc/cls/action features in config
 2022-10-01  1:50 UTC  (5+ messages)

[PATCH] selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"
 2022-09-30 22:10 UTC  (3+ messages)

[RFC][PATCH 0/3] bpf: Enforce map fd modes in verifier
 2022-09-30 20:50 UTC  (3+ messages)
` [RFC][PATCH 1/3] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()

[PATCH v14 0/3] Add TDX Guest Attestation support
 2022-09-30 15:27 UTC  (6+ messages)
` [PATCH v14 2/3] virt: Add TDX guest driver

[PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
 2022-09-30  8:56 UTC  (2+ messages)

[PATCH -next v5 0/4] Optimize and bugfix for memory-hotplug
 2022-09-30  8:35 UTC  (8+ messages)
` [PATCH -next v5 1/4] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next v5 3/4] selftests/memory-hotplug: Adjust log info for maintainability
` [PATCH -next v5 4/4] docs: notifier-error-inject: Correct test's name

[PATCH v2] Documentation: Kunit: Use full path to .kunitconfig
 2022-09-30  4:05 UTC  (3+ messages)

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

[PATCH v1 0/3] kselftest/arm64: fp-stress updates
 2022-09-29 17:54 UTC  (2+ messages)

[PATCH] kselftest/arm64: Don't enable v8.5 for MTE selftest builds
 2022-09-29 17:54 UTC  (2+ messages)

[PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-29 16:22 UTC  (4+ messages)

selftest: arm64: missing install files
 2022-09-29 16:19 UTC  (2+ messages)

[PATCH 0/5] selftests/resctrl: Some improvements of resctrl selftest
 2022-09-29 15:28 UTC  (13+ messages)
` [PATCH 1/5] selftests/resctrl: Clear unused initalization code in MBM tests
` [PATCH 3/5] selftests/resctrl: Remove duplicate codes that clear each test result file

[PATCH] Documentation: kunit: rewrite writing first test instructions
 2022-09-29 13:00 UTC  (2+ messages)

[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
 2022-09-29 12:08 UTC 

[PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config
 2022-09-29 10:07 UTC  (4+ messages)
` [PATCH 2/2] kunit: tool: rename all_test_uml.config, use it for --alltests

[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
 2022-09-29  9:04 UTC  (2+ messages)

[PATCH] Documentation: Kunit: Use full path to .kunitconfig
 2022-09-29  8:35 UTC  (3+ messages)

[PATCH net-next] selftests/tc-testing: update qdisc/cls/action features in config
 2022-09-29  4:04 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;
as well as URLs for NNTP newsgroup(s).