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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 10 Sep 2020 18:34:05 -0700 From: Jakub Kicinski <kuba@...nel.org> To: Jacob Keller <jacob.e.keller@...el.com> Cc: netdev@...r.kernel.org Subject: Re: [net-next v5 3/5] devlink: introduce flash update overwrite mask On Thu, 10 Sep 2020 18:32:29 -0700 Jakub Kicinski wrote: > On Thu, 10 Sep 2020 14:28:10 -0700 Jacob Keller wrote: > > +#define DEVLINK_FLASH_OVERWRITE_SETTINGS BIT(DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT) > > +#define DEVLINK_FLASH_OVERWRITE_IDENTIFIERS BIT(DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT) > > You got two more here. Ah! FWIW I found the macro you can use instead: _BITUL(x) Couldn't grep that one out yesterday.
Powered by blists - more mailing lists