summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2022-08-30 18:32:46 +0300
committerDavid S. Miller <davem@davemloft.net>2022-08-31 16:05:11 +0300
commitff7cd07f306406493f7b78890475e85b6d0811ed (patch)
tree5f5c27d96e4edd238d15691e102d0c2ad09b7378 /drivers/thunderbolt
parent215da896df6cceccd2faea2d36971de21a3d9f19 (diff)
downloadlinux-ff7cd07f306406493f7b78890475e85b6d0811ed.tar.xz
net: thunderbolt: Enable DMA paths only after rings are enabled
If the other host starts sending packets early on it is possible that we are still in the middle of populating the initial Rx ring packets to the ring. This causes the tbnet_poll() to mess over the queue and causes list corruption. This happens specifically when connected with macOS as it seems start sending various IP discovery packets as soon as its side of the paths are configured. To prevent this we move the DMA path enabling to happen after we have primed the Rx ring. This makes sure no incoming packets can arrive before we are ready to handle them. Fixes: e69b6c02b4c3 ("net: Add support for networking over Thunderbolt cable") Cc: stable@vger.kernel.org Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/thunderbolt')
0 files changed, 0 insertions, 0 deletions