aboutgitcode
path: root/mbuto
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-06-14 15:51:23 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-06-14 15:51:23 +0200
commit5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1 (patch)
treebe7f0ace755f3422d1691fc6327ca28dffeb3ba5 /mbuto
parentbf7a4503d2bd5fabb8567ac42c57c59f0537a827 (diff)
downloadmbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar.gz
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar.bz2
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar.lz
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar.xz
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.tar.zst
mbuto-5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1.zip
mbuto: kselftests: Mount tmpfs for POSIX shared memory
Some arm64 selftests need this: add it to FIXUP script. Reported-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'mbuto')
-rwxr-xr-xmbuto2
1 files changed, 2 insertions, 0 deletions
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