|
|
Subscribe / Log in / New account

Development kernel 2.5.71 released

Linus has announced the 2.5.71 development kernel - named "sticky turtle." It's a huge patch, containing a fair amount of driver model work, some extensive PCI bus cleanups (dealing with potential race conditions there), the big IDE changeover to taskfile I/O, a new /proc/kallsyms file, support for per-CPU variables in modules, a change the kmalloc_percpu() interface, an Atmel at76c50x wireless driver, a long-sought fix for hanging TCP sessions, an improved slab allocator which performs better in busy, multi-processor situations, some kbuild tweaks, an ALSA update, a set of hash function changes to deal with algorithmic complexity attacks, a FAT filesystem rework (if you have been waiting to be able to create FAT partitions greater than 128GB, this patch is for you), a v850 subarchitecture merge, a RAID update, the removal of the long-deprecated callout TTY device (/dev/cua) support, numerous architecture updates, and several other fixes and updates. As always, the long-format changelog has the gory details.

(Log in to post comments)

Doesn't compile

Posted Jun 15, 2003 3:53 UTC (Sun) by hisdad (subscriber, #5375) [Link]

net/built-in.o

undefined reference to register_cpu_notifier


Oh well..

Doesn't compile

Posted Jun 15, 2003 5:15 UTC (Sun) by set (guest, #4788) [Link]

from lkml, originally john weber;
(probably whitespace dammaged by web form)

--- 25/net/core/flow.c~flow-warning-fix 2003-06-14 15:13:37.000000000 -0700
+++ 25-akpm/net/core/flow.c 2003-06-14 15:14:04.000000000 -0700
@@ -18,6 +18,7 @@
#include <linux/percpu.h>
#include <linux/bitops.h>
#include <linux/notifier.h>
+#include <linux/cpu.h>
#include <net/flow.h>
#include <asm/atomic.h>
#include <asm/semaphore.h>

Doesn't compile

Posted Jun 15, 2003 8:09 UTC (Sun) by hisdad (subscriber, #5375) [Link]

Thanks for that, it compiles. However the lsilogic/scsi spin-locking bug which has been in there since about 2.5.63 is still there.

Regards



Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds