File: data-read-mostly.patch.disabled

package info (click to toggle)
kpatch 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,716 kB
  • sloc: ansic: 9,716; sh: 2,592; makefile: 260; asm: 35
file content (14 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Disabled due to https://github.com/dynup/kpatch/issues/940
---
diff --git a/net/core/dev.c b/net/core/dev.c
index b6f9647..b376a48 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4858,6 +4858,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc)
 		case RX_HANDLER_PASS:
 			break;
 		default:
+			printk("BUG!\n");
 			BUG();
 		}
 	}