Re: [V3 PATCH 04/16] powerpc/vas: Move update_csb/dump_crb to common book3s platform

2021-05-09 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of April 18, 2021 7:03 am: > > NX issues an interrupt when sees fault on user space buffer. If a coprocessor encounters an error translating an address, the VAS will cause an interrupt in the host. > The > kernel processes the fault by updating CSB. This

[V3 PATCH 04/16] powerpc/vas: Move update_csb/dump_crb to common book3s platform

2021-04-17 Thread Haren Myneni
NX issues an interrupt when sees fault on user space buffer. The kernel processes the fault by updating CSB. This functionality is same for both powerNV and pseries. So this patch moves these functions to common vas-api.c and the actual functionality is not changed. Signed-off-by: Haren Myneni