From: David S. Miller Date: Fri, 3 Mar 2017 17:36:15 +0000 (-0800) Subject: Merge branch 'xen-netback-fixes' X-Git-Tag: v4.14-rc1~1340^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ddbcea75a36dac2ff62ee33a0a8df37e994201e;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'xen-netback-fixes' Paul Durrant says: ==================== xen-netback: update memory leak fix to avoid BUG Commit 9a6cdf52b85e "xen-netback: fix memory leaks on XenBus disconnect" added missing code to fix a memory leak by calling vfree() in the appropriate place. Unfortunately subsequent commit f16f1df65f1c "xen-netback: protect resource cleaning on XenBus disconnect" then wrapped this call to vfree() in a spin lock, leading to a BUG due to incorrect context. Patch #1 makes the existing code more readable Patch #2 fixes the problem ==================== Signed-off-by: David S. Miller --- 2ddbcea75a36dac2ff62ee33a0a8df37e994201e