Re: Increasing listen() queue length on heavy loaded linux.

From: Linux lists <lists@dont-contact.us>
Date: Fri, 17 Apr 1998 23:09:43 +0200 (MET DST)

On Fri, 17 Apr 1998, Bill Wichers wrote:

> Could someone please fill me in on this "kernel 2.0.34"? I've now seen it
> mentioned several times on this list, but I can't find it at my two usual
> kernel sources (http://www.linuxhq.com and http://sunsite.unc.edu), and I
> didn't even see it listed in the archives at ftp.funet.fi.
>
> Could someone *please* tell me where to find it and what it
> adds/fixes/modifys?

There is NO 2.0.34 yet.
Alan Cox has made some prepatches (not official).
They fix some memory bugs, a lot of network(driver) updates, Documentation
updates, Native language codepages and Unicode support, ext2fs bugfix,
scsi bugfixes/upgrades enz.
You can find his latest prepatch (2.0.34pre8) at
ftp.uk.linux.org:/pub/linux/incoming.
It has to be applied to a clean 2.0.33

Note that last night on bugtraq the following came by (this one is not in
2.0.34pre8 yet):

There's an 'off by one IP header' bug

--- ip_fragment.c.old Thu Apr 16 12:25:34 1998
+++ ip_fragment.c Thu Apr 16 12:29:02 1998
@@ -375,7 +375,7 @@
        fp = qp->fragments;
        while(fp != NULL)
        {
- if (fp->len < 0 || count+fp->len > skb->len)
+ if (fp->len < 0 || fp->offset+qp->ihlen+fp->len >
skb->len)
                {
                        NETDEBUG(printk("Invalid fragment list: Fragment over size.\n"));
                        ip_free(qp);

Mark

-------------------------------------------------------------------------
Mark Visser | Student Civiele Technologie & Management
Calslaan 26 - 31 | E-mail: mark@cal026031.student.utwente.nl
7522 MC Enschede | SNT-mail: mark@snt.utwente.nl
Telephone: 053-4895038 |
-------------------------------------------------------------------------
Warning: You can get rid of all the bugs by disabling them from the main menu.
Received on Fri Apr 17 1998 - 14:30:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:39:44 MST