Menu

packet-cd / News: Recent posts

packet-0.0.2o-pre1

Hi,

There's a pre-release of the next version on the kernel.org site -- it fixes a small bug, the main thing here is that it applies cleanly against 2.4.7 which was released just a day or so after the last release. Find it here:

http://www.kernel.org/pub/linux/kernel/people/axboe/packet/

or from one of the mirror sites.

Jens

Posted by Jens Axboe 2001-07-24

packet-0.0.2m

New release is up, grab it from here or kernel.org as usual. Enjoy, Jens

Posted by Jens Axboe 2001-07-18

packet-0.0.2k

Put up a new version, get it from here or kernel.org as usual.

Posted by Jens Axboe 2001-05-09

packet-0.0.2k-pre1

Put up the next pre-release, get it from:

*.kernel.org/pub/linux/kernel/people/axboe/packet/

Posted by Jens Axboe 2001-05-08

brelse patch, also here

kernel.org seems to have rsync problems currently, so I've attached the brelse-1 patch to the packet-0.0.2j files as well.

Posted by Jens Axboe 2001-04-30

brelse() bug

Apply

*.kernel.org/pub/linux/kernel/people/axboe/packet/brelse-1

on top of packet-0.0.2j to fix it.

Posted by Jens Axboe 2001-04-30

packet-0.0.2j

New version up, get it while it's hot.

Posted by Jens Axboe 2001-04-28

packet-0.0.2i-b, files replaced

A last minute change broke the compile, I added the -b release files instead. Sorry about the confusion.

Posted by Jens Axboe 2001-04-27

packet-0.0.2i

It's up, against 2.4.3 and 2.4.4-pre8

Posted by Jens Axboe 2001-04-27

packet-0.0.2i-pre3

The 3rd pre-patch for 0.0.2i has been uploaded to kernel.org, find it here:

*.kernel.org/pub/linux/kernel/people/axboe/packet

It's against 2.4.4-pre6 and 2.4.3 stock, there's a ChangeLog included in the tar ball.

Posted by Jens Axboe 2001-04-23

packet-0.0.2i-pre2

There's a pre2 version of 0.0.2i up now, see kernel.org/pub/linux/kernel/people/axboe/packet

Posted by Jens Axboe 2001-04-21

packet-0.0.2i-pre1

There's a 0.0.2i-pre1 release up, but only on kernel.org. Find it in /pub/linux/kernel/people/axboe/packet

Posted by Jens Axboe 2001-04-21

packet-0.0.2h

It's up, enjoy.

Posted by Jens Axboe 2001-04-20

mailing list

There's a mailing list at packet-writing@suse.com, in case you've missed it. Subscribe by sending an empty e-mail to packet-writing-subscribe@suse.com.

/Jens

Posted by Jens Axboe 2000-09-08

__start___kallsyms missing

Compile will fail, if kdb is enabled in the kernel. The reason is that the file arch/i386/vmlinux.lds is included in my diff exclude-list. Manually edit that file and insert

__start___kallsyms = .; /* All kernel symbols */
*(__kallsyms)
__stop___kallsyms = .;

after the section that has __start___ksymtab listed.

Or, you can just omit compiling with kdb in this release.

Posted by Jens Axboe 2000-06-21