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]
Message-Id: 
 <173395634775.1729195.14916770545645743784.git-patchwork-notify@kernel.org>
Date: Wed, 11 Dec 2024 22:32:27 +0000
From: patchwork-bot+linux-riscv@...nel.org
To: Hongbo Li <lihongbo22@...wei.com>
Cc: linux-riscv@...ts.infradead.org, tglx@...utronix.de,
 paul.walmsley@...ive.com, samuel.holland@...ive.com,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] irqchip/sifive-plic: Make use of __assign_bit() API

Hello:

This patch was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx@...utronix.de>:

On Mon, 2 Sep 2024 21:08:24 +0800 you wrote:
> We have for some time the __assign_bit() API to replace
> open coded
>     if (foo)
>         __set_bit(n, bar);
>     else
>         __clear_bit(n, bar);
> 
> [...]

Here is the summary with links:
  - [-next] irqchip/sifive-plic: Make use of __assign_bit() API
    https://git.kernel.org/riscv/c/40d7af5375a4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ