Hey all, In looking at some other issues, I saw the comment in include/event.h about LTO discarding linker lists sometimes. Upon further investigation, this was a sandbox-specific problem for which this problem was a symptom. Also, the linker list code has always marked itself as "unused" and while Marek thinks this might have been due to warnings at the time, that is no longer the case. This series corrects sandbox to not have an issue with linker lists in two files, stops marking linker lists as unused and removes a now obsolete comment.
-- Tom

