linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Announce: kdb v2.3 is available for kernel 2.5.40
@ 2002-10-03  7:24 Keith Owens
  2002-10-03  8:03 ` Xavier Bru
  2002-10-03 17:09 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Keith Owens @ 2002-10-03  7:24 UTC (permalink / raw)
  To: kdb; +Cc: linux-kernel

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

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

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

  kdb-v2.3-2.5.40-common-1.bz2
  kdb-v2.3-2.5.40-i386-1.bz2

These patches are alpha quality, they have had limited testing.

The usb keyboard patch has been merged from kdb v2.3-2.4.19-{common,i386}.
It does not compile on 2.5.40, the APIs have changed.  If you can help
with usb polling support for kdb, grep for CONFIG_KDB_USB.  Without
community support, the usb support will be dropped.

Changelog extracts.

2.5.40-common-1

2002-10-03 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.5.40.
	* kdb v2.3-2.5.40-common-1.

2002-09-24 Keith Owens  <kaos@sgi.com>

	* Sync with kdb v2.3-2.4.19-common-2.
	* Sync with 2.5.x-xfs (2.5.38).
	* Replace kdb_port with kdb_serial to support memory mapped I/O.
	  David Mosberger.
	* Remove individual SGI copyrights, the general SGI copyright applies.
	* Handle md0.  Reported by Hugh Dickins, different fix by Keith Owens.
	* Use page_address() in kdbm_pg.c.  Hugh Dickins.
	* Remove debugging printk from kdbm_pg.c.  Hugh Dickins.
	* Move breakpoint address verification into arch dependent code.
	* Dynamically resize kdb command table as required.
	* Common code to support USB keyboard.  Sebastien Lelarge.
	  Note: broken in 2.5 until somebody who understands USB can fix it.
	* Add dmesg command.
	* Clean up copyrights, Eric Sandeen.
	* Syntax check mdWcN commands.

2.5.40-i386-1

2002-10-03 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.5.40.
	* kdb v2.3-2.5.40-i386-1.

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

	* Sync with kdb v2.3-2.4.19.
	* Sync with xfs 2.5.38.
	* Replace kdb_port with kdb_serial to support memory mapped I/O.
	* Use -fno-optimize-sibling-calls for kdb if gcc supports it.
	* .text.lock does not consume an activation frame.
	* Remove individual SGI copyrights, the general SGI copyright applies.
	* New .text.lock name.  Hugh Dickins.
	* Set KERNEL_CS in kdba_getcurrentframe.  Hugh Dickins.
	* Clean up disassembly layout.  Hugh Dickins, Keith Owens.
	* Replace hard coded stack size with THREAD_SIZE.  Hugh Dickins.
	* Better stack layout on bt with no frame pointers.  Hugh Dickins.
	* Make i386 IO breakpoints (bpha <address> IO) work again.
	  Martin Wilck, Keith Owens.
	* Remove fixed KDB_MAX_COMMANDS size.
	* Add set_fs() around __copy_to_user on kernel addresses.
	  Randolph Chung.
	* Position i386 for CONFIG_NUMA_REPLICATE.

v2.3/README

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 for i386 on kernel 2.5.40, apply
  kdb-v2.3-2.5.40-common-<n>		(use highest value of <n>)
  kdb-v2.3-2.5.40-i386-<n>		(use highest value of <n>)
in that order.

Use patch -p1 for all patches.

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

iD8DBQE9m/Cvi4UHNye0ZOoRAt4IAJ9OSYFKt7dFB9Z+Nrdlo15zL3QfcQCgzfVP
CPd1KElWxMs9ShMrI1d3I0s=
=R9CW
-----END PGP SIGNATURE-----


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

* Re: Announce: kdb v2.3 is available for kernel 2.5.40
  2002-10-03  7:24 Announce: kdb v2.3 is available for kernel 2.5.40 Keith Owens
@ 2002-10-03  8:03 ` Xavier Bru
  2002-10-03  8:09   ` Keith Owens
  2002-10-03 17:09 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Xavier Bru @ 2002-10-03  8:03 UTC (permalink / raw)
  To: Keith Owens; +Cc: kdb, linux-kernel


What about ia64 support for 2.5 ?
Thanks in advance.
Xavier

-- 

 Sincères salutations.
_____________________________________________________________________
 
Xavier BRU                 BULL ISD/R&D/INTEL office:     FREC B1-422
tel : +33 (0)4 76 29 77 45                    http://www-frec.bull.fr
fax : +33 (0)4 76 29 77 70                 mailto:Xavier.Bru@bull.net
addr: BULL, 1 rue de Provence, BP 208, 38432 Echirolles Cedex, FRANCE
_____________________________________________________________________

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

* Re: Announce: kdb v2.3 is available for kernel 2.5.40
  2002-10-03  8:03 ` Xavier Bru
@ 2002-10-03  8:09   ` Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2002-10-03  8:09 UTC (permalink / raw)
  To: Xavier Bru; +Cc: kdb, linux-kernel

On Thu, 3 Oct 2002 10:03:19 +0200 (DFT), 
Xavier Bru <Xavier.Bru@bull.net> wrote:
>What about ia64 support for 2.5 ?

Why did I know that somebody was going to ask that question?
Give the i386 kdb code a couple of days to shake out the bugs.


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

* Re: Announce: kdb v2.3 is available for kernel 2.5.40
  2002-10-03  7:24 Announce: kdb v2.3 is available for kernel 2.5.40 Keith Owens
  2002-10-03  8:03 ` Xavier Bru
@ 2002-10-03 17:09 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2002-10-03 17:09 UTC (permalink / raw)
  To: Keith Owens; +Cc: kdb, linux-kernel

On Thu, Oct 03, 2002 at 05:24:33PM +1000, Keith Owens wrote:
> 
> The usb keyboard patch has been merged from kdb v2.3-2.4.19-{common,i386}.
> It does not compile on 2.5.40, the APIs have changed.  If you can help
> with usb polling support for kdb, grep for CONFIG_KDB_USB.  Without
> community support, the usb support will be dropped.

Has anyone successfully gotten this USB keyboard stuff to work properly?
I know a few people who tried, but it failed for them.

thanks,

greg k-h

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

end of thread, other threads:[~2002-10-03 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-03  7:24 Announce: kdb v2.3 is available for kernel 2.5.40 Keith Owens
2002-10-03  8:03 ` Xavier Bru
2002-10-03  8:09   ` Keith Owens
2002-10-03 17:09 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).