Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1010900pxk; Sat, 12 Sep 2020 07:55:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0a8oiK5teivcPhAwV7hK/Ow3SFxy4UGslL6XECeVKMuHEyAoJGPc4r+6+Ds4IpdR5eWVX X-Received: by 2002:a17:906:454e:: with SMTP id s14mr6500112ejq.137.1599922515881; Sat, 12 Sep 2020 07:55:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599922515; cv=none; d=google.com; s=arc-20160816; b=bp4peu4l+pVFQ26Jg2sXrXFwicdmETNeqTTlY4wvvk3I+UUCM9xRXFSQ8pqUx4EADU FJP5c5fyoWYh7P6frkhYxfxXbEe6d3nJJ9AWcCalBvmTjMbMGUeuar+qeVi9MPLg868P HwJ415OXlK/CjZ6fPHnJo8S/gpf62v1mAgHiph7aDRLYt7zkiaTXkyBx6Hjb+ia2CzDu MoqTcDX7edoEreoxLX2cqxyB+zAPbtj6svBNnTdwsEjEVv5hEdLECo6hz16pmYpvAkzY qS2Pr3uF5OFzfOAwWt+rHndc2/Ig+MtyOm1kXfSMt2S9qsSgJLp3N/dT0KnP062Dy4+c wljA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=HRBvs40B9DYKvCEgusevMRe4xDl8QX5RewAe9n7YVL4=; b=y/zsLNQ2EE5t2Qx9VJsqWMrEOjhJFUfM+H/sfVb5vgT1croQdF1/3QW0NHncvKycM9 2acyoYXbIN3QAXLzg0Kp8UHYO4K3P6AvWUBhTiEsg5NjKvVHOnSwh6u1bxhStdpyfvqU TGfM6vGX/r+cVfjID4o2Yst2mmOGJupxgwtkT1EGHhtl6jzW53mlRTwgXa/j3dqOIwJV s1g7LFISEDmlt2xRNWcHCYvW6IcsfSihw7GxUfdLwhpT83UiLiu4vlJXBNuPs6bEOS3V aChyeuqipO07bIL+yvn7/rYr7UIeRxRP1mED3I4txhGFc4wiAdL31A5xU+a9lhlobs9m WnEQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id fx6si3113571ejb.432.2020.09.12.07.54.53; Sat, 12 Sep 2020 07:55:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725922AbgILOwT (ORCPT + 99 others); Sat, 12 Sep 2020 10:52:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:40796 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725966AbgILOrb (ORCPT ); Sat, 12 Sep 2020 10:47:31 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7EB33AB91; Sat, 12 Sep 2020 14:47:41 +0000 (UTC) Date: Sat, 12 Sep 2020 15:47:22 +0100 From: Mel Gorman To: John Wood Cc: James Morris , Kees Cook , kernel-hardening@lists.openwall.com, Matthew Wilcox , Jonathan Corbet , Alexander Viro , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Luis Chamberlain , Iurii Zaikin , "Serge E. Hallyn" , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam) Message-ID: <20200912144722.GE3117@suse.de> References: <20200910202107.3799376-1-keescook@chromium.org> <202009120055.F6BF704620@keescook> <20200912093652.GA3041@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20200912093652.GA3041@ubuntu> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 12, 2020 at 11:36:52AM +0200, John Wood wrote: > On Sat, Sep 12, 2020 at 12:56:18AM -0700, Kees Cook wrote: > > On Sat, Sep 12, 2020 at 10:03:23AM +1000, James Morris wrote: > > > On Thu, 10 Sep 2020, Kees Cook wrote: > > > > > > > [kees: re-sending this series on behalf of John Wood > > > > also visible at https://github.com/johwood/linux fbfam] > > > > > > > > From: John Wood > > > > > > Why are you resending this? The author of the code needs to be able to > > > send and receive emails directly as part of development and maintenance. > > I tried to send the full patch serie by myself but my email got blocked. After > get support from my email provider it told to me that my account is young, > and due to its spam policie I am not allow, for now, to send a big amount > of mails in a short period. They also informed me that soon I will be able > to send more mails. The quantity increase with the age of the account. > If you're using "git send-email" then specify --confirm=always and either manually send a mail every few seconds or use an expect script like #!/bin/bash EXPECT_SCRIPT= function cleanup() { if [ "$EXPECT_SCRIPT" != "" ]; then rm $EXPECT_SCRIPT fi } trap cleanup EXIT EXPECT_SCRIPT=`mktemp` cat > $EXPECT_SCRIPT <