lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Sep 2011 12:48:30 +1000 (EST)
From:	Finn Thain <fthain@...egraphics.com.au>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
cc:	linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 07/28] m68k/irq: Switch irq_chip methods to "struct
 irq_data *data"


On Sun, 11 Sep 2011, Geert Uytterhoeven wrote:

> 
> > @@ -152,7 +149,7 @@ void baboon_irq_enable(int irq)
> >
> >        baboon_disabled &= ~(1 << irq_idx);
> >        if (!baboon_disabled)
> > -               mac_enable_irq(IRQ_NUBUS_C);
> > +               mac_irq_enable(irq_get_irq_data(IRQ_NUBUS_C));
> 
> irq_get_irq_data() is not available in the non-genirq case, so this 
> cleanup cannot be folded in patch 7, and has to wait until after patch 
> 27.

Right, I forgot about that.

> 
> I'll add it at the end of the series, OK?

That's fine. Please go ahead and add my signed-off-by tag (or I can 
resubmit if you would prefer).

Finn

> 
> Gr{oetje,eeting}s,
> 
>                         Geert

Powered by blists - more mailing lists