[PATCH v1 0/5] Collection of my bug fixes and code optimizations for devres
From: Zijun Hu
Date: Tue Jul 02 2024 - 10:52:52 EST
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