From: Dave Jiang Date: Wed, 6 Nov 2013 15:50:09 +0000 (-0700) Subject: ioatdma: Fix bug in selftest after removal of DMA_MEMSET. X-Git-Tag: v3.13-rc1~29^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7d631f7d9f9e4e6116c4a72b6308067d0a2226;p=pandora-kernel.git ioatdma: Fix bug in selftest after removal of DMA_MEMSET. Commit 48a9db4 (3.11) removed the memset op in the xor selftest for ioatdma. The issue is that with the removal of that op, it never replaced the memset with a CPU memset. The memory being operated on is expected to be zeroes but was not. This is causing the xor selftest to fail. Cc: Signed-off-by: Dave Jiang Signed-off-by: Dan Williams --- Reading git-diff-tree failed