Re: [PATCH] net: Protect INET_ADDR_COOKIE on 32-bit architectures

2020-05-08 Thread Stephen Kitt
On Tue, 28 Apr 2020 14:07:46 -0700 (PDT), David Miller wrote: > From: Stephen Kitt > Date: Tue, 28 Apr 2020 09:52:31 +0200 > > > This patch changes INET_ADDR_COOKIE to declare a dummy typedef (so it > > makes checkpatch.pl complain, sorry...) > > This is trading one problem for another, so in

Re: [PATCH] net: Protect INET_ADDR_COOKIE on 32-bit architectures

2020-04-28 Thread David Miller
From: Stephen Kitt Date: Tue, 28 Apr 2020 09:52:31 +0200 > This patch changes INET_ADDR_COOKIE to declare a dummy typedef (so it > makes checkpatch.pl complain, sorry...) This is trading one problem for another, so in the end doesn't really move us forward.