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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Mar 2023 16:34:06 +0300
From:   Dan Carpenter <error27@...il.com>
To:     Abhirup Deb <abhirupdeb@...ux.vnet.ibm.com>
Cc:     Martyn Welch <martyn@...chs.me.uk>,
        Manohar Vanga <manohar.vanga@...il.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: Re: [PATCH v2 RESEND] staging: vme_user: Replace "<<" with BIT macro

On Thu, Mar 23, 2023 at 06:34:54PM +0530, Abhirup Deb wrote:
> Replace the "<<" operator with BIT macro, in accordance to the
> checkpatch.pl script and Linux kernel coding-style guidelines.
> 
> Signed-off-by: Abhirup Deb <abhirupdeb@...ux.vnet.ibm.com>
> ---
> Changes in v2:
>     - Refactor the patch & Replace the erroneous BIT macro in --
>        "#define TSI148_PCFS_STAT_SELTIM        BIT(9)"
>       with --
>        "#define TSI148_PCFS_STAT_SELTIM        (3<<9)"
> 

Why did you resend this?

regards,
dan carpenter

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ