[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AEAC763.4070200@gmail.com>
Date: Fri, 30 Oct 2009 07:00:51 -0400
From: William Allen Simpson <william.allen.simpson@...il.com>
To: Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: [net-next-2.6 PATCH RFC] TCPCT part 1d: generate Responder Cookie
First of all, this is my first attempt at locks, so I'd like early review.
Secondly, scripts/checkpatch.pl tells me:
ERROR: do not initialise statics to 0 or NULL
#95: FILE: net/ipv4/tcp.c:2977:
+static struct tcp_cookie_secret *tcp_secret_generating = NULL;
They need to be NULL, and I'm not planning on exporting them, so what's
the preferred mechanism?
(I've grep'd many other instances of statics = 0 or NULL, so I'm not alone.)
View attachment "TCPCT-1d.patch" of type "text/plain" (6071 bytes)
Powered by blists - more mailing lists