From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 263BEC10F14 for ; Wed, 10 Apr 2019 22:54:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F21002133D for ; Wed, 10 Apr 2019 22:54:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726723AbfDJWyx (ORCPT ); Wed, 10 Apr 2019 18:54:53 -0400 Received: from mail-lj1-f193.google.com ([209.85.208.193]:42628 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbfDJWyx (ORCPT ); Wed, 10 Apr 2019 18:54:53 -0400 Received: by mail-lj1-f193.google.com with SMTP id v22so3615177lje.9 for ; Wed, 10 Apr 2019 15:54:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=K1kulX08FnhDExeBUTFmsnZsTokQNhe6Ewv9wKtFlwk=; b=ndsvsLi8Vvnw30d7/CqYOuKjdaB71tKRCtqYfkW0Hh0ePTPtuTodJZpr65XR2ZSZQb 60N7yx2vDBLbiJyI4rP0mpDgdvPz9PhGp9VOteYlm2F7StBmeSE9a1fsoWdfrBEp33Tp zg+2zYxk8JSmI3SdtPqWDlIQ/peN3kP1dGYqKOI60r+1UbFFxr5LFcHslxbjdxxjCJ72 t71uoAJOOE9kFF8d9PRJArhjQ2LuNvR1ZZzXTQ/423jXZyrX9mYSKTvPwhiPUbYPh4Oe uC5odTlPiIiy//IUdGZV0Bc6hORSW8UVb3QqMBORdH+IOqwwCJFE6RJBDsXzC4b9wC+t 7vGw== X-Gm-Message-State: APjAAAW0GCKWzbgLoc1XUhvDD5QojVWsoFOXv+U3P94U8cCFtHIRJPO4 8rORlaD8OE0jxV9Fm2y71Il2eWLn7zICTen03qONbw== X-Google-Smtp-Source: APXvYqwrQPkMhypQdrPjOZKlgadFrcbYn/kjGdcIN4tdhLujVUUlOc8jFOca9TCtatuZjIBBTbTAqT8LWHse3F8+iT4= X-Received: by 2002:a2e:9649:: with SMTP id z9mr7735709ljh.92.1554936891736; Wed, 10 Apr 2019 15:54:51 -0700 (PDT) MIME-Version: 1.0 References: <20190408220925.13077-1-mcroce@redhat.com> <20190408220925.13077-3-mcroce@redhat.com> In-Reply-To: From: Matteo Croce Date: Thu, 11 Apr 2019 00:54:15 +0200 Message-ID: Subject: Re: [PATCH 2/2] kernel: use sysctl shared variables for range check To: Kees Cook Cc: Andrew Morton , LKML , "linux-fsdevel@vger.kernel.org" , Luis Chamberlain , Alexey Dobriyan Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Apr 11, 2019 at 12:34 AM Kees Cook wrote: > > On Wed, Apr 10, 2019 at 3:30 PM Matteo Croce wrote: > > > > FYI, this are the stats from my local repo, just to let you the size > > of a series with all the changes in it: > > > > $ git --no-pager log --stat --oneline linus/master > > 2 files changed, 4 insertions(+), 9 deletions(-) > > 2 files changed, 7 insertions(+), 14 deletions(-) > > 6 files changed, 15 insertions(+), 30 deletions(-) > > 1 file changed, 16 insertions(+), 19 deletions(-) > > 1 file changed, 3 insertions(+), 5 deletions(-) > > 3 files changed, 15 insertions(+), 20 deletions(-) > > 12 files changed, 93 insertions(+), 116 deletions(-) > > 3 files changed, 98 insertions(+), 104 deletions(-) > > 2 files changed, 9 insertions(+) > > Tiny! :) Seriously, though, I think this should be fine to take > directly to Linus after patch 1 lands, or see if akpm wants to carry > it directly. > > -- > Kees Cook Nice. Still as an 8 patches series, or squashed into a bigger one? -- Matteo Croce per aspera ad upstream