| /linux-6.15/arch/xtensa/boot/lib/ |
| H A 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-6.15/kernel/entry/ |
| H A D | Makefile | 12 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
| /linux-6.15/tools/verification/rv/ |
| H A D | Makefile.rv | 18 FOPTS :=-flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 19 -fasynchronous-unwind-tables -fstack-clash-protection
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | Makefile.rtla | 18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 19 -fasynchronous-unwind-tables -fstack-clash-protection
|
| /linux-6.15/arch/x86/purgatory/ |
| H A D | Makefile | 49 PURGATORY_CFLAGS_REMOVE += -fstack-protector 53 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_osnoise.c | 612 struct trace_stack *fstack; in timerlat_save_stack() local 614 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack() 616 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 620 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack() 621 fstack->nr_entries = nr_entries; in timerlat_save_stack() 640 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack() 641 entry->size = fstack->nr_entries; in __timerlat_dump_stack() 653 struct trace_stack *fstack; in timerlat_dump_stack() local 663 fstack = this_cpu_ptr(&trace_stack); in timerlat_dump_stack() 664 size = fstack->stack_size; in timerlat_dump_stack() [all …]
|
| H A D | trace.c | 2946 struct ftrace_stack *fstack; in __ftrace_trace_stack() local 2976 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack() 2977 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 2980 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 2983 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 2991 unsigned long *calls = fstack->calls; in __ftrace_trace_stack() 3008 memcpy(&entry->caller, fstack->calls, in __ftrace_trace_stack()
|
| /linux-6.15/arch/riscv/purgatory/ |
| H A D | Makefile | 67 PURGATORY_CFLAGS_REMOVE += -fstack-protector 71 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
| /linux-6.15/scripts/dummy-tools/ |
| H A D | gcc | 78 if arg_contain -fstack-protector "$@"; then
|
| /linux-6.15/tools/thermal/tmon/ |
| H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | Makefile | 63 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
| /linux-6.15/tools/build/feature/ |
| H A D | Makefile | 113 …BUILD_ALL = $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang… 133 $(BUILD) -fstack-protector-all
|
| /linux-6.15/arch/mips/boot/compressed/ |
| H A D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | Makefile | 177 CFLAGS_STACKPROTECTOR ?= $(call cc-option,-mstack-protector-guard=global $(call cc-option,-fstack-p…
|
| /linux-6.15/arch/ |
| H A D | Kconfig | 649 depends on $(cc-option,-fstack-protector) 664 gcc with the feature backported ("-fstack-protector"). 673 depends on $(cc-option,-fstack-protector-strong) 686 gcc with the feature backported ("-fstack-protector-strong"). 1452 syscall exit. Careful removal of -fstack-protector-strong and 1453 -fstack-protector should also be applied to the entry code and
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | Makefile | 95 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
| /linux-6.15/ |
| H A D | Makefile | 887 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 888 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 361 CORE_CFLAGS += -fstack-protector-all
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 512 depends on $(cc-option,-fstack-protector)
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|