[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1656078068.git.f3sch.git@outlook.com>
Date: Fri, 24 Jun 2022 15:54:52 +0200
From: Felix Schlepper <f3sch.git@...look.com>
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Felix Schlepper <f3sch.git@...look.com>
Subject: [PATCH v5 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
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
v5:
- resend due incorrect email threading
caused by using msmtp for send-email
(probably some incorrect configuration on my part)
Apologies for spamming greg k-h inbox/mailing list.
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
Powered by blists - more mailing lists