On Tue, May 15, 2018 at 3:22 PM Josh Poimboeuf wrote: > The padding isn't needed there, and the resume_userspace symbol is never > used, so wouldn't this fix it? This looks like the correct fix for this case, but are we sure there aren't other cases where we have this same "fall through to an ENTRY" case? Because we've definitely had that kind of code before too - sometimes simply because we want profiles and oopses to show which "part" of the asm we're faulting in (that could be the case here too). Linus