Re: Kernel SCM saga..

2005-04-07 Thread Ian Wienand
On Wed, Apr 06, 2005 at 08:42:08AM -0700, Linus Torvalds wrote: > If you must, start reading up on "monotone". One slightly annoying thing is that monotone doesn't appear to have a web interface. I used to use the bk one a lot when tracking down bugs, because it was really fast to have a web brow

[PATCH] e100: free IRQ to remove warning when rebooting

2007-11-19 Thread Ian Wienand
IRQ before the pci_device_shutdown Signed-off-by: Ian Wienand <[EMAIL PROTECTED]> --- e100.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/e100.c b/drivers/net/e100.c index 3dbaec6..8ae5ac3 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c @@ -2782,6 +2782,7 @@ st

Typo in BUILD_LOCK_OPS in spinlock.c causes preempt build failure

2005-01-16 Thread Ian Wienand
Hi, Our auto kernel build (http://www.gelato.unsw.edu.au/kerncomp/) was dying with preempt turned on with latest BK; BUILD_LOCK_OPS is using a spinlock function for a rwlock. Thanks, -i [EMAIL PROTECTED] http://www.gelato.unsw.edu.au = kernel/spinlock.c 1.4 vs edited = --- 1.4/kernel/spi