public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Announce: kdb v2.1 is available for kernel 2.4.17
Date: Fri, 18 Jan 2002 03:00:44 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590698805878@msgid-missing> (raw)

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

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

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

  kdb-v2.1-2.4.17-common-1.bz2
  kdb-v2.1-2.4.17-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.17, apply
  kdb-v2.1-2.4.17-common-1
  kdb-v2.1-2.4.17-i386-1
in that order.


Changelog extracts.  The bulk of this release is rewriting the data
accessing to rely on the MMU instead of trying to validate an address
by hand.  The auto repeat of commands has been changed, some commands
auto repeat, others do not.  Dead code has been removed.

common

2002-01-18 Keith Owens <kaos@sgi.com>

	* Ignore single stepping during panic.
	* Remove kdba_getword, kdba_putword.  Replace with kdb_getword,
	  kdb_putword that rely on copy_xx_user.  The new functions return
	  an error code, like copy_xx_user.
	* New functions kdb_getarea, kdb_putarea for copying areas of data
	  such as structures.  These functions also return an error code.
	* Change all common code to use the new functions.
	* bp command checks that it can read and write the word at the
	  breakpoint before accepting the address.
	* Break points are now set FIFO and cleared LIFO so overlapping
	  entries give sensible results.
	* Verify address before disassembling code.
	* Common changes for sparc64.  Ethan Solomita, Tom Duffy.
	* Remove ss <count>, never supported.
	* Remove kallsyms entries from arch vmlinux.lds files.
	* Specify which commands auto repeat.
	* kdb v2.1-2.4.17-common-1.

i386

2002-01-18 Keith Owens  <kaos@sgi.com>

	* Use new kdb_get/put functions.
	* Define kdba_{get,put}area_size functions for i386.
	* Remove over-engineered dblist callback functions.
	* Correctly handle failing call disp32 in backtrace.
	* Remove bp_instvalid flag, redundant code.
	* Remove dead code.
	* kdb v2.1-2.4.17-i386-1.

ia64-011226

2002-01-18 Keith Owens  <kaos@sgi.com>

	* Replace kdb_get/putword with kdb_get/putarea functions.
	* Wrap kdb references in #ifdef CONFIG_KDB.
	* Delete sample i386 code.
	* Refuse to update kernel text on NUMA systems.
	* Reject hardware breakpoints, not supported yet.
	* kdb v2.1-2.4.17-ia64-011226-1.

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

iD8DBQE8R4/ai4UHNye0ZOoRAjJeAJ94HepPodstKmk+Aa5hAjXGv8i+YgCbBdR6
HBXdtKRGpw2cUBNk9x9Jg+U=j8j6
-----END PGP SIGNATURE-----



                 reply	other threads:[~2002-01-18  3:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-linux-ia64-105590698805878@msgid-missing \
    --to=kaos@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /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