Hi there,
I've been recently looking at the (ancient) AppleTalk/LocalTalk drivers
because I've been working on a modern LocalTalk network adapter for
crazy vintage computer enthusiasts like myself. ;-) In the process, I
discovered the existence of cops_ffdrv.h and cops_ltdrv.h in the kernel
s
caused an skb_under_panic.
Signed-off-by: Doug Brown
---
net/appletalk/ddp.c | 33 +
1 file changed, 21 insertions(+), 12 deletions(-)
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
index ca1a0d07a087..ebda397fa95a 100644
--- a/net/appletalk/ddp.c
+++ b/net/apple