linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
@ 2022-06-22 15:06 Felix Schlepper
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Schlepper @ 2022-06-22 15:06 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel

v2:
  - replaced kmalloc with kzalloc against memory initialization defects,
    thus also removing a memset
  - made error handling more consistent

v3:
  - Split into smaller commits so that it's easier to review

Felix Schlepper (3):
  Staging: rtl8192e: Use struct_size
  Staging: rtl8192e: Using kzalloc and delete memset
  Staging: rtl8192e: Cleaning up error handling

 drivers/staging/rtl8192e/rtllib_tx.c | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

--
2.36.1

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

* [PATCH v3 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
@ 2022-06-22 15:12 Felix Schlepper
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Schlepper @ 2022-06-22 15:12 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel

v2:
  - replaced kmalloc with kzalloc against memory initialization defects,
    thus also removing a memset
  - made error handling more consistent

v3:
  - Split into smaller commits so that it's easier to review

Felix Schlepper (3):
  Staging: rtl8192e: Use struct_size
  Staging: rtl8192e: Using kzalloc and delete memset
  Staging: rtl8192e: Cleaning up error handling

 drivers/staging/rtl8192e/rtllib_tx.c | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

--
2.36.1

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

end of thread, other threads:[~2022-06-22 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 15:06 [PATCH v3 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling Felix Schlepper
2022-06-22 15:12 Felix Schlepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).