]> git.neil.brown.name Git - history.git/commit
Linux 2.2.2-pre2 2.2.2pre2
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:18:11 +0000 (15:18 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:18:11 +0000 (15:18 -0500)
commit616d8602876cdb9fe13e39179a696b5a69f393a6
tree1939458ebb8b7b5732c27ff3245afa9132d29e8b
parentda0f013567962213cd2f43d98979ed3a8287dc80
Linux 2.2.2-pre2

this one contains various small documentation updates and updates to xconfig,
but the important parts (and the smallest part of the actual patch) are:

 - shared file lockup fix by Stephen Tweedie
 - my fix for the TCP bug that Ingo found
 - Ingo's io-apic setup fixes, which should finally get rid of the
   spurious apic interrupts with some motherboards and the ExtINT setup.
 - inode leak thing
 - SMP scheduler potential race condition fix
 - sound driver updates
 - partition and disk fixes (2kB blocksize media and some IDE disk
   geometry and irq detection issues).

None of the fixes are critical to most people, but all of them _can_ be
critical to people who have seen vulnerabilities in the area. As such, if
you're happy with 2.2.1 there is no pressing reason to test this patch
out, but I hope to have the pre-patches so that the final 2.2.2 can be
left around for a while (CD-ROM manufacturers etc would certainly prefer
to not see lots of releases).

                Linus
arch/i386/kernel/io_apic.c
drivers/char/vt.c
fs/inode.c
include/linux/sched.h
init/main.c
kernel/ksyms.c
kernel/sched.c
mm/filemap.c
mm/vmscan.c
net/ipv4/proc.c
net/ipv4/tcp_ipv4.c