From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH] soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPF Date: Fri, 3 Jun 2016 14:40:04 -0700 Message-ID: <20160603214002.GA58242@ast-mbp.thefacebook.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Helge Deller , Sergei Shtylyov , Alexei Starovoitov , "David S. Miller" , "netdev@vger.kernel.org" , "linux-parisc@vger.kernel.org" To: Craig Gallek Return-path: In-Reply-To: List-ID: On Fri, Jun 03, 2016 at 05:33:09PM -0400, Craig Gallek wrote: > On Fri, Jun 3, 2016 at 5:09 PM, Helge Deller wrote: > > Any idea for a better naming than "do_sockopt_fix_sock_fprog()" ? > Thanks for catching and fixing this. I'd suggest simply leaving the > function name as-is. Your fix to the condition in that function is > sufficient to address the issue. +1 and thanks for the fixes!