Revision 6701c619fa082e6660ecd7573fbad2177380c7cc authored by Zenghui Yu on 13 July 2019, 04:40:54 UTC, committed by Marc Zyngier on 26 July 2019, 14:40:38 UTC
We've added two ESR exception classes for new ARM hardware extensions:
ESR_ELx_EC_PAC and ESR_ELx_EC_SVE, but failed to update the strings
used in tracing and other debug.

Let's update "kvm_arm_exception_class" for these two EC, which the
new EC will be visible to user-space via kvm_exit trace events
Also update to "esr_class_str" for ESR_ELx_EC_PAC, by which we can
get more readable debug info.

Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: James Morse <james.morse@arm.com>
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 1a8248c
History
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 628 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 21.8 KB
auth_null.c -rw-r--r-- 2.7 KB
auth_unix.c -rw-r--r-- 5.3 KB
backchannel_rqst.c -rw-r--r-- 10.9 KB
cache.c -rw-r--r-- 45.4 KB
clnt.c -rw-r--r-- 72.1 KB
debugfs.c -rw-r--r-- 7.2 KB
netns.h -rw-r--r-- 976 bytes
rpc_pipe.c -rw-r--r-- 35.8 KB
rpcb_clnt.c -rw-r--r-- 30.5 KB
sched.c -rw-r--r-- 33.9 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 8.6 KB
sunrpc.h -rw-r--r-- 1.9 KB
sunrpc_syms.c -rw-r--r-- 2.8 KB
svc.c -rw-r--r-- 40.5 KB
svc_xprt.c -rw-r--r-- 38.0 KB
svcauth.c -rw-r--r-- 4.5 KB
svcauth_unix.c -rw-r--r-- 21.5 KB
svcsock.c -rw-r--r-- 38.6 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 41.8 KB
xprt.c -rw-r--r-- 50.9 KB
xprtmultipath.c -rw-r--r-- 13.3 KB
xprtsock.c -rw-r--r-- 85.2 KB

back to top