public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Announce: kdb v4.4 is available for kernel 2.6.12
@ 2005-06-18  6:19 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2005-06-18  6:19 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

KDB (Linux Kernel Debugger) has been updated.

ftp://oss.sgi.com/projects/kdb/download/v4.4/
ftp://ftp.ocs.com.au/pub/mirrors/oss.sgi.com/projects/kdb/download/v4.4/

Current versions are :-

  kdb-v4.4-2.6.12-common-1.bz2
  kdb-v4.4-2.6.12-i386-1.bz2
  kdb-v4.4-2.6.12-ia64-1.bz2
  kdb-v4.4-2.6.11-x86-64-1.bz2 (may or may not work with 2.6.12).


Changelog extract since kdb-v4.4-2.6.11-common-1.

2005-06-18 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-common-1.

2005-06-08 Keith Owens  <kaos@sgi.com>

	* Correct early exit from bd *.
	* kdb v4.4-2.6.12-rc6-common-1.

2005-05-25 Keith Owens  <kaos@sgi.com>

	* Delete Documentation/kdb/dump.txt.  lkcd now has reasonable
	  integration with kdb.
	* kdb v4.4-2.6.12-rc5-common-1.

2005-05-08 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc4-common-1.

2005-04-21 Keith Owens  <kaos@sgi.com>

	* Add rpte command (find the pte for a physical page).
	* kdb v4.4-2.6.12-rc3-common-1.

2005-04-06 Keith Owens  <kaos@sgi.com>

	* Add rq and rqa commands.  John Hawkes, SGI.
	* kdb v4.4-2.6.12-rc2-common-1.

2005-03-29 Keith Owens  <kaos@sgi.com>

	* Use register_sysctl_table() instead of patching kernel/sysctl.c.
	* Non-ASCII characters are not printable.
	* kdb v4.4-2.6.12-rc1-common-1.

2005-03-15 Keith Owens  <kaos@sgi.com>

	* More coexistence patches for lkcd.  Jason Uhlenkott, SGI.
	* kdb v4.4-2.6.11-common-3.

2005-03-08 Keith Owens  <kaos@sgi.com>

	* Coexistence patches for lkcd.  Jason Uhlenkott, SGI.
	* kdb v4.4-2.6.11-common-2.


Changelog extract since kdb-v4.4-2.6.11-i386-1.

2005-06-18 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-i386-1.

2005-06-08 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc6-i386-1.

2005-05-25 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc5-i386-1.

2005-05-08 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc4-i386-1.

2005-04-21 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc3-i386-1.

2005-04-06 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc2-i386-1.

2005-03-29 Keith Owens  <kaos@sgi.com>

	* Replace __copy_to_user with __copy_to_user_inatomic.
	* kdb v4.4-2.6.12-rc1-i386-1.

2005-03-08 Keith Owens  <kaos@sgi.com>

	* Coexistence patches for lkcd.
	* kdb v4.4-2.6.11-i386-2.


Changelog extract since kdb v4.4-2.6.11-ia64-1.

2005-06-18 Keith Owens  <kaos@sgi.com>

	* Standard IA64 code now works around break.b setting cr.iim to 0
	  instead of the break number.  Remove the kdb workaround.
	* kdb v4.4-2.6.12-ia64-1.

2005-06-08 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc6-ia64-1.

2005-05-25 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc5-ia64-1.

2005-05-24 Keith Owens  <kaos@sgi.com>

	* break.b sets cr.iim to 0 instead of the break number.  Deal with it.
	* kdb v4.4-2.6.12-rc4-ia64-3.

2005-05-14 Keith Owens  <kaos@sgi.com>

	* Correct MCA path after calling kdba_mca_bspstore_fixup().
	  Mark Larson, SGI.
	* Tell the user that MCA/INIT is recoverable so kdb is not entered.
	* kdb v4.4-2.6.12-rc4-ia64-2.

2005-05-08 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc4-ia64-1.

2005-04-21 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc3-ia64-1.

2005-04-06 Keith Owens  <kaos@sgi.com>

	* kdb v4.4-2.6.12-rc2-ia64-1.

2005-04-04 Keith Owens  <kaos@sgi.com>

	* More tweaks to cope with invalid old bspstore in MCA handler.
	* kdb v4.4-2.6.12-rc1-ia64-2.

2005-03-29 Keith Owens  <kaos@sgi.com>

	* Replace __copy_to_user with __copy_to_user_inatomic.
	* MCA handler, do not use old_bspstore if it is in region 4 or below.
	* kdb v4.4-2.6.12-rc1-ia64-1.

2005-03-08 Keith Owens  <kaos@sgi.com>

	* Coexistence patches for lkcd.  Jason Uhlenkott, SGI.
	* kdb v4.4-2.6.11-ia64-2.

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

iD8DBQFCs7z8i4UHNye0ZOoRAs5IAKDiQW/sXUhPouVtpbvZjVn9G5P6gACfdWAz
Agp0JZbtUvmrS074UEvYygw=
=z5/a
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-18  6:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-18  6:19 Announce: kdb v4.4 is available for kernel 2.6.12 Keith Owens

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