Merge branch 'qualcomm-rmnet-Fix-issues-with-CONFIG_DEBUG_PREEMPT-enabled'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2018 16:17:34 +0000 (11:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2018 16:17:34 +0000 (11:17 -0500)
commitcae69256fe88028d0d0f77a1def0ab82fcfa4d37
treefd1897fae8fb8d7ffea0045290e3b796eaac7095
parent9ab2323ca184168c288f7355fc19ec0838efc20c
parentf57bbaae7271a47dc6486d489c503faeb248b6d5
Merge branch 'qualcomm-rmnet-Fix-issues-with-CONFIG_DEBUG_PREEMPT-enabled'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Fix issues with CONFIG_DEBUG_PREEMPT enabled

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

Signed-off-by: David S. Miller <davem@davemloft.net>