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: <53C7D9CA.20405@imgtec.com> Date: Thu, 17 Jul 2014 15:12:26 +0100 From: Markos Chandras <Markos.Chandras@...tec.com> To: Andrey Utkin <andrey.krieger.utkin@...il.com> CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>, <linux-mips@...ux-mips.org>, <dborkman@...hat.com>, <ralf@...ux-mips.org> Subject: Re: [PATCH 2/3] arch/mips/net/bpf_jit.c: fix failure check On 07/17/2014 02:58 PM, Andrey Utkin wrote: > 2014-07-17 16:52 GMT+03:00 Markos Chandras <Markos.Chandras@...tec.com>: >> Thanks for the patch. I would personally prefer to use a new signed int >> variable, but I am fine either way. > > If that's not a problem for performance etc., then i'll resubmit with > new temporary signed variable, because i believe it would be simpler > to comprehend. > Hi Andrey, Well, this function is executed during the filter compilation so it's only executed once (or maybe a few times) per filter (assuming the filter uses the SKF_AD_PKTTYPE opcode at all) so performance is not really critical at this point. The performance become a critical factor for the execution of the jitted filter. But yes, avoiding passing the argument and doing the pointer operation later on could save some instructions which is both good for compilation performance and also makes the function simpler as you said. -- markos -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists