Re: 2.2.17 IP masq bug

2000-11-30 Thread Mike Perry
Thus spake Julian Anastasov ([EMAIL PROTECTED]): > On Fri, 1 Dec 2000, Mike Perry wrote: > > > The bug: > > When I make a connection from any internal node to the one of the other > > externally routed machines in my lab, then close it, this external machine then &g

2.2.17 IP masq bug

2000-11-30 Thread Mike Perry
2480 0 (unused) The problem still occurs with no modules loaded. -- Mike Perry http://so.fscked.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH]: MAX_MAP_COUNT -> /proc

2000-10-01 Thread Mike Perry
ht be better suited to /proc, like vm.overcommit_memory. So I went ahead and moved it to /proc. I've attached a patch against 2.2.17 and 2.4.0test8. The default is back to 65536. -- Mike Perry http://so.fscked.org diff -ur linux-2.2.17/include/linux/sched.h linux/include/linux/sched.h --- li

MAX_MAP_COUNT arbitrary? Request to change

2000-10-01 Thread Mike Perry
ages that fit in + * the address space */ +#define MAX_MAP_COUNT (ULONG_MAX >> PAGE_SHIFT) /* Number of map areas at which the AVL tree is activated. This is arbitrary. */ #define AVL_MIN_MAP_COUNT 32 -- Mike Perry http://so.fscked.org - To unsubscribe from this list: send the l