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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 30 Mar 2014 15:34:13 +0200 From: Mathias Krause <minipli@...glemail.com> To: Dmitry Eremin-Solenikov <dbaryshkov@...il.com>, David Woodhouse <dwmw2@...radead.org> Cc: linux-kernel@...r.kernel.org, Mathias Krause <minipli@...glemail.com>, PaX Team <pageexec@...email.hu>, Felipe Balbi <balbi@...com>, Anton Vorontsov <anton@...msg.org> Subject: [PATCH 0/2] pda_power: USB notifier fixes The notifier block can and should be initialized statically. Fixed in patch 1. While doing patch 1 I noticed, that the USB notifier that gets registered in pda_power_probe() never gets unregistered. Fixed in patch 2. Beware: The patches are compile tested only, as I have no such hardware! Please apply! Mathias Krause (2): pda_power: Statically initialize notifier block pda_power: Unregister USB notifier in pda_power_remove() drivers/power/pda_power.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -- 1.7.10.4 -- 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