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

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Rafael J. Wysocki <rjw@...>
Cc: <devzero@...>, <linux-kernel@...>, ACPI Devel Maling List <linux-acpi@...>, Len Brown <lenb@...>, Greg KH <greg@...>, David Brownell <david-b@...>, <linux-mtd@...>, <linux-ide@...>, Alan Cox <alan@...>
Date: Tuesday, March 25, 2008 - 7: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:
Re: some minor issues with 2.6.25-rc6-git7-default, Rafael J. Wysocki, (Tue Mar 25, 7:10 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, Andrew Morton, (Tue Mar 25, 7:42 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, David Brownell, (Thu Mar 27, 3:22 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, Andrew Morton, (Thu Mar 27, 4:41 pm)
Re: some minor issues with 2.6.25-rc6-git7-default, David Brownell, (Thu Mar 27, 5:18 pm)