]> git.neil.brown.name Git - history.git/commit
2.0.36prepatch 6 2.0.36pre6
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 23 Nov 2007 20:11:56 +0000 (15:11 -0500)
committerAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 23 Nov 2007 20:11:56 +0000 (15:11 -0500)
commit29acaf4b3b2e023b39661401c2293ed716353106
tree8728f000ebd9f9b2945c36b5994706c24e184955
parentfee94f96a47d5cc8548eef56644db90faf935f29
2.0.36prepatch 6

        ftp://ftp.linux.org.uk/pub/linux/alan/2.0.36pre/
Changes this release
o       Cyclades bug fix (Cyclades Corp)
o       440GX device ids (Leonard Zubkoff)
o       BusLogic update (Leonard Zubkoff)
o       New version of the ROSE protocol layers (F6FBB)
o       TCP works with SO_BINDTODEVICE  (Phil Gladstone)
o       TCP select error
o       Hooks for multithreaded ELF core dumps (Alan Cox)
        (Phil Gladstone maintains the ELF mt core dump stuff and gdb patch)

I was going to integrate this patch but I got some slightly odd results
that looked like a double kfree and the patch didnt seem quite perfect yet.
Anyway - you shouldnt need to hack anything to use it now
Stuff I know I have left to worry about:

o       Andre - can you check there is nothing in your jumbo patches I
        should have (I dont want to put the UDMA/new timer stuff into a
        2.0.x kernel). I couldnt see any easy way to seperate the MHz
        computation from it
o       Try and get the mt core dumps working
o       Two crash reports from AF_UNIX sockets that look like a long
        standing race.

Alan
27 files changed:
arch/i386/kernel/ksyms.c
drivers/char/cyclades.c
drivers/net/3c505.h
drivers/pci/pci.c
drivers/scsi/BusLogic.c
drivers/scsi/FlashPoint.c
drivers/scsi/README.BusLogic
drivers/scsi/README.Mylex
fs/autofs/dirhash.c
include/asm-i386/ptrace.h
include/linux/cyclades.h
include/linux/pci.h
include/linux/rose.h
include/net/rose.h
kernel/ksyms.c
net/ipv4/tcp.c
net/ipv4/tcp_output.c
net/rose/Makefile
net/rose/af_rose.c
net/rose/changes.doc [new file with mode: 0644]
net/rose/rose_in.c
net/rose/rose_link.c
net/rose/rose_loopback.c [new file with mode: 0644]
net/rose/rose_out.c
net/rose/rose_route.c
net/rose/rose_subr.c
net/rose/rose_timer.c