On 14/05/2025 08:04, Daniel Wagner wrote:
On Wed, May 14, 2025 at 08:55:13AM +0200, Lukas Bulwahn wrote:
From: Lukas Bulwahn<lukas.bulwahn@xxxxxxxxxx>
Commit 9bc1e897a821 ("blk-mq: remove unused queue mapping helpers") makes
the two config options, BLK_MQ_PCI and BLK_MQ_VIRTIO, have no remaining
effect.
Remove the two obsolete config options.
A quick grep revealed that there is at least a test config still in the
tree which uses BLK_MQ_VIRTIO:
drivers/gpu/drm/ci/x86_64.config
108:CONFIG_BLK_MQ_VIRTIO=y
Not sure how this is supposed to be handled.
I got a feeling that this stuff (like kernel config files) should not be
there ...
Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>