On Mon, 16 Mar 2015 09:51:39 +0100
Christian Borntraeger <borntrae...@de.ibm.com> wrote:

> From: Alexander Yarygin <yary...@linux.vnet.ibm.com>
> 
> The kvm_s390_check_low_addr_protection() function is used only with real
> addresses. According to the POP (the "Low-Address Protection"
> paragraph in chapter 3), if the effective address is real or absolute,
> the low-address protection procedure should rise PROTECTION exception

s/rise/raise a/

> only when the low-address protection is enabled in the control register
> 0 and the address is low.
> This patch removes ASCE checks from the function and renames it to
> better reflect its behavior.
> 
> Cc: Thomas Huth <th...@linux.vnet.ibm.com>
> Signed-off-by: Alexander Yarygin <yary...@linux.vnet.ibm.com>
> Reviewed-by: Thomas Huth <th...@linux.vnet.ibm.com>
> Reviewed-by: David Hildenbrand <d...@linux.vnet.ibm.com>
> Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com>
> ---
>  arch/s390/kvm/gaccess.c | 11 ++++++-----
>  arch/s390/kvm/gaccess.h |  2 +-
>  arch/s390/kvm/priv.c    |  4 ++--
>  3 files changed, 9 insertions(+), 8 deletions(-)

Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com>

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to