Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-coresight-backports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-coresight-backports
  • Repository
Switch branch/tag
  • linux-coresight-backports
  • kernel
  • configs
  • tiny.config
Find file BlameHistoryPermalink
  • Masahiro Yamada's avatar
    kconfig: tinyconfig: remove stale stack protector fixups · a0f8c297
    Masahiro Yamada authored Jun 14, 2018
    Prior to commit 2a61f474
    
     ("stack-protector: test compiler capability
    in Kconfig and drop AUTO mode"), the stack protector was configured by
    the choice of NONE, REGULAR, STRONG, AUTO.
    
    tiny.config needed to explicitly set NONE because the default value of
    choice, AUTO, did not produce the tiniest kernel.
    
    Now that there are only two boolean symbols, STACKPROTECTOR and
    STACKPROTECTOR_STRONG, they are naturally disabled by "make
    allnoconfig", which "make tinyconfig" is based on.  Remove unnecessary
    lines from the tiny.config fragment file.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    Acked-by: default avatarKees Cook <keescook@chromium.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    a0f8c297