Bug 199230

Summary: It would be useful to be able to get the running kernel config without looking in the source RPM
Product: [Fedora] Fedora Reporter: Wayne Pascoe <redhat>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-18 09:21:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to add /proc/config.gz to kernel config none

Description Wayne Pascoe 2006-07-18 06:18:04 UTC
Description of problem:
Building custom kernels (e.g. for Xen) requires that you know your existing
kernel configuration. It would be useful to be able to get this information
without looking in the SRPM.

The kernel provides this functionality with CONFIG_IKCONFIG and
CONFIG_IKCONFIG_PROC, but these are not enabled under FC5.

This patch should be included in the kernel-2.6.spec file as patch 211 for
x86_64 systems.


Version-Release number of selected component (if applicable):
FC5

  
Actual results:
/proc/config.gz does not exist on default kernel

Expected results:
/proc/config.gz should exist and contain the config of the running kernel

Comment 1 Wayne Pascoe 2006-07-18 06:18:04 UTC
Created attachment 132586 [details]
Patch to add /proc/config.gz to kernel config

Comment 2 Dan Carpenter 2006-07-18 08:36:59 UTC
The kernel config is already saved in /boot/config-`uname -r`.