Page MenuHomeFreeBSD

Linuxulator. Fix 'unsupported futex op' messages storm.
ClosedPublic

Authored by dchagin on Jan 11 2015, 2:40 PM.
Tags
None
Referenced Files
F132088072: D1498.id5660.diff
Mon, Oct 13, 1:46 PM
Unknown Object (File)
Fri, Oct 10, 3:59 AM
Unknown Object (File)
Wed, Sep 24, 2:32 PM
Unknown Object (File)
Sep 8 2025, 3:49 AM
Unknown Object (File)
Aug 19 2025, 7:37 AM
Unknown Object (File)
Aug 11 2025, 10:18 AM
Unknown Object (File)
Jul 27 2025, 1:44 AM
Unknown Object (File)
Jul 22 2025, 9:15 AM

Details

Summary

Print out unsupported futex operation message only once for the process.

Test Plan

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to Linuxulator. Fix 'unsupported futex op' messages storm..
dchagin updated this object.
dchagin added a reviewer: Linux Emulation.
dchagin added a subscriber: dumbbell.
trasz added a reviewer: trasz.
trasz added a subscriber: trasz.

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.

This revision is now accepted and ready to land.Mar 27 2015, 10:07 AM
This revision was automatically updated to reflect the committed changes.