/Linux-v6.6/arch/xtensa/boot/lib/ |
D | Makefile | 23 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 24 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 25 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 26 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
/Linux-v6.6/kernel/entry/ |
D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
/Linux-v6.6/tools/tracing/rtla/ |
D | Makefile | 27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 28 -fasynchronous-unwind-tables -fstack-clash-protection
|
/Linux-v6.6/tools/verification/rv/ |
D | Makefile | 27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 28 -fasynchronous-unwind-tables -fstack-clash-protection
|
/Linux-v6.6/arch/x86/purgatory/ |
D | Makefile | 57 PURGATORY_CFLAGS_REMOVE += -fstack-protector 61 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
/Linux-v6.6/kernel/trace/ |
D | trace_osnoise.c | 633 struct trace_stack *fstack; in timerlat_save_stack() local 635 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack() 637 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 639 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack() 641 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack() 642 fstack->nr_entries = nr_entries; in timerlat_save_stack() 649 __timerlat_dump_stack(struct trace_buffer *buffer, struct trace_stack *fstack, unsigned int size) in __timerlat_dump_stack() argument 662 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack() 663 entry->size = fstack->nr_entries; in __timerlat_dump_stack() 676 struct trace_stack *fstack; in timerlat_dump_stack() local [all …]
|
D | trace.c | 3119 struct ftrace_stack *fstack; in __ftrace_trace_stack() local 3149 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack() 3150 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 3153 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 3156 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 3167 memcpy(&entry->caller, fstack->calls, in __ftrace_trace_stack()
|
/Linux-v6.6/scripts/ |
D | gcc-x86_64-has-stack-protector.sh | 4 … X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2…
|
D | gcc-x86_32-has-stack-protector.sh | 8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-…
|
/Linux-v6.6/arch/riscv/purgatory/ |
D | Makefile | 73 PURGATORY_CFLAGS_REMOVE += -fstack-protector 77 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
/Linux-v6.6/scripts/dummy-tools/ |
D | gcc | 78 if arg_contain -fstack-protector "$@"; then
|
/Linux-v6.6/arch/arm64/kernel/ |
D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
/Linux-v6.6/tools/thermal/tmon/ |
D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | Makefile | 67 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
/Linux-v6.6/tools/build/feature/ |
D | Makefile | 90 …BUILD_ALL = $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang… 110 $(BUILD) -fstack-protector-all
|
/Linux-v6.6/arch/mips/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
/Linux-v6.6/tools/testing/selftests/nolibc/ |
D | Makefile | 121 CFLAGS_STACKPROTECTOR ?= $(call cc-option,-mstack-protector-guard=global $(call cc-option,-fstack-p…
|
/Linux-v6.6/arch/ |
D | Kconfig | 630 depends on $(cc-option,-fstack-protector) 645 gcc with the feature backported ("-fstack-protector"). 654 depends on $(cc-option,-fstack-protector-strong) 667 gcc with the feature backported ("-fstack-protector-strong"). 1258 syscall exit. Careful removal of -fstack-protector-strong and 1259 -fstack-protector should also be applied to the entry code and
|
/Linux-v6.6/ |
D | Makefile | 849 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 850 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
/Linux-v6.6/arch/powerpc/boot/ |
D | Makefile | 97 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/Linux-v6.6/tools/perf/ |
D | Makefile.config | 363 CORE_CFLAGS += -fstack-protector-all
|
/Linux-v6.6/Documentation/kbuild/ |
D | kconfig-language.rst | 522 depends on $(cc-option,-fstack-protector)
|
/Linux-v6.6/arch/m68k/fpsp040/ |
D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|