Re: some minor issues with 2.6.25-rc6-git7-default

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Tuesday, March 25, 2008 - 4:42 pm

On Wed, 26 Mar 2008 00:10:23 +0100 "Rafael J. Wysocki" <rjw@sisk.pl> wrote:


OK.


What caused the taint?


This is the serious one.



There are many physmap-flashes in the tree.  Is this one
drivers/mtd/maps/physmap.c?


As the hardware probe failed, why did we ever register anything which needs
unregistering?


uh, "known problem": multiple rtc drivers are being run.

I don't really understand why we haven't been able to fix this - there have
been numerous reports..


There is no identifiable hgafb maintainer.


yay, I fixed one.

--- a/net/9p/trans_fd.c~a
+++ a/net/9p/trans_fd.c
@@ -1522,7 +1522,7 @@ static int __init p9_trans_fd_init(void)
 	v9fs_register_trans(&p9_unix_trans);
 	v9fs_register_trans(&p9_fd_trans);
 
-	return 1;
+	return 0;
 }
 
 module_init(p9_trans_fd_init);
_

Alan...


That was quite a haul.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
some minor issues with 2.6.25-rc6-git7-default, devzero, (Tue Mar 25, 4:00 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, Rafael J. Wysocki, (Tue Mar 25, 4:10 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, Andrew Morton, (Tue Mar 25, 4:42 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, David Brownell, (Thu Mar 27, 12:22 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, Andrew Morton, (Thu Mar 27, 1:41 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, David Brownell, (Thu Mar 27, 2:18 pm)