Whamcloud - gitweb
LU-16160 llite: SIGBUS is possible on a race with page reclaim
authorAndrew Perepechko <andrew.perepechko@hpe.com>
Sun, 15 Jan 2023 16:55:58 +0000 (11:55 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 1 Feb 2023 18:41:10 +0000 (18:41 +0000)
commit24cfa0688c0891d8bcfee8241e96f3811587073a
tree841fb23a08976fcba8efb0d2ce06e96e1636d49b
parent5ae60918d012319eeca605ea0e9e2fd324608831
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.

Lustre-change: https://review.whamcloud.com/49647
Lustre-commit: b4da788a819f82d35b685d6ee7f02809c05ca005

Include updates to rw_seq_cst_vs_drop_caches.c from 5b911e0326
to add the '-m' option to test mmap IO operations in sanityn/16g.

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/ex/lustre-release/+/49831
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@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/tests/rw_seq_cst_vs_drop_caches.c
lustre/tests/sanityn.sh