By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Linux’s New “Transitional” Feature A Long Overdue Improvement For Kernel Configurations
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Linux’s New “Transitional” Feature A Long Overdue Improvement For Kernel Configurations
Computing

Linux’s New “Transitional” Feature A Long Overdue Improvement For Kernel Configurations

News Room
Last updated: 2025/09/30 at 3:23 PM
News Room Published 30 September 2025
Share
SHARE

Merged as part of the kernel hardening updates for Linux 6.18 is not a direct hardening improvement but rather a long overdue enhancement to the kernel configuration “Kconfig” system. The introduction of this new “transitional” keyword for Kconfig options can ease the process of renaming Kconfig options across kernel versions with less breakage/headaches for those maintaining their own kernel configurations/builds.

The hardening pull request landed this Kconfig “transitional” support as it’s renaming the “CONFIG_CFI_CLANG” option to just “CLANG_CFI” now that the GCC compiler is also adding control flow integrity (CFI) support. This is just the latest example of cases where renaming a Kconfig option happens and it would be nice to have it properly reflected by users upgrading their existing kernel configuration and building against a new kernel version. With adding the “transitional” option, it can ease and automatically reflect the proper option name for the kernel configuration.

Kees Cook explained with the patch adding the transitional symbol attribute:

“During kernel option migrations (e.g. CONFIG_CFI_CLANG to CONFIG_CFI), existing .config files need to maintain backward compatibility while preventing deprecated options from appearing in newly generated configurations. This is challenging with existing Kconfig mechanisms because:

1. Simply removing old options breaks existing .config files.
2. Manually listing an option as “deprecated” leaves it needlessly visible and still writes them to new .config files.
3. Using any method to remove visibility (.e.g no ‘prompt’, ‘if n’, etc) prevents the option from being processed at all.

Add a “transitional” attribute that creates symbols which are:
– Processed during configuration (can influence other symbols’ defaults)
– Hidden from user menus (no prompts appear)
– Omitted from newly written .config files (gets migrated)
– Restricted to only having help sections (no defaults, selects, etc) making it truly just a “prior value pass-through” option.”

An example of Kconfig transitional usage:

Kconfig transitional

This long overdue improvement for Linux kernel configuration handling was merged to Linux 6.18 Git as part of the hardening updates.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Moon’s latest network amplifier is a hi-fi Swiss Army Knife
Next Article I mapped my Wi-Fi and found all the internet signal sweet spots
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Are you a Nightmare Before Christmas fan? You need to check out these deals!
News
I’ll never pay for AI again
Computing
Subaru Crosstrek Hybrid 2026 Review
Gadget
Samsung Galaxy S26 Ultra renders just leaked — and there’s a disappointing camera rumor
News

You Might also Like

Computing

I’ll never pay for AI again

7 Min Read
Computing

Change Management in the Age of AI: Driving Real Transformation

22 Min Read
Computing

Can We Terraform Our Way Out of Earth? | HackerNoon

17 Min Read
Computing

Code.org CEO rips NY Times for stoking ‘populist fears’ over computer science jobs and AI

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?