lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 7 May 2007 09:24:48 +0400 From: "Alexey Zaytsev" <alexey.zaytsev@...il.com> To: "Krzysztof Halasa" <khc@...waw.pl> Cc: "Jeff Garzik" <jeff@...zik.org>, "Russell King" <rmk@....linux.org.uk>, lkml <linux-kernel@...r.kernel.org>, netdev@...r.kernel.org, linux-arm-kernel@...ts.arm.linux.org.uk Subject: Re: [PATCH 2/3] ARM: include IXP4xx "fuses" support Hello, Krzysztof. On 5/7/07, Krzysztof Halasa <khc@...waw.pl> wrote: ... > + IXP4XX_FUSE_RSA | \ > + IXP4XX_FUSE_XSCALE_MAX_FREQ) > + #ifndef __ASSEMBLY__ > +static inline u32 ixp4xx_read_fuses(void) > +{ > + unsigned int fuses = ~*IXP4XX_EXP_CFG2; ... > + fuses &= ~IXP4XX_FUSE_RESERVED; > +} #endif /* __ASSEMBLY__ */ > + > #endif Are you sure this is the version you wanted to send? I don't see how this could compile without this #ifndef. And also there is some problem with undefined processor_id, but this is not your fault, but a flaw in the pre-rc1 kernel, which I hope is now noticed. So maybe you should just send the patches made for the 2.6.21 kernel? Otherwise, when applied on top of my 2.6.20 kernel, the driver just works (at least I see the pings, haven't considered any other tests yet), thank you a lot! - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists