linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 14:05:37 to 2022-10-09 22:11:42 UTC [more...]

[PATCH AUTOSEL 6.0 24/77] net-next: Fix IP_UNICAST_IF option behavior for connected sockets
 2022-10-09 22:07 UTC 

tools/nolibc: fix missing strlen() definition and infinite loop with gcc-12
 2022-10-09 18:36 UTC  (3+ messages)

tools/nolibc: fix missing strlen() definition and infinite loop with gcc-12
 2022-10-09 18:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-09 17:40 UTC  (6+ 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 5/9] drivers: net: dsa: add fdb entry flags to drivers

[selftests/nolibc] 362aecb2d8: kernel-selftests.nolibc.make_fail
 2022-10-09 15:19 UTC 

[PATCH bpf-next 0/5] Fix bugs found by ASAN when running selftests
 2022-10-09 13:18 UTC  (6+ messages)
` [PATCH bpf-next 1/5] libbpf: Fix use-after-free in btf_dump_name_dups
` [PATCH bpf-next 2/5] libbpf: Fix memory leak in parse_usdt_arg()
` [PATCH bpf-next 3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton
` [PATCH bpf-next 4/5] selftest/bpf: Fix memory leak in kprobe_multi_test
` [PATCH bpf-next 5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c

[PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-08 11:34 UTC  (17+ messages)
` [PATCH v6 net-next 8/9] net: dsa: mv88e6xxx: add blackhole ATU entries
` [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
 2022-10-08  7:47 UTC  (2+ messages)

[PATCH -next v5 2/4] selftests/memory-hotplug: Restore memory before exit
 2022-10-08  1:40 UTC 

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-07 15:53 UTC  (3+ messages)
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t with crypto capabilities

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

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-10-07  5:39 UTC 

[PATCH v2] Documentation: kunit: rewrite writing first test instructions
 2022-10-07  3:03 UTC  (7+ messages)

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-10-07  1:22 UTC  (6+ 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

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-10-06 20:23 UTC  (7+ 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 "

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

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

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-06 19:28 UTC  (21+ 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 v6 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-10-06  0:34 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v6 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v6 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v6 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v6 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v6 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v6 7/7] KVM: selftests: Add ucall pool based implementation

[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 

[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()

[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] kunit: log numbers in decimal and hex
 2022-10-05 18:28 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH iproute2-next 2/2] bridge: fdb: enable FDB blackhole feature

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

[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 net-next,v2] selftests/tc-testing: update qdisc/cls/action features in config
 2022-10-01  1:50 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"
 2022-09-30 22:10 UTC  (2+ 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


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).