From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: Uninitialized value in __sk_nulls_add_node_rcu() Date: Tue, 05 Dec 2017 06:18:20 -0800 Message-ID: <1512483500.19682.75.camel@gmail.com> References: <1512483322.19682.73.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Craig Gallek , David Miller , Networking To: Eric Dumazet , Alexander Potapenko , cgallek@google.com Return-path: Received: from mail-pg0-f54.google.com ([74.125.83.54]:33501 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbdLEOSW (ORCPT ); Tue, 5 Dec 2017 09:18:22 -0500 Received: by mail-pg0-f54.google.com with SMTP id g7so240392pgs.0 for ; Tue, 05 Dec 2017 06:18:22 -0800 (PST) In-Reply-To: <1512483322.19682.73.camel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2017-12-05 at 06:15 -0800, Eric Dumazet wrote: > > + hlist_nulls_add_head_rcu(&sk->sk_nulss_node, list); Typo here, this needs sk_nulls_node of course.