From: Greg KH <gregkh@linuxfoundation.org>
To: Felix Schlepper <f3sch.git@outlook.com>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling
Date: Thu, 23 Jun 2022 12:47:07 +0200 [thread overview]
Message-ID: <YrREqyGC01YIB86o@kroah.com> (raw)
In-Reply-To: <AM9P190MB1299A41E3A9B2F9C0916A260A5B59@AM9P190MB1299.EURP190.PROD.OUTLOOK.COM>
On Thu, Jun 23, 2022 at 12:05:54PM +0200, Felix Schlepper wrote:
>
> 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
>
Why is this not properly threaded with the patches itself? Please
resend so that our tools will pick them all up correctly.
thanks,
greg k-h
next prev parent reply other threads:[~2022-06-23 10:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-23 10:05 [PATCH v4 0/3] Staging: rtl8192e: Safer allocation and cleaner error handling Felix Schlepper
2022-06-23 10:22 ` Dan Carpenter
2022-06-23 10:47 ` Greg KH [this message]
2022-06-23 13:38 ` Felix Schlepper
-- strict thread matches above, loose matches on Subject: below --
2022-06-23 20:27 Felix Schlepper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YrREqyGC01YIB86o@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=f3sch.git@outlook.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.