Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

80%
+6 −0
Q&A Does /proc/config.gz always contain all supported options of a kernel?

Assuming I have a running Linux system that has the /proc/config.gz file: Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like: ...

1 answer  ·  posted 2y ago by sktpin‭  ·  edited 1y ago by Quasímodo‭

#3: Post edited by user avatar Quasímodo‭ · 2022-10-06T10:06:02Z (over 1 year ago)
Add a kernel tag
Does /proc/config.gz always contain all supported options of a kernel?
Assuming I have a running Linux system that has the /proc/config.gz file:

Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like:

`#CONFIG_SOMETHING is not set`

or is it possible that some options which the kernel supports do not appear at all in that file?


(the usefulness of knowing that for sure is to, perhaps, be able to do some problem hunting without currently having access to the buildroot config files that were used to create the Linux image at hand)
#2: Post edited by user avatar sktpin‭ · 2021-07-30T13:04:56Z (over 2 years ago)
  • Assuming I have a running Linux system that has the /proc/config.gz file:
  • Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like:
  • `#CONFIG_SOMETING is not set`
  • or is it possible that some options which the kernel supports do not appear at all in that file?
  • (the usefulness of knowing that for sure is to, perhaps, be able to do some problem hunting without currently having access to the buildroot config files that were used to create the Linux image at hand)
  • Assuming I have a running Linux system that has the /proc/config.gz file:
  • Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like:
  • `#CONFIG_SOMETHING is not set`
  • or is it possible that some options which the kernel supports do not appear at all in that file?
  • (the usefulness of knowing that for sure is to, perhaps, be able to do some problem hunting without currently having access to the buildroot config files that were used to create the Linux image at hand)
#1: Initial revision by user avatar sktpin‭ · 2021-07-30T13:04:39Z (over 2 years ago)
Does /proc/config.gz always contain all supported options of a kernel?
Assuming I have a running Linux system that has the /proc/config.gz file:

Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like:

`#CONFIG_SOMETING is not set`

or is it possible that some options which the kernel supports do not appear at all in that file?


(the usefulness of knowing that for sure is to, perhaps, be able to do some problem hunting without currently having access to the buildroot config files that were used to create the Linux image at hand)