summaryrefslogtreecommitdiff
path: root/lookup.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-16lookup: Return const char * from all lookup functionsTobias Klauser1-5/+5
2015-11-16lookup: Convert __do_lookup_inline to functionTobias Klauser1-13/+13
2015-11-16lookup: Use lookup module for OUI lookup as wellTobias Klauser1-0/+6
2015-11-15lookup: Keep track of lookup table initialization stateTobias Klauser1-8/+15
2015-11-15lookup: Make lookup type and function names more genericTobias Klauser1-23/+25
2015-11-06lookup: Adjust error message on failed openTobias Klauser1-1/+4
2015-11-06lookup: Do not panic if conf file does not existVadim Kochan1-2/+4
2014-06-13lookup: Move UDP/TCP port and Ethernet type lookup into own moduleTobias Klauser1-0/+138
8507936190e86a16ee8c'>diff)
x86/irq: Make irq activate operations symmetric
The recent commit which prevents double activation of interrupts unearthed interesting code in x86. The code (ab)uses irq_domain_activate_irq() to reconfigure an already activated interrupt. That trips over the prevention code now. Fix it by deactivating the interrupt before activating the new configuration. Fixes: 08d85f3ea99f1 "irqdomain: Avoid activating interrupts more than once" Reported-and-tested-by: Mike Galbraith <efault@gmx.de> Reported-and-tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701311901580.3457@nanos
Diffstat (limited to 'net/mac80211/tdls.c')