Re: [PATCH v2 0/2] powerpc: Prepare for clang's per-task stack protector support

2024-11-07 Thread Michael Ellerman
On Wed, 09 Oct 2024 12:26:07 -0700, Nathan Chancellor wrote: > This series prepares the powerpc Kconfig and Kbuild files for clang's > per-task stack protector support. clang requires > '-mstack-protector-guard-offset' to always be passed with the other > '-mstack-protector-guard' flags, which does

[PATCH v2 0/2] powerpc: Prepare for clang's per-task stack protector support

2024-10-09 Thread Nathan Chancellor
This series prepares the powerpc Kconfig and Kbuild files for clang's per-task stack protector support. clang requires '-mstack-protector-guard-offset' to always be passed with the other '-mstack-protector-guard' flags, which does not always happen with the powerpc implementation, unlike arm, arm64