Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754840AbeAMI6b (ORCPT + 1 other); Sat, 13 Jan 2018 03:58:31 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49196 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754593AbeAMI63 (ORCPT ); Sat, 13 Jan 2018 03:58:29 -0500 Date: Sat, 13 Jan 2018 09:56:35 +0100 From: Greg KH To: Dan Williams Cc: Linux Kernel Mailing List , linux-arch@vger.kernel.org, Andrew Morton , kernel-hardening@lists.openwall.com, Hideaki YOSHIFUJI , Netdev , Alexey Kuznetsov , Thomas Gleixner , Linus Torvalds , "David S. Miller" , Elena Reshetova , Alan Cox Subject: Re: [PATCH v2 10/19] ipv4: prevent bounds-check bypass via speculative execution Message-ID: <20180113085635.GA11640@kroah.com> References: <151571798296.27429.7166552848688034184.stgit@dwillia2-desk3.amr.corp.intel.com> <151571803884.27429.7578279171286065970.stgit@dwillia2-desk3.amr.corp.intel.com> <20180112075907.GA3391@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 12, 2018 at 10:47:44AM -0800, Dan Williams wrote: > On Thu, Jan 11, 2018 at 11:59 PM, Greg KH wrote: > >> Cc: "David S. Miller" > >> Cc: Alexey Kuznetsov > >> Cc: Hideaki YOSHIFUJI > >> Cc: netdev@vger.kernel.org > >> Signed-off-by: Elena Reshetova > >> Signed-off-by: Dan Williams > >> --- > >> net/ipv4/raw.c | 10 ++++++---- > >> 1 file changed, 6 insertions(+), 4 deletions(-) > > > > Ugh, what is this, the 4th time I've said "I don't think this is an > > issue, so why are you changing this code." to this patch. To be > > followed by a "oh yeah, you are right, I'll drop it", only to see it > > show back up in the next time this patch series is sent out? > > > > Same for the other patches in this series that I have reviewed 4, maybe > > 5, times already. The "v2" is not very true here... > > The theme of the review feedback on v1 was 'don't put ifence in any > net/ code', and that was addressed. > > I honestly thought the new definition of array_ptr() changed the > calculus on this patch. Given the same pattern appears in the ipv6 > case, and I have yet to hear that we should drop the ipv6 patch, make > the code symmetric just for readability purposes. Otherwise we need a > comment saying why this is safe for ipv4, but maybe not safe for ipv6, > I think 'array_ptr' is effectively that comment. I.e. 'array_ptr()' is > designed to be low impact for instrumenting false positives. If that > new argument does not hold water I will definitely drop this patch. I also argued, again in an older review of this same patch series, that the ipv6 patch should be dropped as well for this same exact reason. I didn't think you wanted to hear me rant about the same thing on both patches :) greg k-h