mbox series

[0/3] Some more changes for stack protector config symbols

Message ID 1528972605-24264-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series Some more changes for stack protector config symbols | expand

Message

Masahiro Yamada June 14, 2018, 10:36 a.m. UTC
Hi Linus,

While I was checking the renaming commit,
I noticed some more fixups.

The first two patches take care of what I missed to update.

The last one is another renaming for consistency.
(Sorry, I should have asked you that.)

Please consider applying this series.



Masahiro Yamada (3):
  x86: fix dependency of X86_32_LAZY_GS
  kconfig: tinyconfig: remove stale stack protector fixups
  Kbuild: rename HAVE_CC_STACKPROTECTOR config variable

 Documentation/features/debug/stackprotector/arch-support.txt | 2 +-
 arch/Kconfig                                                 | 4 ++--
 arch/arm/Kconfig                                             | 2 +-
 arch/arm64/Kconfig                                           | 2 +-
 arch/mips/Kconfig                                            | 2 +-
 arch/sh/Kconfig                                              | 2 +-
 arch/x86/Kconfig                                             | 4 ++--
 arch/xtensa/Kconfig                                          | 2 +-
 kernel/configs/tiny.config                                   | 4 ----
 9 files changed, 10 insertions(+), 14 deletions(-)

-- 
2.7.4

Comments

Kees Cook June 14, 2018, 4:13 p.m. UTC | #1
On Thu, Jun 14, 2018 at 3:36 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Hi Linus,

>

> While I was checking the renaming commit,

> I noticed some more fixups.

>

> The first two patches take care of what I missed to update.

>

> The last one is another renaming for consistency.

> (Sorry, I should have asked you that.)

>

> Please consider applying this series.


Consider the series:

Acked-by: Kees Cook <keescook@chromium.org>


Thanks for the fixes!

-Kees

>

>

>

> Masahiro Yamada (3):

>   x86: fix dependency of X86_32_LAZY_GS

>   kconfig: tinyconfig: remove stale stack protector fixups

>   Kbuild: rename HAVE_CC_STACKPROTECTOR config variable

>

>  Documentation/features/debug/stackprotector/arch-support.txt | 2 +-

>  arch/Kconfig                                                 | 4 ++--

>  arch/arm/Kconfig                                             | 2 +-

>  arch/arm64/Kconfig                                           | 2 +-

>  arch/mips/Kconfig                                            | 2 +-

>  arch/sh/Kconfig                                              | 2 +-

>  arch/x86/Kconfig                                             | 4 ++--

>  arch/xtensa/Kconfig                                          | 2 +-

>  kernel/configs/tiny.config                                   | 4 ----

>  9 files changed, 10 insertions(+), 14 deletions(-)

>

> --

> 2.7.4

>




-- 
Kees Cook
Pixel Security