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: Fri, 20 Nov 2020 10:24:19 +0100 From: Sebastian Andrzej Siewior <bigeasy@...utronix.de> To: linux-ide@...r.kernel.org Cc: linux-kernel@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Jens Axboe <axboe@...nel.dk>, Andrew Morton <akpm@...ux-foundation.org>, tglx@...utronix.de Subject: [PATCH v2 0/2] ide: Remove in_interrupt(). In the discussion about preempt count consistency across kernel configurations: https://lore.kernel.org/r/20200914204209.256266093@linutronix.de/ it was concluded that the usage of in_interrupt() and related context checks should be removed from non-core code. This ide subsystem has two in_interrupts() checks before mutex/wait-event invocations. Changes since v1 https://lkml.kernel.org/r/20201113161021.2217361-1-bigeasy@linutronix.de - added acks - added lkml to Cc: Sebastian
Powered by blists - more mailing lists