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
| ||
|
Message-ID: <5B8DA87D05A7694D9FA63FD143655C1B1C379CCB@HASMSX106.ger.corp.intel.com> Date: Sun, 20 Jul 2014 06:30:16 +0000 From: "Winkler, Tomas" <tomas.winkler@...el.com> To: Greg KH <gregkh@...uxfoundation.org> CC: "arnd@...db.de" <arnd@...db.de>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "Usyskin, Alexander" <alexander.usyskin@...el.com> Subject: RE: [char-misc-next 4/5] mei: nfc: clean nfc internal struct on host exit > > @@ -553,6 +553,7 @@ void mei_nfc_host_exit(struct mei_device *dev) > > { > > struct mei_nfc_dev *ndev = &nfc_dev; > > cancel_work_sync(&ndev->init_work); > > + memset(ndev, 0, sizeof(struct mei_nfc_dev)); > > This implies that something is using a "static" device structure, which > isn't allowed by the driver core. So please fix the root cause here, > don't paper over the bug. > You are partially correct as this is not the 'struct device' it just a nfc singleton in any case it is not really nice and we have the fix in queue but it is rather extensive rework and I guess it won't be suitable for stable so hence this one liner fix. Thanks Tomas -- 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