mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

This test covers the behavior of the PR_SET_TAGGED_ADDR_CTRL and PR_GET_TAGGED_ADDR_CTRL prctl() operations, their effects on the userspace ABI, and their effects on the system call ABI. Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Tested-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Link: https://lore.kernel.org/r/20241016202814.4061541-8-samuel.holland@sifive.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
11 lines
223 B
Makefile
11 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
CFLAGS += -I$(top_srcdir)/tools/include
|
|
|
|
TEST_GEN_PROGS := pointer_masking
|
|
|
|
include ../../lib.mk
|
|
|
|
$(OUTPUT)/pointer_masking: pointer_masking.c
|
|
$(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
|