[PATCH v1 0/5] Collection of my bug fixes and code optimizations for devres

Zijun Hu posted 5 patches 1 year, 7 months ago
drivers/base/devres.c | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)
[PATCH v1 0/5] Collection of my bug fixes and code optimizations for devres
Posted by Zijun Hu 1 year, 7 months ago
This patch series is to collect all of my recent patches for devres. These
patches were sent separately for different bug fixes or code optimizations
but none of them have been merged yet. Therefore, I would like to collect
them together in order to manage them more easily.

Zijun Hu (5):
  devres: Fix devm_krealloc() wasting memory
  devres: Fix memory leakage caused by driver API devm_free_percpu()
  devres: Initialize an uninitialized struct member
  devres: Simplify devm_percpu_match() implementation
  devres: Correct code style for functions that return a pointer type

 drivers/base/devres.c | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)


base-commit: 6b521fc111a2ad5ead39776960d3d2d289ce0722
-- 
2.34.1