From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:32812 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbeBSQSl (ORCPT ); Mon, 19 Feb 2018 11:18:41 -0500 Date: Mon, 19 Feb 2018 11:18:39 -0500 (EST) Message-Id: <20180219.111839.1962267287848912256.davem@davemloft.net> To: subashab@codeaurora.org Cc: netdev@vger.kernel.org Subject: Re: [PATCH net 0/3] net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled From: David Miller In-Reply-To: <1518821799-24549-1-git-send-email-subashab@codeaurora.org> References: <1518821799-24549-1-git-send-email-subashab@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Subash Abhinov Kasiviswanathan 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.