<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in extract-ikconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c11efc57 - scripts/extract-ikconfig: add zstd compression support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#c11efc57</link>
        <description>scripts/extract-ikconfig: add zstd compression supportAdd extract-ikconfig support for kernel images compressed with zstd.Signed-off-by: Thitat Auareesuksakul &lt;thitat@flux.ci&gt;Tested-by: Nicolas Schier &lt;n.schier@avm.de&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Wed, 24 Aug 2022 20:03:40 +0000</pubDate>
        <dc:creator>Thitat Auareesuksakul &lt;thitat@flux.ci&gt;</dc:creator>
    </item>
<item>
        <title>99b2cdde - scripts/extract-ikconfig: Support LZ4-compressed images.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#99b2cdde</link>
        <description>scripts/extract-ikconfig: Support LZ4-compressed images.Support for kernel image LZ4 compression was added around 3.11, but notthe corresponding kernel .config extraction.This makes possible extracting the kernel config for LZ4-compressedkernels you&apos;re not running, or the current LZ4-compressed kernel ifcompiled without /proc/config.gz support.Signed-off-by: Alex Pilon &lt;alp+linux@alexpilon.ca&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Tue, 14 Apr 2015 04:38:33 +0000</pubDate>
        <dc:creator>Alex Pilon &lt;alp+linux@alexpilon.ca&gt;</dc:creator>
    </item>
<item>
        <title>ab94e466 - scripts/extract-ikconfig: add xz compression support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#ab94e466</link>
        <description>scripts/extract-ikconfig: add xz compression supportAdd support for kernels compressed with xz to the extract-ikconfig script.Signed-off-by: Dick Streefland &lt;dick@streefland.net&gt;Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Sun, 23 Jan 2011 23:44:57 +0000</pubDate>
        <dc:creator>Dick Streefland &lt;dick@streefland.net&gt;</dc:creator>
    </item>
<item>
        <title>532cf290 - scripts/extract-ikconfig: add support for bzip2, lzma and lzo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#532cf290</link>
        <description>scripts/extract-ikconfig: add support for bzip2, lzma and lzoAdd support for kernels compressed with bzip2, lzma or lzo to theextract-ikconfig script.Fixes kernel bugzilla #19852:https://bugzilla.kernel.org/show_bug.cgi?id=19852Signed-off-by: Dick Streefland &lt;dick@streefland.net&gt;Tested-by: Justin &lt;jlec@gentoo.org&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Fri, 22 Oct 2010 22:02:44 +0000</pubDate>
        <dc:creator>Dick Streefland &lt;dick@streefland.net&gt;</dc:creator>
    </item>
<item>
        <title>7b76bfc8 - kconfig: simplification of scripts/extract-ikconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#7b76bfc8</link>
        <description>kconfig: simplification of scripts/extract-ikconfigI&apos;ve rewritten the extract-ikconfig script to extract the kernelconfiguration from a kernel compiled with CONFIG_IKCONFIG. The mainmotivation for the rewrite was to remove the dependency on theexternal C program binoffset.c, which is compiled on the initial run.The binoffset executable is invoked with a relative path, which meansthat the old script can only be run from the top of the kernel tree,and only when you have write permission in the scripts directory.The new script uses tr/grep/tail/zcat only, and can be invoked fromanywhere. The binoffset.c program has been removed. This scriptrequires GNU grep 2.5 (released 2002-03-13) or higher, because the -ooption was introduced in that version.Signed-off-by: Dick Streefland &lt;dick@streefland.net&gt;LKML-Reference: &lt;20091006203540.GA14634@streefland.net&gt;Tested-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Tue, 06 Oct 2009 20:35:40 +0000</pubDate>
        <dc:creator>Dick Streefland &lt;dick@streefland.net&gt;</dc:creator>
    </item>
<item>
        <title>6be51ffc - kconfig: have extract-ikconfig read ELF files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#6be51ffc</link>
        <description>kconfig: have extract-ikconfig read ELF filesIt would be nice to use extract-ikconfig to find the congfig.gzin either vmlinux (not vmlinuz) or configs.ko.This patch changes the script to also be able to read ELF files directly.[ Impact: find config.gz in vmlinux and configs.ko ]Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Thu, 30 Apr 2009 16:22:20 +0000</pubDate>
        <dc:creator>Steven Rostedt &lt;srostedt@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fd3132d5 - kconfig: add check if end exists in extract-ikconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#fd3132d5</link>
        <description>kconfig: add check if end exists in extract-ikconfigBoth start and end should be tested for existence before continuingto parse the config.gz file.Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Thu, 30 Apr 2009 16:19:56 +0000</pubDate>
        <dc:creator>Steven Rostedt &lt;srostedt@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>efddd795 - remove bashisms from scripts/extract-ikconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#efddd795</link>
        <description>remove bashisms from scripts/extract-ikconfigunbashify-extract-ikconfig.patchscripts/extract-ikconfig contains a lot of gratuituous bashisms,which make it fail if /bin/sh isn&apos;t bash. This patch replaces themwith regular Bourne shell constructs.Signed-off-by: Werner Almesberger &lt;werner@openmoko.org&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt; # as file authorSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Wed, 12 Nov 2008 18:39:35 +0000</pubDate>
        <dc:creator>Werner Almesberger &lt;werner@openmoko.org&gt;</dc:creator>
    </item>
<item>
        <title>008accbb - [PATCH] extract-ikconfig: don&apos;t use --long-options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#008accbb</link>
        <description>[PATCH] extract-ikconfig: don&apos;t use --long-optionsSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Fri, 24 Mar 2006 11:15:56 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ff45e99d - [PATCH] extract-ikconfig: be sure binoffset exists before extracting</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#ff45e99d</link>
        <description>[PATCH] extract-ikconfig: be sure binoffset exists before extractingSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Fri, 24 Mar 2006 11:15:56 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66f9f59a - [PATCH] extract-ikconfig: use mktemp(1)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#66f9f59a</link>
        <description>[PATCH] extract-ikconfig: use mktemp(1)Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Fri, 24 Mar 2006 11:15:55 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/extract-ikconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/scripts/extract-ikconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
