Re: [PATCH v1] atm: idt77252: fix build broken on amd64

2021-02-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 14 Feb 2021 18:43:08 -0500 you wrote: > idt77252 is broken and wont load on amd64 systems > modprobe idt77252 shows the following > > idt77252_init: skb->cb is too small (48 < 56) > > Add packed attribute to

[PATCH v1] atm: idt77252: fix build broken on amd64

2021-02-14 Thread Tong Zhang
idt77252 is broken and wont load on amd64 systems modprobe idt77252 shows the following idt77252_init: skb->cb is too small (48 < 56) Add packed attribute to struct idt77252_skb_prv and struct atm_skb_data so that the total size can be <= sizeof(skb->cb) Also convert runtime size