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: <20151002010041.GA4245@home.buserror.net> Date: Thu, 1 Oct 2015 20:00:41 -0500 From: Scott Wood <scottwood@...escale.com> To: Madalin Bucur <madalin.bucur@...escale.com> CC: <netdev@...r.kernel.org>, <linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>, <davem@...emloft.net>, <igal.liberman@...escale.com>, <roy.pledge@...escale.com>, <ppc@...dchasers.com>, <joe@...ches.com>, <pebolle@...cali.nl>, <joakim.tjernlund@...nsmode.se>, <f.fainelli@...il.com>, <stsp@...t.ru> Subject: Re: [v3 1/8] devres: add devm_alloc_percpu() On Thu, Sep 24, 2015 at 06:00:12PM +0300, Madalin Bucur wrote: > Introduce managed counterparts for alloc_percpu() and free_percpu(). > Add devm_alloc_percpu() and devm_free_percpu() into the managed > interfaces list. > > Signed-off-by: Madalin Bucur <madalin.bucur@...escale.com> > Tested-by: Madalin-Cristian Bucur <madalin.bucur@...escale.com> > --- > Documentation/driver-model/devres.txt | 4 +++ > drivers/base/devres.c | 64 +++++++++++++++++++++++++++++++++++ > include/linux/device.h | 19 +++++++++++ > 3 files changed, 87 insertions(+) Greg KH needs to be CCed on any drivers/base changes. -Scott -- 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