From 314bca3dc19a864c76153bfcd5a58be8c40000f9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 30 Aug 2024 19:20:21 +0300 Subject: improvements to shared memory handling + Now each shared region is reference counter (technically each region is refernce counted, private regions just have a count of 1). Also, syscalls that touch the TLB get flushed, but should probably look into where else this flushing might be needed. --- tests/dangling_shmem/source.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/dangling_shmem/source.mk (limited to 'tests/dangling_shmem/source.mk') diff --git a/tests/dangling_shmem/source.mk b/tests/dangling_shmem/source.mk new file mode 100644 index 0000000..2ecd7a6 --- /dev/null +++ b/tests/dangling_shmem/source.mk @@ -0,0 +1,2 @@ +DO != ./scripts/gen-prog -n dangling_shmem -p init init.c +DO != ./scripts/gen-simple -n dangling_shmem -p init -- cgit v1.3