Re: [BUG] Panic in smp_call_function_interrupt

2001-01-18 Thread Jean-Marc Saffroy
On Tue, 16 Jan 2001, I wrote: > [root@picasso /]# dd if=/dev/sda of=/dev/null [ causes an oops on our SMP machines ] > This is a 2.4.0 (release) with kdb 1.7 for 2.4.0. I tried the same on a > similar machine with 2 CPUs and without kdb, it gave the same result. A > 2.4.0 without SMP support on

[BUG] Panic in smp_call_function_interrupt

2001-01-16 Thread Jean-Marc Saffroy
Hello, When I discovered the nice "smp affinity" feature, I gave it a try on our old SMP testbed (quad P100 with 2 Adaptec AIC-7870 SCSI adapters). And by chance, I discovered that the following command causes an oops (after a couple of seconds), even without any kind of smp affinity : [root@pi