RE: [PATCH 5/7] irqbypass: Use paired consumer/producer to disconnect during unregister

From: Tian, Kevin
Date: Thu Apr 10 2025 - 03:35:42 EST


> From: Sean Christopherson <seanjc@xxxxxxxxxx>
> Sent: Saturday, April 5, 2025 5:15 AM
>
> @@ -173,8 +157,6 @@
> EXPORT_SYMBOL_GPL(irq_bypass_unregister_producer);
> * @consumer: pointer to consumer structure
> * @eventfd: pointer to the eventfd context associated with the consumer
> *
> - * Add the provided IRQ consumer to the list of consumers and connect
> - * with any matching token found on the IRQ producer list.
> */
> int irq_bypass_register_consumer(struct irq_bypass_consumer *consumer,
> struct eventfd_ctx *eventfd)

above belongs to patch7.

Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>