mbox series

[net,0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled

Message ID 1518821799-24549-1-git-send-email-subashab@codeaurora.org
Headers show
Series net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled | expand

Message

Subash Abhinov Kasiviswanathan Feb. 16, 2018, 10:56 p.m. UTC
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(-)

Comments

David Miller Feb. 19, 2018, 4:18 p.m. UTC | #1
From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Date: Fri, 16 Feb 2018 15:56:36 -0700

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

Series applied, thank you.