Re: [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19

From: Ingo Molnar
Date: Mon Nov 08 2004 - 04:43:29 EST



* Karsten Wiese <annabellesgarden@xxxxxxxx> wrote:

> RT-V0.7.19-dmesg_after_boot_rl3.log is a freshly booted dmesg output
> after logging on via ssh. RT-V0.7.19-proc_acpi_TAB.log is captured via
> netconsole. This log started after logging in locally, then typing in
> "cat /proc/acpi", then first <TAB> gives an additional "/", 2nd <TAB>
> gives no visual effect, 3rd <TAB> produces whats in the log.

there's at least one more netconsole buglet causing asserts, which
should be fixed by the patch below.

Ingo

--- linux/net/core/netpoll.c.orig
+++ linux/net/core/netpoll.c
@@ -194,7 +194,7 @@ repeat:
}

spin_lock(&np->dev->xmit_lock);
- np->dev->xmit_lock_owner = smp_processor_id();
+ np->dev->xmit_lock_owner = _smp_processor_id();

/*
* network drivers do not expect to be called if the queue is
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/