Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Alexander Viro
On Mon, 18 Dec 2000, Alan Cox wrote: > o Fix leak in link() syscall (Al Viro) ^^^ Originally - by Christopher Yeoh. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Alan Cox
> On Mon, 18 Dec 2000, Alan Cox wrote: > > o Teach kernel-doc about const(Jani Monoses) > > Tim Waugh pointed out this wasn't good as 'const' is part of the function > signature and he now has a better patch. > For these I've sent Tim more cleaned up patches as I thought nob

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Tim Waugh
On Mon, Dec 18, 2000 at 07:40:03PM +, Alan Cox wrote: > o Add documentation to the PCI api(Jani Monoses) Needs this: --- linux-2.4.0test13pre3-ac1/drivers/pci/pci.c.pcidoc Mon Dec 18 20:46:08 2000 +++ linux-2.4.0test13pre3-ac1/drivers/pci/pci.c Mon Dec 18 20:51:20 2000

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Tim Waugh
On Mon, Dec 18, 2000 at 07:40:03PM +, Alan Cox wrote: > o Teach kernel-doc about const(Jani Monoses) Needs this (also cleans up kernel-doc macro handling and fixes some regexps): --- linux-2.4.0test13pre3-ac1/scripts/kernel-docMon Dec 18 20:46:11 2000 +++ lin

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Tim Waugh
On Mon, Dec 18, 2000 at 07:40:03PM +, Alan Cox wrote: > o Mark the parport fifo code as experimental (Tim Waugh) Needs this: --- linux-2.4.0test13pre3-ac1/drivers/parport/Config.in Mon Dec 18 20:45:54 2000 +++ linux-2.4.0-test13-pre3+/drivers/parport/Config.in Mon Dec 18 16:56:36

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Tim Waugh
On Mon, Dec 18, 2000 at 10:17:17PM +0200, Jani Monoses wrote: > Tim Waugh pointed out this wasn't good as 'const' is part of the function > signature and he now has a better patch. I'll sync up with Alan. Tim. */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: Linux 2.4.0test13pre3ac1

2000-12-18 Thread Jani Monoses
On Mon, 18 Dec 2000, Alan Cox wrote: > o Teach kernel-doc about const(Jani Monoses) Tim Waugh pointed out this wasn't good as 'const' is part of the function signature and he now has a better patch. > o Add documentation to the PCI api(Jani Monoses)

Linux 2.4.0test13pre3ac1

2000-12-18 Thread Alan Cox
This is mostly so people can see what I have merged in my tree and what has gone from it. The patch for the adventurous is in ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4.0test/.. 2.4.0test13pre3-ac1 adds o Handle TLB flush reruns caused by APIC rexmit (me) o Fix