[PATCH v2 0/2] devres: clean up and move percpu allocator

Andy Shevchenko posted 2 patches 2 months, 4 weeks ago
.../driver-api/driver-model/devres.rst        |  1 -
drivers/base/devres.c                         | 25 -------------------
include/linux/device.h                        | 19 --------------
include/linux/device/devres.h                 | 17 +++++++++++++
4 files changed, 17 insertions(+), 45 deletions(-)
[PATCH v2 0/2] devres: clean up and move percpu allocator
Posted by Andy Shevchenko 2 months, 4 weeks ago
Clean up and move managed percpu allocator to devres.h.

Changelog v2:
- fixed build error by adding a missed inclusion

v1: <20251111144104.910241-1-andriy.shevchenko@linux.intel.com>

Andy Shevchenko (2):
  devres: Remove unused devm_free_percpu()
  devres: Move devm_alloc_percpu() and related to devres.h

 .../driver-api/driver-model/devres.rst        |  1 -
 drivers/base/devres.c                         | 25 -------------------
 include/linux/device.h                        | 19 --------------
 include/linux/device/devres.h                 | 17 +++++++++++++
 4 files changed, 17 insertions(+), 45 deletions(-)

-- 
2.50.1
Re: [PATCH v2 0/2] devres: clean up and move percpu allocator
Posted by Danilo Krummrich 2 months, 2 weeks ago
On Wed Nov 12, 2025 at 3:49 AM NZDT, Andy Shevchenko wrote:

Applied to driver-core-testing, thanks!

> Andy Shevchenko (2):
>   devres: Remove unused devm_free_percpu()
>   devres: Move devm_alloc_percpu() and related to devres.h

    [ Fix minor typo in commit message. - Danilo ]
Re: [PATCH v2 0/2] devres: clean up and move percpu allocator
Posted by Andy Shevchenko 2 months, 2 weeks ago
On Thu, Nov 20, 2025 at 01:29:59AM +1300, Danilo Krummrich wrote:
> On Wed Nov 12, 2025 at 3:49 AM NZDT, Andy Shevchenko wrote:
> 
> Applied to driver-core-testing, thanks!
> 
> > Andy Shevchenko (2):
> >   devres: Remove unused devm_free_percpu()
> >   devres: Move devm_alloc_percpu() and related to devres.h
> 
>     [ Fix minor typo in commit message. - Danilo ]

Thank you!

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v2 0/2] devres: clean up and move percpu allocator
Posted by Philipp Stanner 2 months, 4 weeks ago
On Tue, 2025-11-11 at 15:49 +0100, Andy Shevchenko wrote:
> Clean up and move managed percpu allocator to devres.h.
> 
> Changelog v2:
> - fixed build error by adding a missed inclusion

OK, didn't see v2. Documentation/ still missing, though.

But we only send new versions after waiting for >24h, don't we? :]

Greetings,
Philipp

> 
> v1: <20251111144104.910241-1-andriy.shevchenko@linux.intel.com>
> 
> Andy Shevchenko (2):
>   devres: Remove unused devm_free_percpu()
>   devres: Move devm_alloc_percpu() and related to devres.h
> 
>  .../driver-api/driver-model/devres.rst        |  1 -
>  drivers/base/devres.c                         | 25 -------------------
>  include/linux/device.h                        | 19 --------------
>  include/linux/device/devres.h                 | 17 +++++++++++++
>  4 files changed, 17 insertions(+), 45 deletions(-)
> 
Re: [PATCH v2 0/2] devres: clean up and move percpu allocator
Posted by Andy Shevchenko 2 months, 3 weeks ago
On Tue, Nov 11, 2025 at 04:00:28PM +0100, Philipp Stanner wrote:
> On Tue, 2025-11-11 at 15:49 +0100, Andy Shevchenko wrote:
> > Clean up and move managed percpu allocator to devres.h.
> > 
> > Changelog v2:
> > - fixed build error by adding a missed inclusion
> 
> OK, didn't see v2. Documentation/ still missing, though.

No, you are wrong.

> But we only send new versions after waiting for >24h, don't we? :]

No need for a new version.

> >  .../driver-api/driver-model/devres.rst        |  1 -

Again, please read this list carefully.

> >  drivers/base/devres.c                         | 25 -------------------
> >  include/linux/device.h                        | 19 --------------
> >  include/linux/device/devres.h                 | 17 +++++++++++++
> >  4 files changed, 17 insertions(+), 45 deletions(-)


-- 
With Best Regards,
Andy Shevchenko