[RFC] (re)moving drivers/net/appletalk/cops_*.h firmware blobs

2021-03-29 Thread Doug Brown
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

[PATCH] appletalk: Fix skb allocation size in loopback case

2021-02-11 Thread Doug Brown
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