public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Nick Warne <nick@linicks.net>
Cc: linux-kernel@vger.kernel.org, Jesper Juhl <jesper.juhl@gmail.com>,
	"Randy.Dunlap" <rdunlap@xenotime.net>
Subject: Re: 2.6.14.5 to 2.6.15 patch
Date: Wed, 04 Jan 2006 13:27:10 -0500	[thread overview]
Message-ID: <1136399230.12468.70.camel@localhost.localdomain> (raw)
In-Reply-To: <200601041756.52484.nick@linicks.net>

On Wed, 2006-01-04 at 17:56 +0000, Nick Warne wrote:
> On Wednesday 04 January 2006 17:51, Randy.Dunlap wrote:
> 
> >
> > but the incremental patches do appear to be in
> >   http://www.kernel.org/pub/linux/kernel/v2.6/incr/
> >
> > who generates these?  are they automated?
> 
> OMG - am I the only person in the world to be H4><0R3D from kernel.org...

I still find ketchup the easiest solution:

Here's a cut and paste of what I did.  The commands that I did was as
follows:

1) mkdir tmp
2) cd tmp
3) ketchup -r -G -f 2.6.14

# comment
#   -r is rename the directory
#   -G is to not verify against PGP keys
#   -f is to force downloading a tar ball instead of using linux-2.6.13.tar.bz2
#      and patch against it.

4) cd .
5) head Makefile
6) ketchup -r -G 2.6.14.1

# comment
#   here I removed the -f since I now want to patch

7) cd .
8) head Makefile
9) ketchup -r -G 2.6.14.5
10) cd .
11) head Makefile
12) ketchup -r -G 2.6.15
13) cd .
14) head Makefile

It's as easy as that.  The above commands put me through 4 different
versions of Linux.  And the "cd ." and "head Makefile" was only done to
show that ketchup worked.


---
rostedt@gandalf:~$ mkdir tmp
rostedt@gandalf:~$ cd tmp
rostedt@gandalf:~/tmp$ ketchup -r -G -f 2.6.14
None -> 2.6.14
Downloading linux-2.6.14.tar.bz2
--13:12:54--  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2
           => `/home/rostedt/.ketchup/linux-2.6.14.tar.bz2.partial'
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 39,172,170 (37M) [application/x-bzip2]

100%[====================================>] 39,172,170   523.51K/s    ETA 00:00

13:14:09 (511.71 KB/s) - `/home/rostedt/.ketchup/linux-2.6.14.tar.bz2.partial' saved [39172170/39172170]

Unpacking linux-2.6.14.tar.bz2
Current directory renamed to /home/rostedt/linux-2.6.14
rostedt@gandalf:~/tmp$ cd .
rostedt@gandalf:~/linux-2.6.14$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 14
EXTRAVERSION =
NAME=Affluent Albatross

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
rostedt@gandalf:~/linux-2.6.14$ ketchup -r -G 2.6.14.1
2.6.14 -> 2.6.14.1
Downloading patch-2.6.14.1.bz2
--13:16:38--  http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.14.1.bz2
           => `/home/rostedt/.ketchup/patch-2.6.14.1.bz2.partial'
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,808 (2.7K) [application/x-bzip2]

100%[====================================>] 2,808         --.--K/s

13:16:39 (29.14 KB/s) - `/home/rostedt/.ketchup/patch-2.6.14.1.bz2.partial' saved [2808/2808]

Applying patch-2.6.14.1.bz2
Current directory renamed to /home/rostedt/linux-2.6.14.1
rostedt@gandalf:~/linux-2.6.14$ cd .
rostedt@gandalf:~/linux-2.6.14.1$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 14
EXTRAVERSION = .1
NAME=Affluent Albatross

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
rostedt@gandalf:~/linux-2.6.14.1$ ketchup -r -G 2.6.14.5
2.6.14.1 -> 2.6.14.5
Applying patch-2.6.14.1.bz2 -R
Downloading patch-2.6.14.5.bz2
--13:16:50--  http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.14.5.bz2
           => `/home/rostedt/.ketchup/patch-2.6.14.5.bz2.partial'
Resolving www.kernel.org... 204.152.191.37, 204.152.191.5
Connecting to www.kernel.org|204.152.191.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24,110 (24K) [application/x-bzip2]

100%[====================================>] 24,110        73.62K/s

13:16:51 (73.44 KB/s) - `/home/rostedt/.ketchup/patch-2.6.14.5.bz2.partial' saved [24110/24110]

Applying patch-2.6.14.5.bz2
Current directory renamed to /home/rostedt/linux-2.6.14.5
rostedt@gandalf:~/linux-2.6.14.1$ cd .
rostedt@gandalf:~/linux-2.6.14.5$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 14
EXTRAVERSION = .5
NAME=Affluent Albatross

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
rostedt@gandalf:~/linux-2.6.14.5$ ketchup -r -G 2.6.15
2.6.14.5 -> 2.6.15
Applying patch-2.6.14.5.bz2 -R
Downloading patch-2.6.15.bz2
--13:17:03--  http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.15.bz2
           => `/home/rostedt/.ketchup/patch-2.6.15.bz2.partial'
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,254,721 (6.0M) [application/x-bzip2]

100%[====================================>] 6,254,721    377.90K/s    ETA 00:00

13:17:18 (436.92 KB/s) - `/home/rostedt/.ketchup/patch-2.6.15.bz2.partial' saved [6254721/6254721]

Applying patch-2.6.15.bz2
Current directory renamed to /home/rostedt/linux-2.6.15
rostedt@gandalf:~/linux-2.6.14.5$ cd .
rostedt@gandalf:~/linux-2.6.15$ head Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 15
EXTRAVERSION =
NAME=Sliding Snow Leopard

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
rostedt@gandalf:~/linux-2.6.15$
---

-- Steve



  reply	other threads:[~2006-01-04 18:27 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-04 17:10 2.6.14.5 to 2.6.15 patch Nick Warne
2006-01-04 17:18 ` Jesper Juhl
2006-01-04 17:28   ` Nick Warne
2006-01-04 17:36     ` Randy.Dunlap
2006-01-04 17:39       ` Nick Warne
2006-01-04 18:34         ` Alistair John Strachan
2006-01-04 19:53           ` Nick Warne
2006-01-04 20:10             ` Matan Peled
2006-01-04 20:10             ` Alistair John Strachan
2006-01-04 22:01               ` Greg KH
2006-01-04 22:10                 ` Nick Warne
2006-01-04 22:15                   ` Greg KH
2006-01-04 22:20                     ` Nick Warne
2006-01-04 22:30                       ` Greg KH
2006-01-04 22:30                       ` Jesper Juhl
2006-01-04 22:36                         ` Nick Warne
2006-01-04 23:10                           ` Greg KH
2006-01-04 22:49                       ` Grant Coady
2006-01-04 22:16                   ` Randy.Dunlap
2006-01-04 22:31                     ` Greg KH
2006-01-04 22:58                       ` Alistair John Strachan
2006-01-04 23:13                         ` Greg KH
2006-01-04 23:28                           ` Alistair John Strachan
2006-01-04 23:31                             ` Randy.Dunlap
2006-01-04 23:41                               ` Greg KH
2006-01-04 23:42                                 ` Randy.Dunlap
2006-01-04 23:49                                 ` Jesper Juhl
2006-01-05  7:30                                 ` Jan Engelhardt
2006-01-04 22:49                 ` Alistair John Strachan
2006-01-04 23:12                   ` Greg KH
2006-01-04 23:26                     ` Alistair John Strachan
2006-01-05  0:08                   ` H. Peter Anvin
2006-01-05 15:25                     ` Alistair John Strachan
2006-01-05 15:37                       ` Jesper Juhl
2006-01-05 15:55                         ` Alistair John Strachan
2006-01-05 16:42                           ` H. Peter Anvin
2006-01-04 22:01           ` Greg KH
2006-01-04 22:50             ` Alistair John Strachan
2006-01-04 17:40     ` Jesper Juhl
2006-01-04 17:45       ` Nick Warne
2006-01-04 17:50         ` Jesper Juhl
2006-01-04 17:51           ` Randy.Dunlap
2006-01-04 17:56             ` Jesper Juhl
2006-01-04 18:08               ` Mark Lord
2006-01-04 18:13                 ` Jesper Juhl
2006-01-04 21:13                   ` Grant Coady
2006-01-04 21:20                     ` Jesper Juhl
2006-01-04 17:56             ` Nick Warne
2006-01-04 18:27               ` Steven Rostedt [this message]
2006-01-04 21:17                 ` Jesper Juhl
2006-01-04 21:48                   ` Steven Rostedt
2006-01-04 22:20                     ` Steven Rostedt
2006-01-04 17:19 ` Marc Haber
2006-01-04 17:29   ` Steven Rostedt
2006-01-04 17:29 ` YOSHIFUJI Hideaki / 吉藤英明
2006-01-04 18:15 ` Matthias Andree
  -- strict thread matches above, loose matches on Subject: below --
2006-01-05 17:14 mreuther

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1136399230.12468.70.camel@localhost.localdomain \
    --to=rostedt@goodmis.org \
    --cc=jesper.juhl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nick@linicks.net \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox