Borislav Petkov <bp at alien8.de> wrote: > let me see if I get this straight: > > this current submission is supposed to replace > > http://lkml.kernel.org/r/20140708131504.28621.61165.stgit at warthog.procyon.org.uk Yes. It's an extension of that. Plus I did it wrong and managed to lose the actual first patch, I realise. > and Vivek's one: > > http://lkml.kernel.org/r/1404421641-12691-1-git-send-email-vgoyal at redhat.com > > (which added those parsers to arch/x86/kernel/ - not a good place anyway.) Yep. > The kexec bits with the sig verif will come ontop, it seems. What's the > story guys? Here's an example of what I think it could look like: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-modsign.git/log/?h=kexec-pefile I did the following: (1) Rebased all but the last of Vivek's patches onto the same base as my pkcs7 and pefile patches. (2) Substituted on of Andrew Morton's patches for one of Vivek's. (3) Stacked a merge of my stuff on top of Vivek's. (4) Stacked Vivek's final patch on top of that and fixed it to work with my changed stuff. I'm leaving that to Vivek as to when he wants to push that out, though - and whether or not he wants to push from my tree or his own. David