Re: CIPE fails in RH FC3 kernels (2.6.9 & 2.6.10)
Karl Kleinpaste <[email protected]> Mon, 07 Mar 2005 00:45:21 -0500
| Newsgroups | gmane.comp.encryption.cipe |
|---|---|
| Message-ID | <[email protected]> |
I have rebuilt the RH kernel .src.rpm successfully without REGPARM. (Life lesson: don't leave spurious $ARCH variables lying around, which are otherwise useful for $PATH-specific settings.) --- kernel-2.6.10-i586.config.~1~ 2005-02-09 23:02:21.000000000 -0500 +++ kernel-2.6.10-i586.config 2005-03-03 10:24:19.000000000 -0500 @@ -2503 +2503 @@ -CONFIG_REGPARM=y +# CONFIG_REGPARM is not set The resulting kernel is installed and running. I built CIPE 1.6.0 against that kernel with --disable-debug --disable-pkcipe --enable-bug-compatible. It identifies itself in config.h as being REGPARM-free: /* Use register parameter passing (EXPERIMENTAL) */ /* #undef USE_REGPARM */ But the resulting cipcb.ko still chokes the new kernel with an oops. Others seem to have FC3 + REGPARM disabled + CIPE 1.6.0 running without incident. Am I missing some other bit of magic? -- Message sent by the [email protected] mailing list. Unsubscribe: mail [email protected], "unsubscribe cipe-l" in body Other commands available with "help" in body to the same address. CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>