public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Announce: kdb v4.3 is available for kernel 2.4.25-rc1
@ 2004-02-11  4:16 Keith Owens
  2004-02-17  1:53 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc3 Keith Owens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-11  4:16 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

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

ftp://oss.sgi.com/projects/kdb/download/v4.3/

Current versions are :-
  kdb-v4.3-2.4.25-rc1-common-1.bz2
  kdb-v4.3-2.4.25-rc1-i386-1.bz2
  kdb-v4.3-2.4.25-rc1-ia64-cset-1.1069.246.14-to-1.1166-1.bz2

Before applying kdb for ia64, you must apply the 2.4.25-rc1 BK patch,
the first link on
ftp://ftp.kernel.org/pub/linux/kernel/ports/ia64/v2.4/testing/cset/index.html.

Changelog extracts since 2.4.23.

common

2004-02-11 Keith Owens  <kaos@sgi.com>

	* Convert longjmp buffers from static to dynamic allocation, for large
	  cpu counts.
	* Tweak kdbm_task for SMP/UP.
	* Update to 2.4.25-rc1.
	* Simplify coexistence with NPTL patches.
	* Support kill command on new scheduler.
	* Do not refetch data when printing a value as characters.
	* Document the pid command.
	* kdb v4.3-2.4.25-rc1-common-1.


i386

2004-02-11 Keith Owens  <kaos@sgi.com>

	* Adjust for LDT changes in i386 mainline.
	* kdb v4.3-2.4.25-rc1-i386-1.


ia64

2004-02-11 Keith Owens  <kaos@sgi.com>

	* Convert longjmp buffers from static to dynamic allocation, for large
	  cpu counts.
	* Update to 2.4.25-rc1 bk, including rework of mca.c patch after the
	  major clean up of mca.c.
	* Redo KDBA_MCA_TRACE to get more diagnostics for MCA/INIT events.
	* Handle recoverable MCA/INIT events, kdb traces them but does not drop
	  into kdb.
	* kdb v4.3-2.4.25-rc1-ia64-cset-1.1069.246.14-to-1.1166-1.


Porting kdb v4.3 to 2.6.[23] is now in progress.

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

iD8DBQFAKaySi4UHNye0ZOoRAvEtAJ0fP2WvSAaT91nfbUdpFrbKQegMWwCgt1TR
8mTZeytw7+nch3FEe+wsFJc=KATc
-----END PGP SIGNATURE-----


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

* Announce: kdb v4.3 is available for kernel 2.6.3-rc3
  2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
@ 2004-02-17  1:53 ` Keith Owens
  2004-02-17  5:13 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc4 Keith Owens
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-17  1:53 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

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

ftp://oss.sgi.com/projects/kdb/download/v4.3/

With many thanks to Jim Houston and Xavier Bru.

Current versions are :-
  kdb-v4.3-2.6.3-rc3-common-1.bz2
  kdb-v4.3-2.6.3-rc3-i386-1.bz2
  kdb-v4.3-2.6.3-rc3-ia64-1.bz2

Warning: the 2.6 versions of kdb have had minimal testing.  In
particular they have not been tested with CONFIG_PREEMPT.


Changelog extracts.

common

2004-02-17 Keith Owens  <kaos@sgi.com>

	* Convert longjmp buffers from static to dynamic allocation, for large
	  cpu counts.
	* Tweak kdbm_task for SMP/UP.
	* Reconcile with kdb-v4.3 2.4.25-rc1-common-1.
	* Simplify coexistence with NPTL patches.
	* Support kill command on new scheduler.
	* Do not refetch data when printing a value as characters.
	* Document the pid command.
	* Work around 2.6 kallsyms 'feature'.
	* Upgrade to 2.6.3-rc3.
	* WAR for incorrect console registration patch.
	* kdb v4.3-2.6.3-rc3-common-1.

2003-12-03 Keith Owens  <kaos@sgi.com>

	* Reconcile 2.6-test versions from Xavier Bru (Bull), Greg Banks (SGI),
	  Jim Houston (Concurrent Computer Corp).
	* Reconcile with kdb v4.3-2.4.23-common-2.
	* Clean up CONFIG_KDB changes to {scripts,kernel}/kallsyms.c.
	* Correct handling of kdb command line arguments.
	* Make hooks into module code less intrusive.
	* Delete kdb_active_task, not required with O(1) scheduler.
	* Port kdbm_task.c from 2.4.
	* Disable debug check in exit.c::next_thread() when kdb is running.
	* Remove "only bh_disable when interrupts are set".  BH must be disabled
	  in kdb to prevent deadlock on breakpoints in interrupt handlers.
	* Add kdb to drivers/char/sn_serial.c.
	* kdb v4.3-2.6.0-test11-common-1.

2003-11-11 Xavier Bru   <xavier.bru@bull.net>
	* Merge to 2.6.0-test9
2003-10-17 Xavier Bru   <xavier.bru@bull.net>
	* fix NUll ptr in kdb_ps at early prompt.
2003-10-14 Xavier Bru   <xavier.bru@bull.net>
	* fix NUll ptr in kdb_ps when cpu not present.
2003-10-06 Xavier Bru   <xavier.bru@bull.net>
	* Merge to 2.6.0-test5
	* fix compile error with CONFIG_MODULES not set.

2003-09-08 Xavier Bru   <xavier.bru@bull.net>
	* Merge to 2.6.0-test4

2003-07-10 Xavier Bru   <xavier.bru@bull.net>

	* Merge kdb v4.3 to 2.5.72 ia64
	* don't call local_bh_enable() with interrupts masked.

2003-04-07 Xavier Bru   <xavier.bru@bull.net>

	* Merge kdb v4.1 to 2.5.64 ia64
	* new kernel parameters support
	* new module format
	* new kallsyms support


i386

2004-02-17 Keith Owens  <kaos@sgi.com>

	* Pick up changes from Jim Houston for 2.6.
	* Sync with kdb v4.3-2.4.25-rc1-i386-1.
	* Adjust for LDT changes in i386 mainline.
	* Convert longjmp buffers from static to dynamic allocation, for large
	  cpu counts.
	* Do not use USB keyboard if it has not been probed.
	* Do not print section data, 2.6 kallsyms does not support sections :(.
	* kdb v4.3-2.6-3-rc3-i386-1.


ia64

2004-02-17 Keith Owens  <kaos@sgi.com>

	* Reconcile 2.6-test versions from Xavier Bru (Bull), Greg Banks (SGI),
	  Jim Houston (Concurrent Computer Corp).
	* Reconcile with kdb v4.3-2.4.23-ia64-0312??-1.
	* Reconcile with salinfo changes.
	* Port WAR for backtrace from spinlock contention from 2.4 to 2.6.
	* Merge PGS FIFO tweak with SERIAL_IO_MEM and concurrent support for
	  multiple consoles (no USB consoles yet).
	* Update pt_regs output to match the order of struct pt_regs.
	* KDB wrappers for interrupts handlers now return the handler's return code.
	* tpa and tpav commands from Anonymous.
	* Reconcile with mca changes.
	* Upgrade to 2.6.3-rc3.
	* kdb v4.3-2.6.3-rc3-ia64-1.

2003-10-22 Xavier Bru   <xavier.bru@bull.net>
	* Merge to 2.6.0-test7
2003-10-20 Philippe Garrigues <Philippe.Garrigues@bull.net>
	* Enable FIFO in UART
2003-09-08 Xavier Bru   <xavier.bru@bull.net>
	* Merge to 2.6.0-test4
2003-03-21 Xavier Bru <xavier.bru@bull.net>
	* Merge kdb v4.0 on 2.5.64 ia64
	* new kernel parameters support
	* new kallsyms support

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

iD8DBQFAMXQCi4UHNye0ZOoRAmBhAKCg5ahf+x0tNsslcqWOJIqavlcWGwCfeWk6
wu810CJxeBDAsrYw/GNLSCc=YZLB
-----END PGP SIGNATURE-----


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

* Announce: kdb v4.3 is available for kernel 2.6.3-rc4
  2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
  2004-02-17  1:53 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc3 Keith Owens
@ 2004-02-17  5:13 ` Keith Owens
  2004-02-18  6:08 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-17  5:13 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

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

ftp://oss.sgi.com/projects/kdb/download/v4.3/

Current versions are :-
  kdb-v4.3-2.6.3-rc4-common-1.bz2
  kdb-v4.3-2.6.3-rc3-i386-1.bz2
  kdb-v4.3-2.6.3-rc3-ia64-1.bz2

The arch specific i386 and ia64 patches have not changed between rc3
and rc4.  Use the arch rc3 patches with rc4-common-1.

Warning: the 2.6 versions of kdb have had minimal testing.  In
particular they have not been tested with CONFIG_PREEMPT.


Changelog extracts from 2.6.3-rc3.

common


2004-02-17 Keith Owens  <kaos@sgi.com>

	* Remove WAR for incorrect console registration patch.
	* kdb v4.3-2.6.3-rc4-common-1.

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

iD8DBQFAMaMEi4UHNye0ZOoRAvK0AKDcUK+D4WyjEzo8UveqGfcm+BMFyACdFdkV
2NPH5Om1bartd0odZtzvoRA=v64X
-----END PGP SIGNATURE-----


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

* Announce: kdb v4.3 is available for kernel 2.6.3
  2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
  2004-02-17  1:53 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc3 Keith Owens
  2004-02-17  5:13 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc4 Keith Owens
@ 2004-02-18  6:08 ` Keith Owens
  2004-02-19  0:08 ` Announce: kdb v4.3 is available for kernel 2.4.25 Keith Owens
  2004-02-21  0:49 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens
  4 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-18  6:08 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

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

KDB (Linux Kernel Debugger) has been updated.

ftp://oss.sgi.com/projects/kdb/download/v4.3/

Current versions are :-
  kdb-v4.3-2.6.3-common-1.bz2
  kdb-v4.3-2.6.3-i386-1.bz2
  kdb-v4.3-2.6.3-ia64-1.bz2

The only change since 2.6.3-rc4-common-1 and 2.6.3-rc3-{i386,ia6}-1
is to update the changelogs to reflect the base 2.6.3 kernel.

Warning: the 2.6 versions of kdb have had minimal testing.  In
particular they have not been tested with CONFIG_PREEMPT.

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

iD8DBQFAMwFQi4UHNye0ZOoRAjEIAJ4p5EaPChNDWHLqy7icBCLmBAR9PACbBUqd
9akaS3silc7r7/v8Od537Z0=Nw1B
-----END PGP SIGNATURE-----


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

* Announce: kdb v4.3 is available for kernel 2.4.25
  2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
                   ` (2 preceding siblings ...)
  2004-02-18  6:08 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens
@ 2004-02-19  0:08 ` Keith Owens
  2004-02-21  0:49 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens
  4 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-19  0:08 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel, linux-ia64

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

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

KDB (Linux Kernel Debugger) has been updated.

ftp://oss.sgi.com/projects/kdb/download/v4.3/

Current versions are :-
  kdb-v4.3-2.4.25-common-1.bz2
  kdb-v4.3-2.4.25-i386-1.bz2
  kdb-v4.3-2.4.25-ia64-040218-1.bz2

The ia64 patch has changed slightly since kdb-v4.3-2.4.25-rc1, due to
more clean ups in the base arch/ia64/kernel/mca.c file.  Apart from
that, the only changes are to the target kernel name in the change logs.

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

iD8DBQFAM/5+i4UHNye0ZOoRAh8xAJ976UHq7l3gT0FJHVc2o2S/SHdpcQCgq62/
sWxpv3+3pTZGf+QJfyjcpEg=dXH7
-----END PGP SIGNATURE-----


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

* Re: Announce: kdb v4.3 is available for kernel 2.6.3
  2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
                   ` (3 preceding siblings ...)
  2004-02-19  0:08 ` Announce: kdb v4.3 is available for kernel 2.4.25 Keith Owens
@ 2004-02-21  0:49 ` Keith Owens
  4 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2004-02-21  0:49 UTC (permalink / raw)
  To: kdb, linux-kernel; +Cc: linux-ia64

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

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

KDB (Linux Kernel Debugger) has been updated.

ftp://oss.sgi.com/projects/kdb/download/v4.3/

Current versions are :-
  kdb-v4.3-2.6.3-common-2.bz2
  kdb-v4.3-2.6.3-i386-1.bz2
  kdb-v4.3-2.6.3-ia64-1.bz2

Warning: the 2.6 versions of kdb have had minimal testing.  In
particular they have not been tested with CONFIG_PREEMPT.

Changelog extract since kdb-v4.3-2.6.3-common-1.

2004-02-21 Keith Owens  <kaos@sgi.com>

	* Correct build of kdb_cmds when using a separate object directory and
	  make it quiet.  j-nomura (NEC), Keith Owens.
	* kdb v4.3-2.6.3-common-2.

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

iD8DBQFANqsGi4UHNye0ZOoRApmUAKDcT+Vwa4BcYqtSTQ1VWmLfAhxchgCfY7mS
sOVcf3MS2JaYpncY0jbFO+I=oIMt
-----END PGP SIGNATURE-----


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

end of thread, other threads:[~2004-02-21  0:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-11  4:16 Announce: kdb v4.3 is available for kernel 2.4.25-rc1 Keith Owens
2004-02-17  1:53 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc3 Keith Owens
2004-02-17  5:13 ` Announce: kdb v4.3 is available for kernel 2.6.3-rc4 Keith Owens
2004-02-18  6:08 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens
2004-02-19  0:08 ` Announce: kdb v4.3 is available for kernel 2.4.25 Keith Owens
2004-02-21  0:49 ` Announce: kdb v4.3 is available for kernel 2.6.3 Keith Owens

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