From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
To: davem@davemloft.net, netdev@vger.kernel.org
Cc: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Subject: [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled
Date: Fri, 16 Feb 2018 15:56:36 -0700 [thread overview]
Message-ID: <1518821799-24549-1-git-send-email-subashab@codeaurora.org> (raw)
Patch 1 and 2 fixes issues identified when CONFIG_DEBUG_PREEMPT was
enabled. These involve APIs which were called in invalid contexts.
Patch 3 is a null derefence fix identified by code inspection.
Subash Abhinov Kasiviswanathan (3):
net: qualcomm: rmnet: Fix crash on real dev unregistration
net: qualcomm: rmnet: Fix warning seen with 64 bit stats
net: qualcomm: rmnet: Fix possible null dereference in command
processing
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 68 +++++-----------------
.../ethernet/qualcomm/rmnet/rmnet_map_command.c | 5 ++
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c | 2 +-
3 files changed, 20 insertions(+), 55 deletions(-)
--
1.9.1
next reply other threads:[~2018-02-16 22:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 22:56 Subash Abhinov Kasiviswanathan [this message]
2018-02-16 22:56 ` [PATCH net 1/3] net: qualcomm: rmnet: Fix crash on real dev unregistration Subash Abhinov Kasiviswanathan
2018-02-16 22:56 ` [PATCH net 2/3] net: qualcomm: rmnet: Fix warning seen with 64 bit stats Subash Abhinov Kasiviswanathan
2018-02-16 22:56 ` [PATCH net 3/3] net: qualcomm: rmnet: Fix possible null dereference in command processing Subash Abhinov Kasiviswanathan
2018-02-19 16:18 ` [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled David Miller
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=1518821799-24549-1-git-send-email-subashab@codeaurora.org \
--to=subashab@codeaurora.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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 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).