From 5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 14 Jun 2022 15:51:23 +0200 Subject: mbuto: kselftests: Mount tmpfs for POSIX shared memory Some arm64 selftests need this: add it to FIXUP script. Reported-by: Cornelia Huck Signed-off-by: Stefano Brivio --- mbuto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbuto b/mbuto index 4df36c8..cb6f3f4 100755 --- a/mbuto +++ b/mbuto @@ -294,6 +294,8 @@ profile_kselftests() { [ ! -z "${SUBOPT_test}" ] && __run_args="${__run_args} -t ${SUBOPT_test}" FIXUP="${FIXUP}"' + mkdir /dev/shm + mount -t tmpfs shm /dev/shm set +m :> /etc/fstab -- cgit v1.2.3