[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201120092421.1023428-1-bigeasy@linutronix.de>
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