Print out unsupported futex operation message only once for the process.
Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283460: Print out unsupported futex operation message only once for the process.
http://www.exploit-db.com/exploits/35370/
Linuxulator is not compromised by this exploit, but I got a kernel live lock due to the generation of a large amounts of such messages. It seems to me that syslogd races somewhere.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Perhaps we should just default to not log anything for unsupported operations - basically turn down the debug in linux_msg() - but this change shouldn't hurt.