#! /bin/bash # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2017 Intel Corporation. All Rights Reserved. # # FS QA Test 428 # # This is a regression test for kernel patch: # dax: fix data corruption due to stale mmap reads # created by Ross Zwisler # . ./common/preamble _begin_fstest auto quick dax # Import common functions. . ./common/filter # Modify as appropriate. _supported_fs generic _require_test _require_test_program "t_mmap_stale_pmd" # real QA test starts here $here/src/t_mmap_stale_pmd $TEST_DIR/testfile # success, all done echo "Silence is golden" status=0 exit