[PATCH v2 0/2] Drivers: hv: vmbus: Small cleanups

Sebastian Andrzej Siewior posted 2 patches 3 days, 8 hours ago
drivers/hv/vmbus_drv.c | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
[PATCH v2 0/2] Drivers: hv: vmbus: Small cleanups
Posted by Sebastian Andrzej Siewior 3 days, 8 hours ago
Replacing the lockdep_hardirq_threaded() annotation which does not
belong in drivers and removing the vmbus_irq_initialized which seems
redundant.

v1…v2: https://lore.kernel.org/all/20260401151517.1743555-1-bigeasy@linutronix.de/
  - Added a comment next to the invocation of __vmbus_isr()
  - Added the "Drivers:" prefix to the subject line

Sebastian Andrzej Siewior (2):
  Drivers: hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep
    annotation
  Drivers: hv: vmbus: Remove vmbus_irq_initialized

 drivers/hv/vmbus_drv.c | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/2] Drivers: hv: vmbus: Small cleanups
Posted by Wei Liu 2 days ago
On Tue, Jul 21, 2026 at 05:32:14PM +0200, Sebastian Andrzej Siewior wrote:
> Replacing the lockdep_hardirq_threaded() annotation which does not
> belong in drivers and removing the vmbus_irq_initialized which seems
> redundant.
> 
> v1…v2: https://lore.kernel.org/all/20260401151517.1743555-1-bigeasy@linutronix.de/
>   - Added a comment next to the invocation of __vmbus_isr()
>   - Added the "Drivers:" prefix to the subject line
> 
> Sebastian Andrzej Siewior (2):
>   Drivers: hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep
>     annotation
>   Drivers: hv: vmbus: Remove vmbus_irq_initialized
> 

Applied. Thanks.