Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-28 20:34:56 to 2023-07-31 13:59:10 UTC [more...]

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

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-31 13:45 UTC  (9+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO

[PATCH -next] selftests: cgroup: Remove redundant if statements
 2023-07-31 13:42 UTC 

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-31 13:23 UTC  (25+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-31 12:38 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH v2 0/2] tools/nolibc: add pipe(), pipe2() and their testcase
 2023-07-31 12:35 UTC  (9+ messages)
` [PATCH v2 1/2] tools/nolibc: add pipe() and pipe2() support
` [PATCH v2 2/2] selftests/nolibc: add testcase for pipe

[PATCH v2 00/11] drm: kunit: Switch to kunit actions
 2023-07-31 12:23 UTC  (2+ messages)

[PATCH v3 00/11] drm: kunit: Switch to kunit actions
 2023-07-31 12:23 UTC  (2+ messages)

[PATCH v5 0/9] drm: selftest: Convert to KUnit
 2023-07-31 12:18 UTC  (6+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 12:07 UTC  (25+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[PATCH v2 0/3] kunit: Expose some built-in features to modules
 2023-07-31 12:07 UTC  (6+ messages)
` [PATCH v2 1/3] kunit: Report the count of test suites in a module
` [PATCH v2 2/3] kunit: Make 'list' action available to kunit test modules
` [PATCH v2 3/3] kunit: Allow kunit test modules to use test filtering

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-31 12:02 UTC  (13+ messages)

[PATCH 0/4] tools/nolibc: enable compiler warnings
 2023-07-31 11:02 UTC  (12+ messages)
` [PATCH 1/4] selftests/nolibc: drop unused test helpers
      `  "
` [PATCH 2/4] selftests/nolibc: drop unused variables
` [PATCH 3/4] tools/nolibc: "
` [PATCH 4/4] selftests/nolibc: enable -Wall compiler warnings

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-31  9:48 UTC  (6+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases

[PATCH v3 0/3] drivers: base: Add tests showing devm handling inconsistencies
 2023-07-31  7:28 UTC  (3+ messages)

[PATCH] KVM: selftests: use unified time type for comparison
 2023-07-31  2:24 UTC 

[PATCH v3 00/12] selftests/nolibc: add minimal kernel config support - part1
 2023-07-30 22:28 UTC  (17+ messages)
` [PATCH v3 01/12] selftests/nolibc: allow report with existing test log
` [PATCH v3 06/12] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc
` [PATCH v3 08/12] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v3 12/12] selftests/nolibc: speed up some targets with multiple jobs

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-07-30 21:49 UTC  (3+ messages)
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests

[PATCH v3 0/7] tools/nolibc: add 32/64-bit powerpc support
 2023-07-30 18:02 UTC  (12+ messages)
` [PATCH v3 3/7] selftests/nolibc: add extra configs customize support

[PATCH v2 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-07-30 15:42 UTC  (3+ messages)
` [PATCH v2 net-next 2/5] selftests: openvswitch: support key masks
  ` [ovs-dev] "

[PATCH v3 4/7] selftests/nolibc: add XARCH and ARCH mapping support
 2023-07-30 11:36 UTC  (4+ messages)

[PATCH 0/2] tools/nolibc: add pipe() and its testcase
 2023-07-30 11:08 UTC  (8+ messages)
` [PATCH 2/2] selftests/nolibc: add testcase for pipe

[PATCH v5] selftests: rtc: Fixes rtctest error handling
 2023-07-30 10:13 UTC  (2+ messages)
  ` [PATCH v5] selftests: rtc: Improve "

[PATCH net-next 0/4] mptcp: cleanup and improvements in the selftests
 2023-07-30  8:05 UTC  (5+ messages)
` [PATCH net-next 1/4] selftests: mptcp: join: rework detailed report
` [PATCH net-next 2/4] selftests: mptcp: join: colored results
` [PATCH net-next 3/4] selftests: mptcp: pm_nl_ctl: always look for errors
` [PATCH net-next 4/4] selftests: mptcp: userspace_pm: unmute unexpected errors

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-29 21:12 UTC  (10+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[PATCH 0/2] mm/damon/core: fix unitialized memory error from
 2023-07-29 20:37 UTC  (2+ messages)
` [PATCH 2/2] mm/damon/core-test: add a test for damos_new_filter()

[PATCH v2 08/14] selftests/nolibc: string the core targets
 2023-07-29 17:44 UTC  (6+ messages)

[PATCH 3/3] kunit: Allow kunit test modules to use test filtering
 2023-07-29 15:57 UTC  (3+ messages)

[PATCH -next v2] kunit: fix wild-memory-access bug in kunit_filter_suites()
 2023-07-29 13:55 UTC  (3+ messages)

[PATCH v3 0/9] kunit: Add test attributes API
 2023-07-29 13:55 UTC  (4+ messages)

[PATCH v2 05/14] selftests/nolibc: add menuconfig for development
 2023-07-29 13:54 UTC  (4+ messages)

[PATCH 1/2] tools/nolibc: add pipe() support
 2023-07-29 10:04 UTC  (3+ messages)

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-07-29  9:57 UTC  (7+ messages)
` [RFC bpf-next v7 1/6] net: socket: add update_socket_protocol hook
` [RFC bpf-next v7 2/6] bpf: Register mptcp modret set
` [RFC bpf-next v7 3/6] selftests/bpf: Add mptcpify program
` [RFC bpf-next v7 4/6] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v7 5/6] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v7 6/6] selftests/bpf: Add mptcpify selftest

[PATCH v1 4/8] selftests/nolibc: add extra config file customize support
 2023-07-29  9:43 UTC  (4+ messages)

[PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
 2023-07-29  8:04 UTC  (3+ messages)

[PATCH] selftests/nolibc: mmap_munmap_good: fix up return value
 2023-07-29  7:32 UTC  (3+ messages)

[PATCH] selftests/nolibc: avoid buffer underrun in space printing
 2023-07-29  7:29 UTC  (2+ messages)

[PATCH next 0/3] Connector/proc_filter test fixes
 2023-07-29  1:02 UTC  (15+ messages)
` [PATCH next 3/3] selftests:connector: Add root check and fix arg error paths to skip

[PATCH v2] selftests:connector: Fix input argument error paths to skip
 2023-07-29  0:25 UTC  (5+ messages)

[RESEND PATCH v2] selftests:connector: Fix input argument error paths to skip
 2023-07-29  0:24 UTC 

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-29  0:00 UTC  (2+ messages)

[RFC PATCH 00/13] Extedn DAMOS filters for address ranges and
 2023-07-28 20:34 UTC  (4+ messages)
` [RFC PATCH 02/13] mm/damon/sysfs-schemes: support address range type DAMOS filter
` [RFC PATCH 04/13] selftests/damon/sysfs: test address range damos filter
` [RFC PATCH 10/13] selftests/damon/sysfs: test damon_target filter


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