I posted v4 patch https://patchwork.kernel.org/patch/9989667/ with parentheses around a macro parameter.
-----Original Message----- From: Timur Tabi [mailto:[email protected]] Sent: Friday, October 6, 2017 9:26 AM To: Shanker Donthineni <[email protected]> Cc: Marc Zyngier <[email protected]>; linux-kernel <[email protected]>; linux-arm-kernel <[email protected]>; Thomas Gleixner <[email protected]>; Jason Cooper <[email protected]>; Vikram Sethi <[email protected]> Subject: Re: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature On Thu, Oct 5, 2017 at 6:59 PM, Shanker Donthineni <[email protected]> wrote: > +#define MPIDR_TO_SGI_CLUSTER_ID(mpidr) (mpidr & ~0xFUL) This should be "((mpidr) & 0xFUL)", just to be safe.

