]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e940a78ae0880722d33daf01bdb5e5d2f15941b
treefd1897fae8fb8d7ffea0045290e3b796eaac7095
parentc6d1c740344c52050d8242e66f5a11f165f51824
parent16a3cfce8e3cbc369bb3cbf0724881622e5db869
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>