Re: [PATCH net-next] tcp: remove unused hash_size from struct tcp_out_options
From: Kuniyuki Iwashima
Date: Wed Mar 04 2026 - 23:45:32 EST
On Wed, Mar 4, 2026 at 8:37 PM Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> wrote:
>
> On Wed, Mar 4, 2026 at 6:27 PM Keita Morisaki <kmta1236@xxxxxxxxx> wrote:
> >
> > hash_size is declared but never read. The MD5 path always uses a
> > fixed size of 16, and the TCP-AO path uses tcp_ao_maclen().
> >
> > Suggested-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
> > Signed-off-by: Keita Morisaki <kmta1236@xxxxxxxxx>
>
> Reviewed-by: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
btw, AFAIU, patchwork does not use git am -3, and this does
not cleanly apply after your another patch and you'll need to respin.