public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Collection of my bug fixes and code optimizations for devres
@ 2024-07-02 14:51 Zijun Hu
  2024-07-02 14:51 ` [PATCH v1 1/5] devres: Fix devm_krealloc() wasting memory Zijun Hu
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Zijun Hu @ 2024-07-02 14:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, rafael, brgl, madalin.bucur, davem, andriy.shevchenko

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-08 13:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 14:51 [PATCH v1 0/5] Collection of my bug fixes and code optimizations for devres Zijun Hu
2024-07-02 14:51 ` [PATCH v1 1/5] devres: Fix devm_krealloc() wasting memory Zijun Hu
2024-07-02 14:51 ` [PATCH v1 2/5] devres: Fix memory leakage caused by driver API devm_free_percpu() Zijun Hu
2024-07-02 14:51 ` [PATCH v1 3/5] devres: Initialize an uninitialized struct member Zijun Hu
2024-07-02 14:51 ` [PATCH v1 4/5] devres: Simplify devm_percpu_match() implementation Zijun Hu
2024-07-04 10:34   ` Greg KH
2024-07-04 13:17     ` quic_zijuhu
2024-07-08 13:50       ` quic_zijuhu
2024-07-02 14:51 ` [PATCH v1 5/5] devres: Correct code style for functions that return a pointer type Zijun Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox