> From: Sean Christopherson <sea...@google.com> > 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.t...@intel.com>