Re: Linux 2.4.3-ac2

2001-04-04 Thread Andrey Panin
Hi Alan, looking at 2.4.3-ac2 patch i found that 165x0 serial driver was downgraded from version 5.05 to 5.02 during the 2.4.3 merge. Looks strange for me, both 2.4.3 and 2.4.2-ac28 had serial driver 5.05 included. Is it late 1 April joke ? :)) Best regards. -- Andrey Panin| Emb

Re: Linux 2.4.3-ac2

2001-04-03 Thread Danny ter Haar
In article <9ae3qj$pc9$[EMAIL PROTECTED]>, I wrote: >It's still done manually, and now with the 2.4.3 series we >have to adjust the scripts a bit. Scripts adjusted, time for some sleep ;-) Danny -- Holland Hosting www.hoho.nl [EMAIL PROTECTED] - To unsubscribe from this list: send the li

Re: Linux 2.4.3-ac2

2001-04-03 Thread Danny ter Haar
Miles Lane <[EMAIL PROTECTED]> wrote: >You still have the URL for www.bzimage.org in this announcement, >but there are no incremental patches there for either 2.4.3-ac1 >or 2.4.3-ac2. They're made as i type ;-) It's still done manually, and now with the 2.4.3 series we have to adjust the scripts

Re: Linux 2.4.3-ac2

2001-04-03 Thread Alexander Viro
Alan, please, replace the unmap_buffer() in fs/buffer.c with static void unmap_buffer(struct buffer_head * bh) { if (buffer_mapped(bh)) { mark_buffer_clean(bh); lock_buffer(bh); clear_bit(BH_Uptodate, &bh->b_state); clear_bi

Re: Linux 2.4.3-ac2

2001-04-03 Thread Miles Lane
Hi Alan, You still have the URL for www.bzimage.org in this announcement, but there are no incremental patches there for either 2.4.3-ac1 or 2.4.3-ac2. Miles Alan Cox wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > Intermediate diffs are availab

Linux 2.4.3-ac2

2001-04-03 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) 2.4.3-ac2 o Add the VIA C3 to the mtrr/setup code (Dave J