10 Feb, 2011
1 commit
-
Add support for kernels compressed with xz to the extract-ikconfig script.
Signed-off-by: Dick Streefland
Acked-by: WANG Cong
Signed-off-by: Michal Marek
28 Oct, 2010
1 commit
-
Add support for kernels compressed with bzip2, lzma or lzo to the
extract-ikconfig script.Fixes kernel bugzilla #19852:
https://bugzilla.kernel.org/show_bug.cgi?id=19852Signed-off-by: Dick Streefland
Tested-by: Justin
Signed-off-by: Michal Marek
07 Oct, 2009
1 commit
-
I've rewritten the extract-ikconfig script to extract the kernel
configuration from a kernel compiled with CONFIG_IKCONFIG. The main
motivation for the rewrite was to remove the dependency on the
external C program binoffset.c, which is compiled on the initial run.The binoffset executable is invoked with a relative path, which means
that 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 from
anywhere. The binoffset.c program has been removed. This script
requires GNU grep 2.5 (released 2002-03-13) or higher, because the -o
option was introduced in that version.Signed-off-by: Dick Streefland
LKML-Reference:
Tested-by: Steven Rostedt
Cc: Sam Ravnborg
Signed-off-by: Steven Rostedt
19 Aug, 2009
2 commits
-
It would be nice to use extract-ikconfig to find the congfig.gz
in 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
-
Both start and end should be tested for existence before continuing
to parse the config.gz file.Signed-off-by: Steven Rostedt
04 Dec, 2008
1 commit
-
unbashify-extract-ikconfig.patch
scripts/extract-ikconfig contains a lot of gratuituous bashisms,
which make it fail if /bin/sh isn't bash. This patch replaces them
with regular Bourne shell constructs.Signed-off-by: Werner Almesberger
Acked-by: Randy Dunlap # as file author
Signed-off-by: Sam Ravnborg
24 Mar, 2006
3 commits
-
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!