From b1b94b5d387e3a1f034c308e22f9295828d7174a Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Mon, 3 Mar 2014 00:21:28 +0200 Subject: [PATCH] mei: me: do not reset when less than expected data is received There is a race in ME hardware between data copy for host and interrupt delivery. An interrupt can be delivered prior to whole data copied for the host to read but rather then going trough the reset we just merely need to wait for the next interrupt. The bug is visible in read/write stress with multiple connections per client This is a regression caused as a side effect of the commit: commit 544f94601409653f07ae6e22d4a39e3a90dceead mei: do not run reset flow from the interrupt thread Signed-off-by: Tomas Winkler Cc: stable # 3.14 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed