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:	Wed, 30 Mar 2011 14:08:19 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Michal Simek <monstr@...str.eu>
cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] microblaze: Fix level/edge irq sensibility

On Wed, 30 Mar 2011, Michal Simek wrote:

> Thomas Gleixner wrote:
> > On Wed, 30 Mar 2011, Michal Simek wrote:
> > 
> > > Patches:
> > > "microblaze: Convert to new irq function names"
> > > sha (4adc192ec7d977c74c750320f289af9d61c1caca)
> > > and
> > > "microblaze: Use generic show_interrupts()"
> > > sha(9d61c18b25726306c9231428c17db42e3ff29ba7)
> > > 
> > > should also setup edge/level in irq_set_chip_and_handler_name
> > > name parameter.
> > > 
> > > Error log:
> > > ~ # cat /proc/interrupts
> > >            CPU0
> > >   2:          2  Xilinx INTC-Xilinx INTC  eth0
> > >   3:          2  Xilinx INTC-Xilinx INTC  eth0
> > >   4:        241  Xilinx INTC-Xilinx INTC  timer
> > >   6:        108  Xilinx INTC-Xilinx INTC  serial
> > > 
> > > Fixed:
> > > ~ # cat /proc/interrupts
> > >            CPU0
> > >   2:          2  Xilinx INTC-level     eth0
> > >   3:          2  Xilinx INTC-level     eth0
> > >   4:        238  Xilinx INTC-edge      timer
> > >   6:        108  Xilinx INTC-level     serial
> > > 
> > > Signed-off-by: Michal Simek <monstr@...str.eu>
> > 
> > Should I pick that up for the urgent fixes ?
> 
> No you shouldn't. It can go through my tree.
> You can give me ACK if you like.

Here you go:

Acked-by: Thomas Gleixner <tglx@...utronix.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ