mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	|  983df5f269 my_tramp[12]? are declared as global functions in C, but they are not
marked global in the inline assembly definition. This mismatch confuses
Clang's Control-Flow Integrity checking. Fix the definitions by adding
.globl.
Link: https://lkml.kernel.org/r/20201113183414.1446671-1-samitolvanen@google.com
Fixes:  | ||
|---|---|---|
| .. | ||
| ftrace-direct-modify.c | ||
| ftrace-direct-too.c | ||
| ftrace-direct.c | ||
| Makefile | ||
| sample-trace-array.c | ||
| sample-trace-array.h | ||