All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dovetail 6.1-cip] igb: add missing header for oob extensions
@ 2025-06-11 16:20 Jan Kiszka
  2025-06-11 16:36 ` Philippe Gerum
  2025-06-12 13:58 ` Jan Kiszka
  0 siblings, 2 replies; 10+ messages in thread
From: Jan Kiszka @ 2025-06-11 16:20 UTC (permalink / raw)
  To: Philippe Gerum, Xenomai

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Not yet tested, but this should make our pipeline green again:
https://source.denx.de/Xenomai/xenomai-images/-/jobs/1166309

 drivers/net/ethernet/intel/igb/igb_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c
index c0932a3cb220f..26be743f2a6cf 100644
--- a/drivers/net/ethernet/intel/igb/igb_main.c
+++ b/drivers/net/ethernet/intel/igb/igb_main.c
@@ -12,6 +12,7 @@
 #include <linux/pagemap.h>
 #include <linux/netdevice.h>
 #include <linux/ipv6.h>
+#include <linux/skbuff.h>
 #include <linux/slab.h>
 #include <net/checksum.h>
 #include <net/ip6_checksum.h>
-- 
2.43.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-06-12 16:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 16:20 [PATCH dovetail 6.1-cip] igb: add missing header for oob extensions Jan Kiszka
2025-06-11 16:36 ` Philippe Gerum
2025-06-11 16:50   ` Jan Kiszka
2025-06-11 17:02     ` Philippe Gerum
2025-06-12 13:58 ` Jan Kiszka
2025-06-12 14:15   ` Philippe Gerum
2025-06-12 15:11   ` Philippe Gerum
2025-06-12 16:15     ` Jan Kiszka
2025-06-12 16:37       ` Philippe Gerum
2025-06-12 16:39         ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.