--- - branch: MAIN date: Wed Dec 27 09:03:22 UTC 2017 files: - new: '1.79' old: '1.78' path: src/sys/rump/librump/rumpkern/locks.c pathrev: src/sys/rump/librump/rumpkern/locks.c@1.79 type: modified id: 20171227T090322Z.3b028e97dd477cd3805d7527d4ba3a7e3b6029c1 log: | rump: check if the mutex is surely owned by the caller in mutex_exit Unlocking a not-owned mutex wasn't detected well (it could detect if the mutex is not held by anyone but that's not enough). Let's check it (the check is the same as normal kernel's mutex). If LOCKDEBUG is enabled, give the check over LOCKDEBUG because it can provide better debugging information. module: src subject: 'CVS commit: src/sys/rump/librump/rumpkern' unixtime: '1514365402' user: ozaki-r