On 1/26/2024 3:54 AM, Hou Tao wrote: > From: Hou Tao <houtao1@xxxxxxxxxx> > > Moving is_vsyscall_vaddr() into asm/vsyscall.h to make it available for s/Moving/Move > copy_from_kernel_nofault_allowed() in arch/x86/mm/maccess.c. > > Signed-off-by: Hou Tao <houtao1@xxxxxxxxxx> > --- > arch/x86/include/asm/vsyscall.h | 10 ++++++++++ > arch/x86/mm/fault.c | 9 --------- > 2 files changed, 10 insertions(+), 9 deletions(-) > Reviewed-by: Sohil Mehta <sohil.mehta@xxxxxxxxx>