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
| ||
|
Message-ID: <20200825184147.948670309@fuller.cnet> Date: Tue, 25 Aug 2020 15:41:47 -0300 From: Marcelo Tosatti <mtosatti@...hat.com> To: Frederic Weisbecker <frederic@...nel.org> Cc: linux-kernel@...r.kernel.org Subject: [patch 0/2] posix-timers: avoid nohz_full= IPIs via task cpu masks This patchset avoids IPIs to nohz_full= CPUs when the intersection between the set of nohz_full CPUs and task allowed cpus is null. See individual patches for details.