public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030)
       [not found] <200902272212.n1RMClcN007585@imap1.linux-foundation.org>
@ 2009-02-27 23:35 ` Randy Dunlap
  2009-02-27 23:45   ` Andrew Morton
  2009-03-01  3:13 ` mmotm 2009-02-27-13-54 uploaded Valdis.Kletnieks
  1 sibling, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2009-02-27 23:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, Felipe Balbi

akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2009-02-27-13-54 has been uploaded to
> 
>    http://userweb.kernel.org/~akpm/mmotm/
> 
> and will soon be available at
> 
>    git://git.zen-sources.org/zen/mmotm.git


mmotm-2009-0227-1354/drivers/input/misc/twl4030-pwrbutton.c:107: error: 'TWL4030_PWRIRQ_PWRBTN' undeclared (first use in this function)


~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030)
  2009-02-27 23:35 ` mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030) Randy Dunlap
@ 2009-02-27 23:45   ` Andrew Morton
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2009-02-27 23:45 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, felipe.balbi

On Fri, 27 Feb 2009 15:35:26 -0800
Randy Dunlap <randy.dunlap@oracle.com> wrote:

> akpm@linux-foundation.org wrote:
> > The mm-of-the-moment snapshot 2009-02-27-13-54 has been uploaded to
> > 
> >    http://userweb.kernel.org/~akpm/mmotm/
> > 
> > and will soon be available at
> > 
> >    git://git.zen-sources.org/zen/mmotm.git
> 
> 
> mmotm-2009-0227-1354/drivers/input/misc/twl4030-pwrbutton.c:107: error: 'TWL4030_PWRIRQ_PWRBTN' undeclared (first use in this function)
> 

this, I guess:

--- a/drivers/input/misc/twl4030-pwrbutton.c~input-misc-add-twl4030-pwrbutton-driver-fix
+++ a/drivers/input/misc/twl4030-pwrbutton.c
@@ -104,7 +104,7 @@ static int __devinit twl4030_pwrbutton_p
 free_input_dev:
 	input_free_device(powerbutton_dev);
 free_irq_and_out:
-	free_irq(TWL4030_PWRIRQ_PWRBTN, NULL);
+	free_irq(irq, NULL);
 out:
 	return err;
 }
_


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mmotm 2009-02-27-13-54 uploaded
       [not found] <200902272212.n1RMClcN007585@imap1.linux-foundation.org>
  2009-02-27 23:35 ` mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030) Randy Dunlap
@ 2009-03-01  3:13 ` Valdis.Kletnieks
  1 sibling, 0 replies; 3+ messages in thread
From: Valdis.Kletnieks @ 2009-03-01  3:13 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: mm-commits, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

On Fri, 27 Feb 2009 13:55:15 PST, akpm@linux-foundation.org said:
> The mm-of-the-moment snapshot 2009-02-27-13-54 has been uploaded to
> 
>    http://userweb.kernel.org/~akpm/mmotm/

Something in (apparently) linux-next.patch is breaking networking big time
on my laptop - iptables and ip6tables won't initialize, interfaces won't
ifconfig up.  Doing some digging backwards, the problem hit sometime between
mmotm-0129 and mmotm-0214.

Wish I could be more specific - I've been too busy with other stuff this
month to test more -mm kernels and narrow down the problem. Any suggestions?

[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-01  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200902272212.n1RMClcN007585@imap1.linux-foundation.org>
2009-02-27 23:35 ` mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030) Randy Dunlap
2009-02-27 23:45   ` Andrew Morton
2009-03-01  3:13 ` mmotm 2009-02-27-13-54 uploaded Valdis.Kletnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox