Thread (3 messages) 3 messages, 2 authors, 2025-05-28

linux-next: manual merge of the tip tree with the net-next tree

From: Stephen Rothwell <hidden>
Date: 2025-05-07 02:49:10
Also in: linux-next, lkml

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c

between commit:

  a9843689e2de ("net: txgbe: add sriov function support")

from the net-next tree and commit:

  567b0a520912 ("net: Switch to irq_domain_create_*()")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c
index 3b9e831cf0ef,f2c2bd257e39..000000000000
--- a/drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c
+++ b/drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c
@@@ -198,9 -183,9 +198,9 @@@ int txgbe_setup_misc_irq(struct txgbe *
  	if (wx->mac.type == wx_mac_aml)
  		goto skip_sp_irq;
  
 -	txgbe->misc.nirqs = 1;
 +	txgbe->misc.nirqs = TXGBE_IRQ_MAX;
- 	txgbe->misc.domain = irq_domain_add_simple(NULL, txgbe->misc.nirqs, 0,
- 						   &txgbe_misc_irq_domain_ops, txgbe);
+ 	txgbe->misc.domain = irq_domain_create_simple(NULL, txgbe->misc.nirqs, 0,
+ 						      &txgbe_misc_irq_domain_ops, txgbe);
  	if (!txgbe->misc.domain)
  		return -ENOMEM;
  

Attachments

  • (unnamed) [application/pgp-signature] 488 bytes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help