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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87k2d8623k.fsf@belgarion.home> Date: Sun, 16 Oct 2016 12:05:19 +0200 From: Robert Jarzmik <robert.jarzmik@...e.fr> To: robert.jarzmik@...e.fr Cc: "David S. Miller" <davem@...emloft.net>, Rob Herring <robh+dt@...nel.org>, Mark Rutland <mark.rutland@....com>, Nicolas Pitre <nico@...xnic.net>, Russell King - ARM Linux <linux@...linux.org.uk>, Arnd Bergmann <arnd@...db.de>, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2 1/3] net: smc91x: isolate u16 writes alignment workaround Robert Jarzmik <robert.jarzmik@...e.fr> writes: > diff --git a/drivers/net/ethernet/smsc/smc91x.h b/drivers/net/ethernet/smsc/smc91x.h > index ea8465467469..dff165ed106d 100644 > --- a/drivers/net/ethernet/smsc/smc91x.h > +++ b/drivers/net/ethernet/smsc/smc91x.h And there is also the specific case of ARCH=MN10300, where I didn't see : #include <unit/smc91111.h> In which SMC_outw() is also defined ... sic. So this is also to be fixed, thanks to kbuild test robot. -- Robert
Powered by blists - more mailing lists