summaryrefslogtreecommitdiff
path: root/keypair.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-21 18:05:36 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-21 18:05:36 +0200
commit679e6211238039322272e0d3d085fab0d7c5c91d (patch)
tree77efd5b0b13e7edd6de04e2adb7071f014ca4f44 /keypair.c
parent04875e8ea51a18dd1466ed7cb5d425c158db4337 (diff)
dev: Close socket in error path of device_ifindex_get()
If the ioctl() fails, the socket still needs to be closed instead of returning directly. This issue was discovered using the Coverity scanner. Fixes: f43bbe9 ("mac80211: Check existence of generated monX device") Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'keypair.c')
0 files changed, 0 insertions, 0 deletions
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 'sound/soc/codecs/rt286.c')