From: Jose Alonso Date: Sun, 26 Jan 2014 10:54:18 +0000 (-0200) Subject: s390/qdio: for_each macro correctness X-Git-Tag: v3.14-rc3~35^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb0dd021dc282fe65c4f66c86821419850c43cc;p=pandora-kernel.git s390/qdio: for_each macro correctness I observed that there are for_each macros that do an extra memory access beyond the defined area. Normally this does not cause problems. But, this can cause exceptions. For example: if the area is allocated at the end of a page and the next page is not accessible. For correctness, I suggest changing the arguments of the 'for loop' like others 'for_each' do in the kernel. Signed-off-by: Jose Alonso Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed