Message ID | 1416575824-15555-2-git-send-email-ian.campbell@citrix.com |
---|---|
State | New |
Headers | show |
Ian Campbell writes ("[PATCH OSSTEST v3 02/15] ts-kernel-build: enable CONFIG_IKCONFIG{_PROC}"): > This makes the kernel's .config available in /proc/config.gz and embeds a co\ py > which can be extracted with linux/scripts/extract-ikconfig (which I've not > tried, but have no reason to doubt). Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> (But, can you make your editor produce commit messages which are less than 70-75 columns wide, so they don't get wrap damage when I reply?) Thanks, Ian.
diff --git a/ts-kernel-build b/ts-kernel-build index 3b48920..f02205f 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -436,6 +436,9 @@ setopt CONFIG_MIGRATION n setopt CONFIG_ACPI_HOTPLUG_MEMORY n +setopt CONFIG_IKCONFIG y +setopt CONFIG_IKCONFIG_PROC y + # Should all be set one way or another in defconfig but aren't setopt CONFIG_NUMA n setopt CONFIG_X86_VSMP n
This makes the kernel's .config available in /proc/config.gz and embeds a copy which can be extracted with linux/scripts/extract-ikconfig (which I've not tried, but have no reason to doubt). Having this around can be handy with an older osstest installed test box and to confirm you've booted the kernel you think you have when you are messing with .config options. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- ts-kernel-build | 3 +++ 1 file changed, 3 insertions(+)