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

2018-02-19 Thread David Miller
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

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

2018-02-16 Thread 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