On Fri, Mar 15, 2013 at 11:21 AM, Sedat Dilek wrote: > On Fri, Mar 15, 2013 at 5:41 AM, Rusty Russell wrote: >> Stephen Rothwell writes: >>> Hi Al, >>> >>> Today's linux-next merge of the signal tree got a conflict in >>> include/asm-generic/unistd.h between commit 837718bfd28b >>> ("CONFIG_SYMBOL_PREFIX: cleanup") from the modules tree and commit >>> e1b5bb6d1236 ("consolidate cond_syscall and SYSCALL_ALIAS declarations") >>> from the signal tree. >>> >>> The latter moved the cond_syscall stuff to linkage.h, so I applied the >>> following patch as a merge fixup and can carry the fix as necessary (no >>> action is required). I am not sure if this is completely correct or all >>> that is needed. >> >> Your fix looks correct, thanks. >> >> I've been forced to update that patch after another round of >> improvements, so you may need to re-do the merge. >> > > Hi, > > I just looked into modules-next... > The improved version is in [1]... > ...and contains a file called "kernel/modsign_certificate.S" which is > NOT in the latest Linux-Next tree [2]. > So, I thought about reverting the one in -next and apply the new one > from modules-next. > This is not possible! > > $ git log --oneline -2 > d98f244 Merge tag 'next-20130315' of > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next into > Linux-Next-v20130315 > 1765898 Add linux-next specific files for 20130315 > > $ LC_ALL=C ls -l kernel/mod* > -rw-r--r-- 1 wearefam wearefam 458 Mar 15 11:13 kernel/module-internal.h > -rw-r--r-- 1 wearefam wearefam 99000 Mar 15 11:13 kernel/module.c > -rw-r--r-- 1 wearefam wearefam 6063 Mar 15 11:13 kernel/module_signing.c > OK, renamed: kernel/modsign_certificate.S -> kernel/system_certificates.S... see commit ebe2e946f60e0012c02a27845bdab70e34cc4202 KEYS: Separate the kernel signature checking keyring from module signing > Is this a generated file? > I have attached both patches extracted from Linux-Next [3] and modules-next [4]. > Both patches list changes to "kernel/modsign_certificate.S". > /me ---> confused! > > Can you please enlighten me? > Is this attached follow-up correct? - Sedat - > > Regards, > - Sedat - > > [1] http://git.kernel.org/cgit/linux/kernel/git/rusty/linux.git/commit/?h=modules-next&id=b92021b09df70c1609e3547f3d6128dd560be97f > [2] http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/kernel?id=next-20130315 > [3] http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/patch/?id=837718bfd28ba5f474c1182ef2639b6949d854fc > [4] http://git.kernel.org/cgit/linux/kernel/git/rusty/linux.git/patch/?id=b92021b09df70c1609e3547f3d6128dd560be97f > >> Cheers, >> Rusty. >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-next" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html