Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-12-08 10:07:19 to 2022-12-22 03:52:36 UTC [more...]

[RFC PATCH v1 0/8] nolibc signal handling support
 2022-12-22  3:51 UTC  (4+ messages)
` [RFC PATCH v1 1/8] nolibc/sys: Implement `sigaction(2)` function
` [RFC PATCH v1 2/8] nolibc/sys: Implement `signal(2)` function
` [RFC PATCH v1 3/8] nolibc/sys: Implement `getpagesize(2)` function

[PATCH bpf-next] selftests/bpf: move struct definitions out of function params
 2022-12-21 19:07 UTC  (2+ messages)

[PATCH] dma-mapping: benchmark: Fix compile error in user-space tool
 2022-12-21 16:44 UTC  (7+ messages)

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-12-21  8:30 UTC  (2+ messages)

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-12-21  7:24 UTC  (2+ messages)

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-21  3:55 UTC  (12+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v3 2/2] bpf: makefiles: do not generate empty vmlinux.h

[PATCH] selftests: Add missing <sys/syscall.h> to mount_setattr test
 2022-12-20 20:31 UTC 

[PATCH 0/2] sched/membarrier, selftests: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
 2022-12-20 17:51 UTC  (5+ messages)
` [PATCH 1/2] sched/membarrier: "

[PATCH v6 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-20 16:55 UTC  (27+ messages)
` [PATCH v6 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v6 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v6 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v6 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v6 6/6] mm/memfd: security hook for memfd_create

[PATCH v1] lib/hashtable_test.c: add test for the hashtable structure
 2022-12-20  3:10 UTC 

[PATCH 2/2] tracing/selftests: Add test for event filtering on function name
 2022-12-20  1:21 UTC  (6+ messages)

[PATCH bpf-next 1/2] bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()
 2022-12-19 23:00 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add BPF_F_NO_TUNNEL_KEY test

[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-19 21:24 UTC  (16+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH] KVM: selftests: Install sanitised kernel headers before compilation
 2022-12-19 16:14 UTC  (2+ messages)

[PATCH v3 00/21] arm64/sme: Support SME 2 and SME 2.1
 2022-12-19 15:04 UTC  (12+ messages)
` [PATCH v3 06/21] arm64/sme: Manually encode ZT0 load and store instructions
` [PATCH v3 09/21] arm64/sme: Provide storage for ZT0
` [PATCH v3 12/21] arm64/sme: Implement ZT0 ptrace support
` [PATCH v3 13/21] arm64/sme: Add hwcaps for SME 2 and 2.1 features
` [PATCH v3 14/21] kselftest/arm64: Add a stress test program for ZT0

[PATCH 1/2] kselftest/arm64: Remove the local NUM_VL definition
 2022-12-19 11:50 UTC  (4+ messages)
` [PATCH 2/2] kselftest/arm64: Correct buffer size for SME ZA storage

[PATCH v6] tracing/probe: add a char type to show the character value of traced arguments
 2022-12-19 11:06 UTC 

[PATCH v5] tracing/probe: add a char type to show the character value of traced arguments
 2022-12-19  9:33 UTC 

[PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
 2022-12-19  6:32 UTC 

[PATCH AUTOSEL 6.0 63/73] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-12-18 16:07 UTC 

[PATCH AUTOSEL 6.1 73/85] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-12-18 16:01 UTC 

[PATCH v2 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-17  9:43 UTC  (7+ messages)
` [PATCH v2 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v2 2/2] bpf: makefiles: do not generate empty vmlinux.h

[PATCH 0/2] kunit: Function Redirection ("static stub") support
 2022-12-17  5:14 UTC  (9+ messages)
` [PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
` [PATCH 2/2] Documentation: Add Function Redirection API docs

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-17  0:02 UTC  (3+ messages)

[PATCH] selftest/vm: add mremap expand merge offset test
 2022-12-16 21:44 UTC 

[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-16 19:31 UTC  (24+ messages)
` [PATCH v7 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v7 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v7 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v7 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create

[PATCH v4 0/5] Some improvements of resctrl selftest
 2022-12-16 19:08 UTC  (11+ messages)
` [PATCH v4 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

Słowa kluczowe do wypozycjonowania
 2022-12-15  9:00 UTC 

[PATCH v8 0/5] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-15  0:12 UTC  (6+ messages)
` [PATCH v8 1/5] mm/memfd: add F_SEAL_EXEC
` [PATCH v8 2/5] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v8 3/5] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v8 4/5] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v8 5/5] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH bpf-next 4/6] bpf: selftests: Support not connecting client socket
 2022-12-14 23:25 UTC  (3+ messages)
` [PATCH bpf-next 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 6/6] bpf: selftests: Add bpf_ip_check_defrag() selftest

[PATCH v2] kselftest/alsa: Increase kselftest timeout
 2022-12-14 18:15 UTC  (3+ messages)

[PATCH] kselftest/alsa: Increase kselftest timeout
 2022-12-14 12:20 UTC  (4+ messages)

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-13 22:22 UTC  (5+ messages)
` [PATCH v6 2/3] fs/proc/task_mmu: "

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-12-13 18:13 UTC  (10+ messages)
` [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs

[GIT PULL] Kselftest update for Linux 6.2-rc1
 2022-12-13  0:52 UTC 

[GIT PULL] KUnit next update for Linux 6.2-rc1
 2022-12-13  0:52 UTC 

[RFC][PATCH v2 0/7] bpf-lsm: Check return values of security modules
 2022-12-12 18:10 UTC  (6+ messages)
` [RFC][PATCH v2 2/7] bpf: Mark ALU32 operations in bpf_reg_state structure

[PATCH v2 1/7] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-12 10:38 UTC  (13+ messages)
` [PATCH v2 2/7] KVM: selftests: Setup ucall after loading program into guest memory
` [PATCH v2 3/7] KVM: selftests: Mark correct page as mapped in virt_map()
` [PATCH v2 4/7] KVM: selftests: Correctly initialize the VA space for TTBR0_EL1
` [PATCH v2 5/7] KVM: arm64: selftests: Don't identity map the ucall MMIO hole
` [PATCH v2 6/7] KVM: selftests: Allocate ucall pool from MEM_REGION_DATA
` [PATCH v2 7/7] KVM: selftests: Avoid infinite loop if ucall_alloc() fails

[PATCH AUTOSEL 5.15 5/6] selftests: net: Use "grep -E" instead of "egrep"
 2022-12-12 10:35 UTC 

[PATCH AUTOSEL 6.0 5/7] selftests: net: Use "grep -E" instead of "egrep"
 2022-12-12 10:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 6/7] af_unix: Add test for sock_diag and UDIAG_SHOW_UID

[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
 2022-12-11  9:28 UTC 

[PATCH] lib: Add Dhrystone benchmark test
 2022-12-09 10:04 UTC  (3+ messages)

[PATCH net-next] selftests: net: Fix O=dir builds
 2022-12-09  3:30 UTC  (2+ messages)

[PATCH 2/4] KVM: selftests: Setup ucall after loading program into guest memory
 2022-12-09  1:08 UTC  (14+ messages)
` [PATCH 3/4] KVM: arm64: selftests: Align VA space allocator with TTBR0

[PATCH] selftests/x86/msr: Add MSR restore test for suspend cycle
 2022-12-08 23:40 UTC 

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-12-08 21:56 UTC  (5+ messages)
` [V1 PATCH 4/6] KVM: selftests: x86: Execute VMs with "

[PATCH] selftest: Fix spelling mistake "eith" -> "with"
 2022-12-08 13:53 UTC 

[PATCH -next 0/2] Add setup/cleanup for run.sh
 2022-12-08 13:08 UTC  (3+ messages)
` [PATCH -next 1/2] selftests/intel_pstate: Add saving and restore of scaling_governor
` [PATCH -next 2/2] selftests/intel_pstate: do cleanup at exit

[PATCH] selftests: powerpc: Use "grep -E" instead of "egrep"
 2022-12-08 12:40 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix resource leaks
 2022-12-08 12:40 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