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: <20150219095944.GD25513@mwanda> Date: Thu, 19 Feb 2015 12:59:44 +0300 From: Dan Carpenter <dan.carpenter@...cle.com> To: David Laight <David.Laight@...LAB.COM> Cc: Dmitry Tarnyagin <dmitry.tarnyagin@...kless.no>, "David S. Miller" <davem@...emloft.net>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org> Subject: Re: [patch] caif: fix a signedness bug in cfpkt_iterate() On Thu, Feb 19, 2015 at 09:49:00AM +0000, David Laight wrote: > From: Dan Carpenter > ... > > Also this isn't ever going to be inlined so I removed the "inline". > ... > > -inline u16 cfpkt_iterate(struct cfpkt *pkt, > > - u16 (*iter_func)(u16, void *, u16), > > - u16 data) > > static ?? There are some words missing in this sentence. We could move this function to the header file and make it static inline if we wanted but checksums aren't used on the fast path anyway so that's a bit pointless. regards, dan carpenter -- 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