On Fri Jan 17, 2025 at 8:09 PM CET, Claudio Imbrenda wrote: > All gmap page faults are already handled in kvm by the function > kvm_s390_handle_dat_fault(); only few users of gmap_fault remained, all > within kvm. > > Convert those calls to use kvm_s390_handle_dat_fault() instead. > > Remove gmap_fault() entirely since it has no more users. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > Acked-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > arch/s390/include/asm/gmap.h | 1 - > arch/s390/kvm/intercept.c | 4 +- > arch/s390/mm/gmap.c | 124 ----------------------------------- > 3 files changed, 2 insertions(+), 127 deletions(-) Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>