Re: CONFIG_MODULE_SIG breaks out-of-tree modules in modpost.

2012-10-18 Thread Stefan Knoblich
I've had the same problem building dahdi-linux-2.6.1, attached patch fixed it: From: Stefan Knoblich Date: Tue, 16 Oct 2012 12:40:29 +0200 Subject: [PATCH] MODSIGN: Fix modpost for external modules with CONFIG_MODULE_SIG=y Modpost with CONFIG_MODULE_SIG=y skips the signing step for ext

[PATCH] 2.6 - alpha: add missing dma_mapping_error

2005-02-09 Thread Stefan Knoblich
Hi, attached patch defines dma_mapping_error on alpha. Without this libata-core.c won't compile. stefan --- linux-2.6.10/include/asm-alpha/dma-mapping.h.orig 2004-12-26 20:45:25.139475104 +0100 +++ linux-2.6.10/include/asm-alpha/dma-mapping.h 2004-12-26 20:46:54.684862136 +0100 @@ -25,6 +25,8