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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 6 Oct 2017 10:30:10 -0500
From:   "Shanker Donthineni" <shankerd@...eaurora.org>
To:     "'Timur Tabi'" <timur@...eaurora.org>
Cc:     "'Marc Zyngier'" <marc.zyngier@....com>,
        "'linux-kernel'" <linux-kernel@...r.kernel.org>,
        "'linux-arm-kernel'" <linux-arm-kernel@...ts.infradead.org>,
        "'Thomas Gleixner'" <tglx@...utronix.de>,
        "'Jason Cooper'" <jason@...edaemon.net>,
        "'Vikram Sethi'" <vikrams@...eaurora.org>
Subject: RE: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature

I posted v4 patch https://patchwork.kernel.org/patch/9989667/ with parentheses around a macro parameter. 

-----Original Message-----
From: Timur Tabi [mailto:timur@...eaurora.org] 
Sent: Friday, October 6, 2017 9:26 AM
To: Shanker Donthineni <shankerd@...eaurora.org>
Cc: Marc Zyngier <marc.zyngier@....com>; linux-kernel <linux-kernel@...r.kernel.org>; linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>; Thomas Gleixner <tglx@...utronix.de>; Jason Cooper <jason@...edaemon.net>; Vikram Sethi <vikrams@...eaurora.org>
Subject: Re: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature

On Thu, Oct 5, 2017 at 6:59 PM, Shanker Donthineni <shankerd@...eaurora.org> wrote:
> +#define MPIDR_TO_SGI_CLUSTER_ID(mpidr) (mpidr & ~0xFUL)

This should be "((mpidr) & 0xFUL)", just to be safe.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ