public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Announce: kdb v2.1 is available for kernel 2.4.18
@ 2002-02-26  1:25 Keith Owens
  2002-02-27  1:54 ` Keith Owens
  2002-02-27  4:21 ` Keith Owens
  0 siblings, 2 replies; 4+ messages in thread
From: Keith Owens @ 2002-02-26  1:25 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Content-Type: text/plain; charset=us-ascii

Content-Type: text/plain; charset=us-ascii

ftp://oss.sgi.com/projects/kdb/download/v2.1/

  kdb-v2.1-2.4.18-common-1.bz2
  kdb-v2.1-2.4.18-i386-1.bz2

Starting with kdb v2.0 there is a common patch against each kernel which
contains all the architecture independent code plus separate architecture
dependent patches.  Apply the common patch for your kernel plus at least
one architecture dependent patch, the architecture patches activate kdb.

The naming convention for kdb patches is :-

vx.y    The version of kdb.  x.y is updated as new features are added to kdb.
- -v.p.s  The kernel version that the patch applies to.  's' may include -pre,
        -rc or whatever numbering system the kernel keepers have thought up this
        week.
- -common The common kdb code.  Everybody needs this.
- -i386   Architecture dependent code for i386.
- -ia64   Architecture dependent code for ia64, etc.
- -n      If there are multiple kdb patches against the same kernel version then
        the last number is incremented.

To build kdb for your kernel, apply the common kdb patch which is less
than or equal to the kernel v.p.s, taking the highest value of '-n'
if there is more than one.  Apply the relevant arch dependent patch
with the same value of 'vx.y-v.p.s-', taking the highest value of '-n'
if there is more than one.

For example, to use kdb v2.1 for i386 on kernel 2.4.18, apply
  kdb-v2.1-2.4.18-common-1
  kdb-v2.1-2.4.18-i386-1
in that order.

Changelog extracts.

common

2002-02-26 Keith Owens <kaos@sgi.com>

	* Upgrade to 2.4.18.
	* Add Paul Dorwin (IBM) magicpoint slides on using kdb as
	  Documentation/kdb/slides.
	* kdb v2.1-2.4.18-common-1.

i386

2002-02-26 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.18.
	* kdb v2.1-2.4.18-i386-1.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Exmh version 2.1.1 10/15/1999

iD8DBQE8euPxi4UHNye0ZOoRAripAKD4BWcFuI+B8+LhMrI9RjZns70rEwCfd8tW
WVayGpbo/Z66po15ejVV7dU=
=taHW
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Announce: kdb v2.1 is available for kernel 2.4.18
       [not found] <1014768419.16077.12.camel@tduffy-lnx.afara.com>
@ 2002-02-27  0:17 ` Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2002-02-27  0:17 UTC (permalink / raw)
  To: Thomas Duffy; +Cc: kdb, Linux Kernel Mailing List

On 26 Feb 2002 16:06:59 -0800, 
Thomas Duffy <Thomas.Duffy.99@alumni.brown.edu> wrote:
>On Mon, 2002-02-25 at 17:25, Keith Owens wrote:
>
>>   kdb-v2.1-2.4.18-common-1.bz2
>>   kdb-v2.1-2.4.18-i386-1.bz2
>
>here is an updated sparc64 version of kdb v2.1 for 2.4.18.  no
>functionality has changed between 2.4.17 sparc64-3.

Thanks, uploaded to ftp:/oss.sgi.com//projects/kdb/download/v2.1/.

>I also have a version of kdb/sparc64 that works on 2.5.5 if anybody is
>interested.  kaos, are you planning on putting a common and i386 version
>of kdb for 2.5.x up on oss?

You are the first person who has asked for kdb on 2.5, I do not have
time to work on 2.5 kernels at the moment.  I will take patches but
will not have time to test them.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Announce: kdb v2.1 is available for kernel 2.4.18
  2002-02-26  1:25 Keith Owens
@ 2002-02-27  1:54 ` Keith Owens
  2002-02-27  4:21 ` Keith Owens
  1 sibling, 0 replies; 4+ messages in thread
From: Keith Owens @ 2002-02-27  1:54 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

On Tue, 26 Feb 2002 12:25:07 +1100, 
Keith Owens <kaos@sgi.com> wrote:
>ftp://oss.sgi.com/projects/kdb/download/v2.1/
>
>  kdb-v2.1-2.4.18-common-1.bz2
>  kdb-v2.1-2.4.18-i386-1.bz2

kdb-v2.1-2.4.18-ia64-020226-1.bz2 has just been added.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Announce: kdb v2.1 is available for kernel 2.4.18
  2002-02-26  1:25 Keith Owens
  2002-02-27  1:54 ` Keith Owens
@ 2002-02-27  4:21 ` Keith Owens
  1 sibling, 0 replies; 4+ messages in thread
From: Keith Owens @ 2002-02-27  4:21 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, sparclinux

On Tue, 26 Feb 2002 12:25:07 +1100, 
Keith Owens <kaos@sgi.com> wrote:
>ftp://oss.sgi.com/projects/kdb/download/v2.1/
>
>  kdb-v2.1-2.4.18-common-1.bz2
>  kdb-v2.1-2.4.18-i386-1.bz2

Thanks to Tom Duffy, there is also kdb-v2.1-2.4.18-sparc64-1.bz2, plus
2.5.5 versions.  2.5.5-i386 compiles for me, I have not tested any of
the 2.5 versions.

  kdb-v2.1-2.5.5-common-1.bz2
  kdb-v2.1-2.5.5-i386-1.bz2
  kdb-v2.1-2.5.5-sparc64-1.bz2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-27  4:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1014768419.16077.12.camel@tduffy-lnx.afara.com>
2002-02-27  0:17 ` Announce: kdb v2.1 is available for kernel 2.4.18 Keith Owens
2002-02-26  1:25 Keith Owens
2002-02-27  1:54 ` Keith Owens
2002-02-27  4:21 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox