mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04: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) $^
|