From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subash Abhinov Kasiviswanathan Subject: [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled Date: Fri, 16 Feb 2018 15:56:36 -0700 Message-ID: <1518821799-24549-1-git-send-email-subashab@codeaurora.org> Cc: Subash Abhinov Kasiviswanathan To: davem@davemloft.net, netdev@vger.kernel.org Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:49198 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbeBPW5F (ORCPT ); Fri, 16 Feb 2018 17:57:05 -0500 Sender: netdev-owner@vger.kernel.org List-ID: 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