Whamcloud - gitweb
LU-16160 llite: SIGBUS is possible on a race with page reclaim 47/49647/2
authorAndrew Perepechko <andrew.perepechko@hpe.com>
Sun, 15 Jan 2023 16:55:58 +0000 (11:55 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 27 Jan 2023 00:32:24 +0000 (00:32 +0000)
commitb4da788a819f82d35b685d6ee7f02809c05ca005
tree1650420ff36f95291fcf8b2830ec5917f4812a9b
parent829af7b029d8e4e391b93792bf5214611b0193bd
LU-16160 llite: SIGBUS is possible on a race with page reclaim

We can restart fault handling if page truncation happens
in parallel with the fault handler.

Change-Id: I6e60783e3334f87e799dc8b0e6e63d0bb358a236
Signed-off-by: Andrew Perepechko <andrew.perepechko@hpe.com>
Signed-off-by: Patrick Farrell <farr0186@gmail.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49647
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_compat.h
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_mmap.c
lustre/llite/vvp_page.c
lustre/obdclass/cl_page.c
lustre/tests/sanityn.sh