]> git.neil.brown.name Git - history.git/commit
pre-2.1.99-3 2.1.99pre3
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:15:20 +0000 (15:15 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:15:20 +0000 (15:15 -0500)
commit6b6e62fd6f0afde521d2acdb0753bc55622c9c64
treea7335ef861f8e1963da6aa939975ace0dfc83401
parent25eaf06ce6c131eec40163d2c10bf6ac05bf01ab
pre-2.1.99-3

There's a new pre-patch on ftp.kernel.org, that does:

 - the networking fixes that didn't get into 98 due to various mess-ups
 - mtrr patches are there by default
 - all the irq fixes we know of to date are there (and hopefully even the
   ne2000 things should work with the SELF-IPI change)
 - various documentation updates and bugfixes (the best way to know that a
   stable kernel is approaching is to notice that somebody starts to
   spellcheck the kernel - it has so far never failed)

in short, all known bugs should be fixed, but hey, what else is new?

                Linus
33 files changed:
CREDITS
Documentation/Changes
Documentation/Configure.help
Documentation/mtrr.txt [new file with mode: 0644]
arch/alpha/config.in
arch/alpha/lib/checksum.c
arch/alpha/lib/csum_partial_copy.c
arch/i386/config.in
arch/i386/defconfig
arch/i386/kernel/Makefile
arch/i386/kernel/i386_ksyms.c
arch/i386/kernel/irq.c
arch/i386/kernel/mtrr.c [new file with mode: 0644]
arch/i386/kernel/smp.c
arch/ppc/config.in
arch/ppc/prep_defconfig
drivers/pci/Makefile
drivers/pci/pci.c
drivers/pci/quirks.c
include/asm-alpha/checksum.h
include/asm-i386/bugs.h
include/asm-i386/checksum.h
include/asm-i386/mtrr.h [new file with mode: 0644]
include/asm-i386/smp.h
include/asm-m68k/checksum.h
include/asm-ppc/checksum.h
include/asm-sparc/checksum.h
include/asm-sparc64/checksum.h
include/linux/proc_fs.h
include/linux/smp.h
kernel/kmod.c
net/ipv4/tcp_ipv4.c
net/netsyms.c