tools/testing/selftests/rseq/run_syscall_errors_test.sh

Source file repositories/reference/linux-study-clean/tools/testing/selftests/rseq/run_syscall_errors_test.sh

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/rseq/run_syscall_errors_test.sh
Extension
.sh
Size
195 bytes
Lines
6
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: syscall or user/kernel boundary
Status
core implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#!/bin/bash
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2024 Michael Jeanson <mjeanson@efficios.com>

GLIBC_TUNABLES="${GLIBC_TUNABLES:-}:glibc.pthread.rseq=0" ./syscall_errors_test

Annotation

Implementation Notes