Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237863 > unrolled thread
| Started by | Scott Wood <scottwood@freescale.com> |
|---|---|
| First post | 2015-10-02 03:10 +0200 |
| Last post | 2015-10-02 11:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [v3 1/8] devres: add devm_alloc_percpu() Scott Wood <scottwood@freescale.com> - 2015-10-02 03:10 +0200
RE: [v3 1/8] devres: add devm_alloc_percpu() Madalin-Cristian Bucur <madalin.bucur@freescale.com> - 2015-10-02 11:20 +0200
| From | Scott Wood <scottwood@freescale.com> |
|---|---|
| Date | 2015-10-02 03:10 +0200 |
| Subject | Re: [v3 1/8] devres: add devm_alloc_percpu() |
| Message-ID | <qeX1f-4Sx-7@gated-at.bofh.it> |
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@freescale.com> > Tested-by: Madalin-Cristian Bucur <madalin.bucur@freescale.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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Madalin-Cristian Bucur <madalin.bucur@freescale.com> |
|---|---|
| Date | 2015-10-02 11:20 +0200 |
| Message-ID | <qf4Fs-7v7-19@gated-at.bofh.it> |
| In reply to | #1237863 |
> -----Original Message----- > From: Wood Scott-B07421 > Sent: Friday, October 02, 2015 4:01 AM > > 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@freescale.com> > > Tested-by: Madalin-Cristian Bucur <madalin.bucur@freescale.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 Thank you, I will add him. Madalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web