Found 191 matching messages (0.071 seconds). Page 1 of 10.
... 2008 09:57:07 -0700
> >Subject: [PATCH] scripts: improve the decodecode ... Ven
linux-kernel - Arjan van de Ven - Oct 29 2008 - 15:20
... 19:00:36 -0800
Subject: [PATCH] scripts: script from kerneloops.org ... came from
that oopsed.. The script below (a adaption from a ... Ven
linux-kernel - Arjan van de Ven - Nov 5 2008 - 23:07
... should submit it as a patch to be added to the ... here's the patch. The way this script works is that ... insertions(+) Index: linux-tip.git/scripts/streamline_config.pl =================================================================== --- /dev/null 1970 ...
linux-kernel - Steven Rostedt - Sep 18 2008 - 13:34
Make the "cleanfile" and "cleanpatch" script warn about long lines, by default ... 5 deletions(-) diff --git a/scripts/cleanfile b/scripts/cleanfile index f1ba8aa..cefd29e ... are discarded diff --git a/scripts/cleanpatch b/scripts/cleanpatch index a53f987.. ...
linux-kernel - H. Peter Anvin - May 25 2007 - 20:58
... 'Blaisorblade' Giarrusso
linux-kernel - Randy Dunlap - Aug 24 2007 - 12:03
... 'Blaisorblade' Giarrusso
linux-kernel - Paolo Giarrusso - Aug 24 2007 - 13:14
... WARN("Check the patchlevel (hint: patch option -p)"); > > + } > > + } > > Hmmm that will ... relative url of the patched file. scripts/checkpatch.pl | 22 ++++++++++++++++++++++ 1 ... in the file after the patch is applied if ($line=~/^\@\@ -\d ...
linux-kernel - Borislav Petkov - Dec 23 2007 - 03:52
... 2008 09:57:07 -0700
Subject: [PATCH] scripts: improve the decodecode ... been using an improved "decodecode" script,
specifically it has a special ... Ven
linux-kernel - Arjan van de Ven - Oct 29 2008 - 13:00
... Oct 2008 09:57:07 -0700
>Subject: [PATCH] scripts: improve the decodecode ... mov %edx,0x8(%ebx)
>
>this patch updates the kernel copy to ... Ven
linux-kernel - Américo - Oct 29 2008 - 13:22
... 2008 09:57:07 -0700
> Subject: [PATCH] scripts: improve the decodecode ... mov %edx,0x8(%ebx)
>
> this patch updates the kernel copy to ... Ven
linux-kernel - Randy Dunlap - Oct 29 2008 - 13:49
... .intel.com>
>> >Date: Wed, 29 Oct 2008 09:57:07 -0700
>> >Subject: [PATCH] scripts: improve the decodecode script
... de Ven
linux-kernel - Américo - Oct 31 2008 - 07:38
... to > know too. Anyway - the script can certainly be tweaked, the ... the files modified in a patch +# +# usage: perl scripts/get_maintainers.pl ... @\n@@; + push(@patchedfiles, $file); + } +} +close(PATCH); + +# Sort and uniq patchedfiles + +undef ...
linux-kernel - Joe Perches - Aug 16 2007 - 16:36
... a bunch of undefined Kconfig vars:
$ scripts/checkunknowndefines.sh arch/i386/boot/
arch/ ... Paolo 'Blaisorblade' Giarrusso
linux-kernel - Paolo 'Blaisorblade' Giarrusso - Aug 24 2007 - 10:56
... to > know too. Anyway - the script can certainly be tweaked, the ... the files modified in a patch +# +# usage: perl scripts/get_maintainers.pl ... @\n@@; + push(@patchedfiles, $file); + } +} +close(PATCH); + +# Sort and uniq patchedfiles + +undef ...
git - Joe Perches - Aug 16 2007 - 16:36
Untested patch, please confirm it's the right fix. -- duplicate YYSTYPE_IS_TRIVIAL, 2nd ... union yyalloc diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts ... c_shipped index d22d924..9a7bcc7 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/ ...
linux-kernel - Roel Kluin - Jan 30 2008 - 11:12
... being applied.
A sample patch of drivers_infiniband.patch generated by
$ scripts/CodingStyle_sizeof drivers/infiniband
is ... by: Joe Perches
openfabrics-general - Joe Perches - Jul 1 2008 - 12:49
... output line
on some distributions. This patch corrects that.
When I initially submitted ... to not cover all bases.
This patch works correctly with all the different ... Juhl
linux-kernel - Jesper Juhl - Aug 1 2007 - 19:21
... (es) to CC: for a patch. I added flags to the ... and list email addresses. perl scripts/get_maintainer.pl <patch> gives the appropriate ... s@\n@@; + push(@patchedfiles, $file); + } +} +close(PATCH); + +# Sort and uniq patchedfiles + +undef % ...
linux-kernel - Joe Perches - Aug 13 2007 - 01:49
... and list > email addresses. > > perl scripts/get_maintainer.pl <patch> > > gives the appropriate maintainer(s) ... =~ s@\n@@; > + push(@patchedfiles, $file); > + } > +} > +close(PATCH); > + > +# Sort and uniq patchedfiles > + > +undef %saw; ...
linux-kernel - Kok, Auke - Aug 13 2007 - 11:43
... scripts/get_maintainers.pl [OPTIONS] <patch>
+# perl scripts/get_maintainers.pl [OPTIONS] -f
linux-kernel - Joe Perches - Aug 20 2007 - 19:50