linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
@ 2022-06-23 20:27 Felix Schlepper
  2022-06-23 10:05 ` [PATCH v4 1/3] Staging: rtl8192e: Use struct_size Felix Schlepper
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Felix Schlepper @ 2022-06-23 20:27 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Felix Schlepper


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

v4:
  - clearer commit messages
  - added missing kfree

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 | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

--
2.36.1

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
@ 2022-06-23 10:05 Felix Schlepper
  2022-06-23 10:22 ` Dan Carpenter
  2022-06-23 10:47 ` Greg KH
  0 siblings, 2 replies; 15+ messages in thread
From: Felix Schlepper @ 2022-06-23 10:05 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Felix Schlepper


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

v4:
  - clearer commit messages
  - added missing kfree

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 | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

--
2.36.1

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

end of thread, other threads:[~2022-06-24 11:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23 20:27 [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling Felix Schlepper
2022-06-23 10:05 ` [PATCH v4 1/3] Staging: rtl8192e: Use struct_size Felix Schlepper
2022-06-23 10:05 ` [PATCH v4 2/3] Staging: rtl8192e: Using kzalloc and delete memset Felix Schlepper
2022-06-23 10:05 ` [PATCH v4 3/3] Staging: rtl8192e: Cleaning up error handling Felix Schlepper
2022-06-23 20:27 ` [PATCH v4 1/3] Staging: rtl8192e: Use struct_size Felix Schlepper
2022-06-23 20:27 ` [PATCH v4 2/3] Staging: rtl8192e: Using kzalloc and delete memset Felix Schlepper
2022-06-23 20:27 ` [PATCH v4 3/3] Staging: rtl8192e: Cleaning up error handling Felix Schlepper
2022-06-23 21:20   ` Andy Shevchenko
2022-06-24  5:21     ` Dan Carpenter
2022-06-24  8:41       ` Felix Schlepper
2022-06-24 11:32         ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23 10:05 [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner " Felix Schlepper
2022-06-23 10:22 ` Dan Carpenter
2022-06-23 10:47 ` Greg KH
2022-06-23 13:38   ` 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).