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-next>] [day] [month] [year] [list]
Date:	Wed, 22 Jun 2011 20:50:08 +0100
From:	Mark Brown <broonie@...nsource.wolfsonmicro.com>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Simulating level triggered interrupts with edges

I've run into a couple of cases recently where a system has had a device
with a level triggered interrupt connected to an edge triggered
interrupt controller.  Ignoring for the minute the hardware design
concerns one might have this strikes me as something I'd expect the
kernel to take a reasonable stab at handling in common code since it
should be possible to have the core simply call the level triggered
handler repeatedly until it returns IRQ_NONE when used with an edge
based interrupt.  Obviously this leaves something to be desired but
something like this seems to be the most sensible way to deal with such
systems.

Is this supported by the current code?  I can't see any such support but
that doesn't mean I'm not missing it.  If it is not supported and I'm
not missing some much bigger problem with the idea can you make any
suggestions about the least bad way to allow systems to do this?
--
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