* Linux 2.5.66-ac2
@ 2003-04-04 19:59 Alan Cox
2003-04-04 20:22 ` Dave Jones
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alan Cox @ 2003-04-04 19:59 UTC (permalink / raw)
To: linux-kernel
This is mostly a resync and check patch rather than something
exciting to run. It should work but it is not at all tested.
The SMP crash on boot should be fixed too
Linux 2.5.66-ac2
o Resync with Linus -bk8
o Fix modules build (me)
o Fix arch syscalls to return long (Randy Dunlap)
o USBfs kerneldoc (David Brownell)
o More i2c updates (Greg Kroah Hartmann)
| FIxes several driver compiles
o Fix IDE locking/phase handling on timeout (Manfred Spraul)
o C99 initialisers for DMAsound (Maciej Soltysiak)
o C99 initialisers for OSS audio (Maciej Soltysiak)
o C99 intialisers for emu10k1 (Maciej Soltysiak)
o Move dead MOD_ calls from floppy driver (Bob Miller)
o Fix macmace abuse of GFP_DMA (Matthew Wilcox)
o Improve hpt kconfig entry (Adrian Bunk)
o Generic HDLC updates (Krzysztof Halasa)
o Fix es968 kmalloc parameters (Pablo Meinchini)
o Fix als100 kmalloc parameters (Pablo Meinchini)
o PC98xx updates to existing merge (Osamu Tomita)
| Keyboard, ALSA, floppy
o Fix misc_register fail path for upd4990a (Stephan Maciej)
o Fix pegasus endian bug (Paul Mackerras)
o Wireless needs __init (Paul Mackerras)
o Fix gus compilation when built in (lock (Peter Waechtler)
clash)
o Sony PI driver update (Stelian Pop)
o Spelling fixes for Alpha (Steven Cole)
o Spelling fixes for x86-64 (Steven Cole)
o Add a "blank now" key mapping (Pavel Machek)
o Remove 23 bogus includes of version.h (Burton Windle)
o Fix cs4232 build (Daniel Ritz)
o Update v850 architecture (Miles Bader)
o Fix taint mishandling for AMD CPU (Manfred Spraul)
o Fix compile of dt019x audio (John Kim)
o Kill "compatmac" (Adrian Bunk)
o Fix via82cxxx_audio build (me)
o Fix acpi build (me)
o Resync with bk9
o Fix oprofile build (John Levon)
o PnP updates (Adam Belay)
o Fix visws framebuffer compile (Andrey Panin)
o Avoid LBA48 modes on disks that don't need (Jens Axboe)
them (saves a 2nd command cycle on each I/O
as suggested by Mark Lord)
o Clean up ide list handling for drives (Alexander Atanasov)
o Remove present check from drivers (now (Alexander Atanasov)
handled by the list stuff)
o Fix SMP boot timer oops (me)
| Thanks to Steven Cole for pinning this down to
| 5 lines of change
o Port ltpc driver to spinlocks (me)
o Fix cadet driver missing symbol (me)
o Fix cops driver locking (me)
o Fix arcnet.c locking (me)
Linux 2.5.66-ac1
o Fix up ESI handling in esp.c (me)
| Lots more needs fixing in this driver yet
o Merge Linus 2.5.66
o Fix cramfs compile problems (Jeremy Brown, me)
o Fix mad16 breakage (Adrian Bunk)
o Iphase fixes port to 2.5 (Chas Williams,
Eric Leblond)
o Fix ipc/msg race (Manfred Spraul)
o Let hdparm know about speed change fails (Jens Axboe)
o Don't issue WIN_SET_MAX on older drivers (Jens Axboe)
(Breaks some Samsung)
o Resync with Linus bk3 snapshot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.5.66-ac2
2003-04-04 19:59 Linux 2.5.66-ac2 Alan Cox
@ 2003-04-04 20:22 ` Dave Jones
2003-04-04 20:27 ` Maciej Soltysiak
2003-04-05 16:28 ` Nicholas Wourms
2 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2003-04-04 20:22 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
On Fri, Apr 04, 2003 at 02:59:33PM -0500, Alan Cox wrote:
> o Fix taint mishandling for AMD CPU (Manfred Spraul)
>From a quick look at the patch, this seems to add a per-cpu check,
but uses cpu_has_mp(), which only checks the boot CPU on each iteration.
Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.5.66-ac2
2003-04-04 19:59 Linux 2.5.66-ac2 Alan Cox
2003-04-04 20:22 ` Dave Jones
@ 2003-04-04 20:27 ` Maciej Soltysiak
2003-04-05 16:28 ` Nicholas Wourms
2 siblings, 0 replies; 4+ messages in thread
From: Maciej Soltysiak @ 2003-04-04 20:27 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
> o C99 initialisers for DMAsound (Maciej Soltysiak)
> o C99 initialisers for OSS audio (Maciej Soltysiak)
> o C99 intialisers for emu10k1 (Maciej Soltysiak)
Thanks, but i think emu10k1 was done by someone else.
Regards,
Maciej
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.5.66-ac2
2003-04-04 19:59 Linux 2.5.66-ac2 Alan Cox
2003-04-04 20:22 ` Dave Jones
2003-04-04 20:27 ` Maciej Soltysiak
@ 2003-04-05 16:28 ` Nicholas Wourms
2 siblings, 0 replies; 4+ messages in thread
From: Nicholas Wourms @ 2003-04-05 16:28 UTC (permalink / raw)
To: linux-kernel
Alan Cox wrote:
> This is mostly a resync and check patch rather than something
> exciting to run. It should work but it is not at all tested.
> The SMP crash on boot should be fixed too
>
Alan,
It appears, at least to me, that you've got some duplicate
code in timer_cyclone.c. It seems that you should be
replacing the current init cpu_khz with the new one in your
patch (except your patch has the new one duplicated as
well). Just thought you should know....
Cheers,
Nicholas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-05 16:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04 19:59 Linux 2.5.66-ac2 Alan Cox
2003-04-04 20:22 ` Dave Jones
2003-04-04 20:27 ` Maciej Soltysiak
2003-04-05 16:28 ` Nicholas Wourms
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox