On Thu, 12 Nov 2020 15:08:31 -0800 Jakub Kicinski wrote: > On Thu, 12 Nov 2020 18:45:21 +0100 Paolo Abeni wrote: > > + skb = sk_stream_alloc_skb(sk, 0, sk->sk_allocation, > > + tcp_rtx_and_write_queues_empty(sk)); > > no good reason to misalign this AFAICT
Maybe not worth respining just for this, I thought there are build warnings but seems it's mostly sparse getting confused. Is there a chance someone could look into adding annotations to socket locking?