<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/scripts/patch-kernel, branch v4.9.74</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.74</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.74'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2014-04-30T15:34:32Z</updated>
<entry>
<title>kbuild: trivial - remove trailing spaces</title>
<updated>2014-04-30T15:34:32Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-04-28T07:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=38385f8f0180322513a6350234737fbc02172d06'/>
<id>urn:sha1:38385f8f0180322513a6350234737fbc02172d06</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>scripts/patch-kernel: digest kernel.org hosted .xz patches</title>
<updated>2012-03-30T13:23:36Z</updated>
<author>
<name>Shawn Landden</name>
<email>shawnlandden@gmail.com</email>
</author>
<published>2012-03-12T22:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=354fa22fce767ac137099c8009a411bd0499816c'/>
<id>urn:sha1:354fa22fce767ac137099c8009a411bd0499816c</id>
<content type='text'>
kernel.org is hosting patches and kernel compressed with xz (lzma2+).
Allow scripts/patch-kernel to decompress these files.

Signed-off-by: Shawn Landden &lt;shawnlandden@gmail.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>eradicate bashisms in scripts/patch-kernel</title>
<updated>2011-04-04T12:58:33Z</updated>
<author>
<name>Andreas Mohr</name>
<email>andi@lisas.de</email>
</author>
<published>2011-04-03T18:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=177525d26e31806d71653f74bbec13574b97892c'/>
<id>urn:sha1:177525d26e31806d71653f74bbec13574b97892c</id>
<content type='text'>
Silence a remaining annoying (or worse, irritating - "is my entire patched tree
broken now!?") bashism-related message that occurs when /bin/sh is configured
to instead deploy dash, a POSIX-compliant shell, as is the pretty much
standard case on e.g. Debian.

Current kernel version is 2.6.38 ( Flesh-Eating Bats with Fangs)
===&gt;  linux-2.6.38.patch-kernel_test/scripts/patch-kernel: line 253: [: =: unary operator expected  &lt;===
cannot find patch file: patch-2.6.39

Signed-off-by: Andreas Mohr &lt;andi@lisas.de&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>bugfix for scripts/patch-kernel in 2.6 sublevel stepping</title>
<updated>2008-08-06T20:11:33Z</updated>
<author>
<name>Erkki Lintunen</name>
<email>ebirdie@iki.fi</email>
</author>
<published>2008-08-06T20:11:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0758416325dc75e203ab974aa5e937bef7d2afef'/>
<id>urn:sha1:0758416325dc75e203ab974aa5e937bef7d2afef</id>
<content type='text'>
scripts/patch-kernel script can't patch a tree, say, from 2.6.25 to
2.6.26.1, because of a wrong comparison in context of patching 2.6.x base.
 Fix it.

Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: eradicate bashisms in scripts/patch-kernel</title>
<updated>2008-01-28T22:14:37Z</updated>
<author>
<name>Andreas Mohr</name>
<email>andi@lisas.de</email>
</author>
<published>2007-11-17T20:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=22d6a6a018d897c9c77c6af164722926e70108fa'/>
<id>urn:sha1:22d6a6a018d897c9c77c6af164722926e70108fa</id>
<content type='text'>
Make the patch-kernel shell script sufficiently compatible with POSIX
shells, i.e., remove bashisms from scripts/patch-kernel.
This means that it now also works on dash 0.5.3-5
and still works on bash 3.1dfsg-8.

Full changelog:
- replaced non-standard "==" by standard "="
- replaced non-standard "source" statement by POSIX "dot" command
- use leading ./ on mktemp filename to force the tempfile to a local
  directory, so that the search path is not used
- replace bash syntax to remove leading dot by similar POSIX syntax
- added missing (optional/not required) $ signs to shell variable names

Signed-off-by: Andreas Mohr &lt;andi@lisas.de&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>update the email address of Randy Dunlap</title>
<updated>2006-01-03T12:37:51Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2006-01-03T12:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f4b09ebc8baa51ec8394c4173e3de9d62b2cc97a'/>
<id>urn:sha1:f4b09ebc8baa51ec8394c4173e3de9d62b2cc97a</id>
<content type='text'>
This patch removes all references to the bouncing address
rddunlap@osdl.org and one dead web page from the kernel.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Acked-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] patch-kernel: support non-incremental 2.6.x.y 'stable' patches</title>
<updated>2005-05-05T23:36:40Z</updated>
<author>
<name>Randy.Dunlap</name>
<email>rddunlap@osdl.org</email>
</author>
<published>2005-05-05T23:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1922163c8dfe717c089bdcc18ade4a65350a09c8'/>
<id>urn:sha1:1922163c8dfe717c089bdcc18ade4a65350a09c8</id>
<content type='text'>
Add better support for (non-incremental) 2.6.x.y patches; If an ending
version number if not specified, the script automatically increments the
SUBLEVEL (x in 2.6.x.y) until no more patch files are found; however,
EXTRAVERSION (y in 2.6.x.y) is never automatically incremented but must be
specified fully.

patch-kernel does not normally support reverse patching, but does so when
applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to
2.6.11.z is easy and handled by the script (reverse 2.6.11.y and apply
2.6.11.z).

Signed-off-by: Randy Dunlap &lt;rddunlap@osdl.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>scripts/patch-kernel: use EXTRAVERSION</title>
<updated>2004-08-23T00:39:01Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rddunlap@osdl.org</email>
</author>
<published>2004-08-23T00:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a2c665b04fb8acd2de0216cf38215ef11904fbcd'/>
<id>urn:sha1:a2c665b04fb8acd2de0216cf38215ef11904fbcd</id>
<content type='text'>
Update 'scripts/patch-kernel' to support EXTRAVERSION.
Update usage message text.
Fix some whitespace.
Handle command line arg3 (stop-version) more carefully.
No changes to -ac patch updates.

EXTRAVERSION handling:
any leading '.' and any trailing modifier (beginning with any
punctuation, like "-ac" or "_kexec" or "+mm") are stripped,
trying to get down to just a number.
Then 'patch-kernel' increments EXTRAVERSION as long as it can
apply "patch-V.P.S.X*".  When that file isn't found, it resets
EXTRAVERSION to "" and increments SUBLEVEL (as before this patch).

Works for me.

Signed-off-by: Randy Dunlap &lt;rddunlap@osdl.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix bashisms in scripts_patch-kernel</title>
<updated>2002-06-20T06:40:32Z</updated>
<author>
<name>Andreas Bombe</name>
<email>bombe@informatik.tu-muenchen.de</email>
</author>
<published>2002-06-20T06:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4fda860739d173baecb06856580dca73629cbc15'/>
<id>urn:sha1:4fda860739d173baecb06856580dca73629cbc15</id>
<content type='text'>
  The following trivial patch makes the patch-kernel script executable by
  a bare bone POSIX shell like ash.  Either that, or the interpreter line
  has to be changed to /bin/bash.

  The same patch applies to 2.4 (with some line offset).
</content>
</entry>
<entry>
<title>[PATCH] help texts for patch-kernel</title>
<updated>2002-04-28T11:55:16Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@suse.de</email>
</author>
<published>2002-04-28T11:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6194d871ac709c2e3966a3eebb184cbe4dfcbe13'/>
<id>urn:sha1:6194d871ac709c2e3966a3eebb184cbe4dfcbe13</id>
<content type='text'>
</content>
</entry>
</feed>
