2002-09-29 20:16:55

by Dave Jones

[permalink] [raw]
Subject: Linux 2.5.39-dj1

It's been a while since I did one of these, and with so many
pending patches in my queue, a large 2.4 sync, and a number
of people asking for the status of various code/merges, I
thought I'd put up a state-of-play diff.
Quite a bit in here (and lots more pending), passes the
scientific "it boots" test, but as always, tread carefully.
I'll try and pick up the pace again as before, but with various
other work related projects looming, we'll see how things go..

As usual,..

Patch against 2.5.39 vanilla is available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/

-- Davej.

2.5.39-dj1
o Merge bits of 2.4.20pre up to pre8
o Drop more silly bits found whilst syncing with Linus.
o Drop old-style cpufreq
| new-style merge pending.
o Fix reiserfs alloc= mount option parser (Oleg Drokin)
o Remove obsolete GFP_NFS (Matthew Wilcox)
o Leave reserved APIC bit untouched on P4. (Zwane Mwaikambo)
o Remove preempt warnings on shutdown/reboot. (Robert Love)
o Fix UP_APIC linkage problem (Mikael Pettersson)
o Fix bootmem page merging off by one. (Juan M. de la Torre)
o Netfilter sleeping allocation under spinlock fix. (James Morris)
o Fix ACPI thermal throttling. (Pavel Machek)
o Make background MCE checker preempt safe on UP too. (Me)
o Add extra Pentium 4 idents. (Me)
o Restore an optimisation to locks.c (Matthew Wilcox)
o Add missing kill_sb to futexfs (Marc Zyngier)
o Merge new reiserfs block allocator. (Alexander Zarochencev,
Jeff Mahoney,
Oleg Drokin.)
o Remove LVM infection in <linux/list.h> (Me)
o Configurable list_head sanity checks. (Zach Brown, Me)
| Munged a bit by me, and based on Zab's first post.
| Will merge updated version later.
o Fix 8250_pci oops on shutdown. (Patrick Mochel)
o SiS DRM kmalloc sanity checks. (Zwane Mwaikambo)
o Add Sony DSC-P5 to USB unusual devs list. (?)
| rediscovered misplaced patch.
o Print tracer PID in /proc/<pid>/status (Daniel Jacobowitz)
o 3ware driver updates. (Adam Radford)
o devfs compile fixes. (Olaf Dietsche)
o Various __FUNCTION__ pasting fixes. (Paul Larson, Adrian Bunk,
Alessandro Suardi)
o Named struct initialisers for sunrpc. (Chuck Lever)
o Make sleep-under-spinlock a CONFIG_DEBUG_ option. (Me)
o Atari IDE locking fix. (Geert Uytterhoeven)
o Fix debugging message in rwsem spinlocks. (Geert Uytterhoeven)

--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs


2002-09-29 20:57:24

by Adrian Bunk

[permalink] [raw]
Subject: Re: Linux 2.5.39-dj1

Hi Dave,

it seems there was a problem when generating the patch, the following
doesn't seem to be intended (and causes compile errors):


--- linux-2.5.39/include/linux/kernel.h 2002-09-27 22:48:34.000000000 +0100
+++ linux-2.5/include/linux/kernel.h 1970-01-01 01:00:00.000000000 +0100
@@ -1,209 +0,0 @@
-#ifndef _LINUX_KERNEL_H
-#define _LINUX_KERNEL_H



cu
Adrian

--

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox

2002-09-29 22:26:15

by Dave Jones

[permalink] [raw]
Subject: Re: Linux 2.5.39-dj1

On Sun, Sep 29, 2002 at 11:02:41PM +0200, Adrian Bunk wrote:

> it seems there was a problem when generating the patch, the following
> doesn't seem to be intended (and causes compile errors):
> --- linux-2.5.39/include/linux/kernel.h 2002-09-27 22:48:34.000000000 +0100
> +++ linux-2.5/include/linux/kernel.h 1970-01-01 01:00:00.000000000 +0100
> @@ -1,209 +0,0 @@
> -#ifndef _LINUX_KERNEL_H
> -#define _LINUX_KERNEL_H

Indeed. My guess is I missed a bk -r get before doing the diff.
I'll put a -dj2 fixing this and any other missing files later.

Dave

--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs