From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Aditya Pakki <pakki001@umn.edu>
Cc: devel@driverdev.osuosl.org, kjlu@umn.edu,
linux-kernel@vger.kernel.org,
Sabin Mihai Rapan <sabin.rapan@gmail.com>,
Nathan Chancellor <natechancellor@gmail.com>
Subject: Re: [PATCH] staging: rtlwifi: Fix potential NULL pointer dereference
Date: Sun, 17 Mar 2019 12:13:01 +0100 [thread overview]
Message-ID: <20190317111301.GC4614@kroah.com> (raw)
In-Reply-To: <20190313162914.20727-1-pakki001@umn.edu>
On Wed, Mar 13, 2019 at 11:29:12AM -0500, Aditya Pakki wrote:
> skb allocated via dev_alloc_skb can fail and return a NULL pointer.
> This patch avoids such a scenario and returns, consistent with other
> invocations.
>
> Signed-off-by: Aditya Pakki <pakki001@umn.edu>
> ---
> drivers/staging/rtlwifi/rtl8822be/fw.c | 3 +++
> 1 file changed, 3 insertions(+)
You sent 2 patches that did different things, with the same exact
subject line :(
please fix up, and send as a patch series.
thanks,
greg k-h
next prev parent reply other threads:[~2019-03-17 11:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-13 16:29 [PATCH] staging: rtlwifi: Fix potential NULL pointer dereference Aditya Pakki
2019-03-17 11:13 ` Greg Kroah-Hartman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-13 16:13 Aditya Pakki
2019-03-20 10:38 ` Dan Carpenter
2019-03-20 13:12 ` Mukesh Ojha
2019-03-20 15:06 ` Mukesh Ojha
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=20190317111301.GC4614@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=kjlu@umn.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=natechancellor@gmail.com \
--cc=pakki001@umn.edu \
--cc=sabin.rapan@gmail.com \
/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.