Re: [PATCH] powerpc: remove useless spinlock from mpc83xx watchdog

From: Alan Cox
Date: Thu Jan 19 2006 - 17:11:42 EST


On Iau, 2006-01-19 at 14:48 -0200, Marcelo Tosatti wrote:
> On Thu, Jan 19, 2006 at 09:49:16AM +0000, Alan Cox wrote:
> >
> > f = open("/dev/watchdog", O_RDWR);
> > fork();
> > while(1) {
> > write(f, "Boing", 5);
> > }
>
> Oops.
>
> At least 50% of the watchdog drivers rely solely on the "wdt_is_open"
> atomic variable and are broken with respect to synchronization.

What an excellent janitors project

-
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/