netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled
@ 2018-02-16 22:56 Subash Abhinov Kasiviswanathan
  2018-02-16 22:56 ` [PATCH net 1/3] net: qualcomm: rmnet: Fix crash on real dev unregistration Subash Abhinov Kasiviswanathan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Subash Abhinov Kasiviswanathan @ 2018-02-16 22:56 UTC (permalink / raw)
  To: davem, netdev; +Cc: Subash Abhinov Kasiviswanathan

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

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

end of thread, other threads:[~2018-02-19 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 22:56 [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled Subash Abhinov Kasiviswanathan
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

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).