s390/cio: Fix how vfio-ccw checks pinned pages
authorEric Farman <farman@linux.ibm.com>
Tue, 2 Oct 2018 01:02:35 +0000 (03:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Oct 2018 07:16:23 +0000 (09:16 +0200)
commit8d2f62cb2d463456a4dbc84c59d1d2a05947fe20
tree1c5f00af6e079a70d594207eca07296466aa34f2
parente3f725f5c46aa7e989430b0ecc3463a5c4e4cd49
s390/cio: Fix how vfio-ccw checks pinned pages

commit 24abf2901b18bf941b9f21ea2ce5791f61097ae4 upstream.

We have two nested loops to check the entries within the pfn_array_table
arrays.  But we mistakenly use the outer array as an index in our check,
and completely ignore the indexing performed by the inner loop.

Cc: stable@vger.kernel.org
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Message-Id: <20181002010235.42483-1-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/cio/vfio_ccw_cp.c