Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-13 22:44:55 to 2023-07-17 12:55:33 UTC [more...]

[PATCH v3 0/4] kernel.h: Split out a couple of macros to args.h
 2023-07-17 12:55 UTC  (5+ messages)
` [PATCH v3 1/4] kernel.h: Split out COUNT_ARGS() and CONCATENATE() "
` [PATCH v3 2/4] x86/asm: Replace custom COUNT_ARGS() & CONCATENATE() implementations
` [PATCH v3 3/4] arm64: smccc: "
` [PATCH v3 4/4] genetlink: Replace custom CONCATENATE() implementation

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-17 12:32 UTC  (39+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 03/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH 04/35] arm64/gcs: Document the ABI "
` [PATCH 05/35] arm64/sysreg: Add new system registers for GCS
` [PATCH 06/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH 07/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH 08/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH 09/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH 10/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH 11/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH 12/35] arm64/mm: Map pages for guarded control stack
` [PATCH 13/35] KVM: arm64: Manage GCS registers for guests
` [PATCH 14/35] arm64: Disable traps for GCS usage at EL0 and EL1
` [PATCH 15/35] arm64/idreg: Add overrride for GCS
` [PATCH 16/35] arm64/hwcap: Add hwcap "
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 18/35] arm64/mm: Handle GCS data aborts
` [PATCH 19/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH 20/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
` [PATCH 23/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH 24/35] arm64/signal: Expose GCS state in signal frames
` [PATCH 25/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH 27/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH 28/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH 29/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH 30/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH 31/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH 32/35] kselftest/arm64: Add very basic GCS test program
` [PATCH 33/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH 34/35] selftests/arm64: Add GCS signal tests
` [PATCH 35/35] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v4 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-17 12:30 UTC  (48+ messages)
` [PATCH v4 02/19] selftests/resctrl: Don't leak buffer in fill_cache()
` [PATCH v4 03/19] selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
` [PATCH v4 04/19] selftests/resctrl: Close perf value read fd on errors
` [PATCH v4 05/19] selftests/resctrl: Unmount resctrl FS before starting the first test
` [PATCH v4 06/19] selftests/resctrl: Move resctrl FS mount/umount to higher level
` [PATCH v4 07/19] selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()
` [PATCH v4 08/19] selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
` [PATCH v4 09/19] selftests/resctrl: Convert span to size_t
` [PATCH v4 10/19] selftests/resctrl: Express span internally in bytes
` [PATCH v4 11/19] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH v4 12/19] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
` [PATCH v4 13/19] selftests/resctrl: Remove unnecessary startptr global from fill_buf
` [PATCH v4 14/19] selftests/resctrl: Improve parameter consistency in fill_buf
` [PATCH v4 15/19] selftests/resctrl: Don't pass test name to fill_buf
` [PATCH v4 16/19] selftests/resctrl: Don't use variable argument list for ->setup()
` [PATCH v4 17/19] selftests/resctrl: Move CAT/CMT test global vars to function they are used in
` [PATCH v4 18/19] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH v4 19/19] selftests/resctrl: Remove test type checks from cat_val()

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-17 12:24 UTC  (24+ messages)
` [PATCH v4 02/10] tracefs: Rename some tracefs function
` [PATCH v4 03/10] eventfs: Implement eventfs dir creation functions
` [PATCH v4 04/10] eventfs: Implement eventfs file add functions
` [PATCH v4 05/10] eventfs: Implement eventfs file, directory remove function
` [PATCH v4 06/10] eventfs: Implement functions to create eventfs files and directories
` [PATCH v4 07/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v4 08/10] eventfs: Implement tracefs_inode_cache
` [PATCH v4 09/10] eventfs: Move tracing/events to eventfs
` [PATCH v4 10/10] test: ftrace: Fix kprobe test for eventfs

[PATCH 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
 2023-07-17 11:19 UTC  (3+ messages)
` [PATCH 1/3] arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes

[PATCH v2 1/1] kernel.h: Split out COUNT_ARGS() and CONCATENATE() to args.h
 2023-07-17 10:50 UTC  (4+ messages)

[PATCH v2 0/8] selftests/mm fixes for arm64
 2023-07-17 10:31 UTC  (9+ messages)
` [PATCH v2 1/8] selftests: Line buffer test program's stdout
` [PATCH v2 2/8] selftests/mm: Skip soft-dirty tests on arm64
` [PATCH v2 3/8] selftests/mm: Enable mrelease_test for arm64
` [PATCH v2 4/8] selftests/mm: Fix thuge-gen test bugs
` [PATCH v2 5/8] selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
` [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
` [PATCH v2 7/8] selftests/mm: Optionally pass duration to transhuge-stress
` [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh

[PATCH v1 0/9] selftests/mm fixes for arm64
 2023-07-17  8:36 UTC  (7+ messages)
` [PATCH v1 1/9] selftests: Line buffer test program's stdout
` [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64

[PATCH net 0/3] selftests: tc: increase timeout and add missing kconfig
 2023-07-17  8:32 UTC  (9+ messages)
` [PATCH net 1/3] selftests: tc: set timeout to 15 minutes
` [PATCH net 2/3] selftests: tc: add 'ct' action kconfig dep
` [PATCH net 3/3] selftests: tc: add ConnTrack procfs kconfig

[PATCH] selftests/bpf: Fix errors in log_fixup.c
 2023-07-17  7:56 UTC 

[PATCH] selftests/bpf: Fix errors in btf_write.c
 2023-07-17  7:44 UTC 

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-17  6:23 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: selftests: Add macros for fixed counters in processor.h
` [PATCH v4 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v4 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters

[RFC PATCH 00/10] Device Memory TCP
 2023-07-17  2:41 UTC  (5+ messages)
` [RFC PATCH 06/10] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages

[PATCH v4] selftests/net: replace manual array size calc with ARRAYSIZE macro
 2023-07-16 18:43 UTC 

[PATCH v4] selftests: rtc: Improves rtctest error handling
 2023-07-16 18:18 UTC 

[PATCH v3] selftests/net: replace manual array size calc with ARRAYSIZE macro
 2023-07-16 11:13 UTC 

[PATCH v2] selftests/net: replace manual array size calc with ARRAYSIZE macro
 2023-07-16  9:02 UTC 

[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
 2023-07-16  7:50 UTC  (6+ messages)
  ` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
  ` [PATCH bpf-next 2/3] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
  ` [PATCH bpf-next 3/3] bpf: allow any program to use "

[PATCH v4 00/18] tools/nolibc: shrink arch support
 2023-07-16  4:50 UTC  (22+ messages)
` [PATCH v4 01/18] tools/nolibc: arch-*.h: add missing space after ','
` [PATCH v4 02/18] tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
` [PATCH v4 03/18] tools/nolibc: remove the old sys_stat support
` [PATCH v4 04/18] tools/nolibc: add new crt.h with _start_c
` [PATCH v4 05/18] tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACKPROTECTOR
` [PATCH v4 06/18] tools/nolibc: crt.h: initialize stack protector
` [PATCH v4 07/18] tools/nolibc: arm: shrink _start with _start_c
` [PATCH v4 08/18] tools/nolibc: aarch64: "
` [PATCH v4 09/18] tools/nolibc: i386: "
` [PATCH v4 10/18] tools/nolibc: x86_64: "
` [PATCH v4 11/18] tools/nolibc: mips: "
` [PATCH v4 12/18] tools/nolibc: loongarch: "
` [PATCH v4 13/18] tools/nolibc: riscv: "
` [PATCH v4 14/18] tools/nolibc: s390: "
` [PATCH v4 15/18] selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLT
` [PATCH v4 16/18] selftests/nolibc: add testcases for startup code
` [PATCH v4 17/18] selftests/nolibc: allow run nolibc-test locally
` [PATCH v4 18/18] selftests/nolibc: allow test -include /path/to/nolibc.h

[PATCH v3 00/11] tools/nolibc: shrink arch support
 2023-07-15 11:45 UTC  (6+ messages)
` [PATCH v3 01/11] tools/nolibc: remove the old sys_stat support

[PATCH v3 02/11] tools/nolibc: add new crt.h with _start_c
 2023-07-15  9:57 UTC  (7+ messages)

kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc1-1-gfeac01aaf677)
 2023-07-15  7:54 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 4 warnings (v6.5-rc1-1-gfeac01aaf677)
 2023-07-15  6:55 UTC 

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-14 19:56 UTC  (4+ messages)

[PATCH v1] selftests/net: replace manual array size calc with ARRAYSIZE macro
 2023-07-14 19:52 UTC  (2+ messages)

[PATCH] selftests: Fix arm64 test installation
 2023-07-14 19:39 UTC  (11+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-07-14 18:29 UTC 

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:54 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:49 UTC  (8+ messages)
` [PATCH v5 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v5 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v5 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v5 4/4] RISC-V: mm: Document mmap changes

[PATCH v1 2/9] selftests/mm: Give scripts execute permission
 2023-07-14 16:28 UTC  (6+ messages)

[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
 2023-07-14 16:21 UTC  (7+ messages)

[PATCH net-next v3 0/2] add MACsec offload selftests
 2023-07-14  8:20 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: mptcp: join: pass args in new env vars
 2023-07-14  3:40 UTC  (2+ messages)

[PATCH RFC 0/2] Add support for inlined documentation for kunit and kselftests
 2023-07-13 22:49 UTC  (3+ messages)
` [PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test


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