git: nvmm: Add missing comm page unmapping
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:34 PDT 2021
commit 1759ebc3e19ae5ff5bfc6cfa50e1e532a51051b0
Author: Aaron LI <aly at aaronly.me>
Date: Mon Jul 12 22:36:54 2021 +0800
nvmm: Add missing comm page unmapping
The comm page mapping has been changed from libnvmm to the kernel side,
so I removed the munmap() code from libnvmm, but the kernel wasn't doing
the unmapping. Now add the missing unmapping operation.
Summary of changes:
sys/dev/virtual/nvmm/nvmm.c | 11 +++++++++--
sys/dev/virtual/nvmm/nvmm_internal.h | 1 +
2 files changed, 10 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1759ebc3e19ae5ff5bfc6cfa50e1e532a51051b0
--
DragonFly BSD source repository
More information about the Commits
mailing list