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: <f0666f53-2b82-2b15-bf9c-dc84db379a7b@suse.de> Date: Thu, 11 May 2017 10:28:02 +0200 From: Johannes Thumshirn <jthumshirn@...e.de> To: Yuval Shaia <yuval.shaia@...cle.com>, yishaih@...lanox.com, netdev@...r.kernel.org, linux-rdma@...r.kernel.org Subject: Re: [PATCH] net/mlx4_core: Use min_t instead of if for consistency On 05/11/2017 10:20 AM, Yuval Shaia wrote: > + nreq = min_t(nreq, MAX_MSIX); Ahm... include/linux/kernel.h +802 #define min_t(type, x, y) \ __min(type, type, \ __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \ x, y) Did you compile this patch? -- Johannes Thumshirn Storage jthumshirn@...e.de +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
Powered by blists - more mailing lists