/openbmc/linux/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
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch | 6 when -fstack-protector options are enabled we need to 35 +#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ 36 + "|fstack-protector-strong|fstack-protector-explicit" \ 55 +#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ 56 + "|fstack-protector-strong|fstack-protector-explicit" \ 76 +#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \ 77 + "|fstack-protector-strong|fstack-protector-explicit" \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
H A D | 0001-Remove-fcf-protection-full.patch | 24 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong \ 25 - -fstack-clash-protection -fcf-protection=full 26 + -fstack-clash-protection 35 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong \ 36 - -fstack-clash-protection -fcf-protection=full 37 + -fstack-clash-protection 46 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong \ 47 - -fstack-clash-protection -fcf-protection=full 48 + -fstack-clash-protection
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0004-Do-not-override-flags-coming-from-build-environment.patch | 24 -CPPFLAGS="-g3 -gdwarf-2 -Wall -Werror -fvisibility=hidden -D_GNU_SOURCE -O3 -fstack-protector -D_F… 25 -CFLAGS="-std=gnu99 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC" 26 -CXXFLAGS="-std=gnu++98 -fvisibility-inlines-hidden -O3 -fstack-protector -D_FORTIFY_SOURCE=2 -Wfor… 27 +#CPPFLAGS="-g3 -gdwarf-2 -Wall -Werror -fvisibility=hidden -D_GNU_SOURCE -O3 -fstack-protector -D_… 28 +#CFLAGS="-std=gnu99 -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIC" 29 +#CXXFLAGS="-std=gnu++98 -fvisibility-inlines-hidden -O3 -fstack-protector -D_FORTIFY_SOURCE=2 -Wfo…
|
/openbmc/linux/kernel/entry/ |
H A D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
/openbmc/qemu/qga/vss-win32/ |
H A D | meson.build | 2 '-fstack-protector-all', 3 '-fstack-protector-strong',
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-configure-Pass-linker-specific-options-with-Wl.patch | 25 - OSAF_HARDEN_FLAGS="${OSAF_HARDEN_FLAGS} -fstack-protector --param ssp-buffer-size=4 -fPIE -pie -z… 26 + OSAF_HARDEN_FLAGS="${OSAF_HARDEN_FLAGS} -fstack-protector --param ssp-buffer-size=4 -fPIE -pie -W…
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | debian-no-Werror.patch | 25 …Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -… 26 …Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/ |
H A D | 0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch | 15 …em../build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -O2 -pipe -g -fstack-protector-strong -… 16 | gcc: error: unrecognized command line option ‘-fstack-protector-strong’
|
/openbmc/linux/tools/tracing/rtla/ |
H A D | Makefile | 27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 28 -fasynchronous-unwind-tables -fstack-clash-protection
|
/openbmc/linux/tools/verification/rv/ |
H A D | Makefile | 27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \ 28 -fasynchronous-unwind-tables -fstack-clash-protection
|
/openbmc/linux/arch/x86/purgatory/ |
H A D | Makefile | 58 PURGATORY_CFLAGS_REMOVE += -fstack-protector 62 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/ |
H A D | 0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch | 13 …fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -spec…
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 639 struct trace_stack *fstack; in timerlat_save_stack() local 641 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack() 643 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 645 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack() 647 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack() 648 fstack->nr_entries = nr_entries; in timerlat_save_stack() 655 __timerlat_dump_stack(struct trace_buffer *buffer, struct trace_stack *fstack, unsigned int size) in __timerlat_dump_stack() argument 668 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack() 669 entry->size = fstack->nr_entries; in __timerlat_dump_stack() 682 struct trace_stack *fstack; in timerlat_dump_stack() local [all …]
|
/openbmc/linux/arch/riscv/purgatory/ |
H A D | Makefile | 73 PURGATORY_CFLAGS_REMOVE += -fstack-protector 77 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/ |
H A D | 0001-beep-library-Make-it-compatible-with-c99.patch | 68 $(eval $(call CHECK_CFLAGS,CFLAGS,-fstack-protector-strong)) 69 $(eval $(call CHECK_CFLAGS,CFLAGS,-fstack-clash-protection))
|
/openbmc/linux/scripts/ |
H A D | gcc-x86_64-has-stack-protector.sh | 4 …har X[200]; return 3; }" | $* -S -x c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2…
|
H A D | gcc-x86_32-has-stack-protector.sh | 8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -m32 -O0 -fstack-protector -mstack-pro…
|
/openbmc/u-boot/scripts/ |
H A D | gcc-stack-usage.sh | 9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
|
/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/ |
H A D | 0002-improve-reproducibility.patch | 24 -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong 27 -fstack-protector-strong --param=ssp-buffer-size=4
|
/openbmc/linux/scripts/dummy-tools/ |
H A D | gcc | 78 if arg_contain -fstack-protector "$@"; then
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0004-Do-not-specify-PIE-flag-explicitly.patch | 41 … -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -… 42 … -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector-strong -…
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/ |
H A D | 0001-CheckLib.pm-don-t-execute-the-binary.patch | 13 …-m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -W… 17 …4-poky-linux/libdbd-mysql-perl/4.050-r0/recipe-sysroot/usr/lib -lcrypto -fstack-protector-strong -…
|