Re: [PATCH,serious] Fix raid5 crashes in 2.4.0

2001-01-08 Thread Richard Henderson
On Mon, Jan 08, 2001 at 06:16:25PM +0100, Andi Kleen wrote: > This patch just makes the SSE2 code conditional on ... Pedanticly, this is SSE1 code. r~ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at h

Re: [PATCH,serious] Fix raid5 crashes in 2.4.0

2001-01-08 Thread Andrea Arcangeli
On Mon, Jan 08, 2001 at 06:16:25PM +0100, Andi Kleen wrote: > > Hallo Linus, > > The following patch fixes an oops in 2.4.0 RAID5 initialisation when the kernel > was configured without CONFIG_X86_FXSR but is booted on a CPU supporting SSE. > The problem is that without the FXSR config the OSFX

Re: [PATCH,serious] Fix raid5 crashes in 2.4.0

2001-01-08 Thread Ingo Molnar
On Mon, 8 Jan 2001, Andi Kleen wrote: > The following patch fixes an oops in 2.4.0 RAID5 initialisation when > the kernel was configured without CONFIG_X86_FXSR but is booted on a > CPU supporting SSE. yep - my bad, thanks for the fix. Fortunately it crashes at a stage when there are no filesys

[PATCH,serious] Fix raid5 crashes in 2.4.0

2001-01-08 Thread Andi Kleen
Hallo Linus, The following patch fixes an oops in 2.4.0 RAID5 initialisation when the kernel was configured without CONFIG_X86_FXSR but is booted on a CPU supporting SSE. The problem is that without the FXSR config the OSFXSR flag is not set during bootup, which causes any operation referencing