From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EAEF07E4 for ; Wed, 28 Sep 2022 00:11:10 +0000 (UTC) Received: by mail-pf1-f173.google.com with SMTP id y136so11104115pfb.3 for ; Tue, 27 Sep 2022 17:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=cmG65wzSzYi7hGoMEWIbS7DJOTmuAIyWOhAjc3YjV1E=; b=IR9nlCDixIsx2l9q0CgkOLRjWV1HKwfjx15bUruXKYDFUn8QfudJ/Iidf2j07AkFDu jNKEm3M2aoaCKMpoJl22A0snrasLDfPtrOOs4nq312N5vA38vulXNSLJfgk+S3bnhpjb h0mzdAeKiuEvWzOC5Q+3gXZekcnd17C9gonKM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=cmG65wzSzYi7hGoMEWIbS7DJOTmuAIyWOhAjc3YjV1E=; b=bXdE8GrxLqVhK8Z2WX9+ZmsR99W1QI8etl6kTCgdp4bSHxpHV7Nsw7BNzdUDGhhFvO XSlkW2GYa5FbEP2jI39x3AO9lVjyWVE7EsYkcn48G6TLEryPn3VDtQ3kt5XUj7auQ/eV 8AZ8jca5T0unGwduSMS0kEzegyMFEovivpg4d4GB3NWu+uNzib3pcYJEm6ekAlGg8TFr onGNq3c5rbmX3aqDm3DP2ckKLpesfatNXNozaUyfgmyo5IAGSXLjxd68/U3iCzUTF+fk Rb3vm5dGSdc7NRfZ1yvRXpJXjRMhRn44COa7qAGtzCJA8CityGE781+EE15vf7CjVLZp AQ3A== X-Gm-Message-State: ACrzQf2qEcoqZ6ejms105kry8ghUIvW6i/JXb32cALFvFC+jCFejakzj e7HBtlWU0UojVAVrGWVfpWNxSTgIBso6dQ== X-Google-Smtp-Source: AMsMyM7f8AEq6UNNkcKk2D+H3d700LQtj7Mzllr5njmtRSRmF0oa+61OoP8amL7HP96XJoW4l8dLkA== X-Received: by 2002:a05:6a00:b8d:b0:545:e7de:78e5 with SMTP id g13-20020a056a000b8d00b00545e7de78e5mr31769320pfj.72.1664323870374; Tue, 27 Sep 2022 17:11:10 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id b12-20020a63d80c000000b00422c003cf78sm2097646pgh.82.2022.09.27.17.11.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Sep 2022 17:11:09 -0700 (PDT) Date: Tue, 27 Sep 2022 17:11:08 -0700 From: Kees Cook To: Miguel Ojeda Cc: Greg Kroah-Hartman , Wedson Almeida Filho , Miguel Ojeda , Geert Stappers , Linus Torvalds , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Alex Gaynor , Maciej Falkowski Subject: Re: [PATCH v10 27/27] MAINTAINERS: Rust Message-ID: <202209271710.6DD4B44C@keescook> References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-28-ojeda@kernel.org> <20220927141137.iovhhjufqdqcs6qn@gpm.stappers.nl> <202209270818.5BA5AA62@keescook> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Sep 27, 2022 at 05:53:12PM +0200, Miguel Ojeda wrote: > On Tue, Sep 27, 2022 at 5:34 PM Greg Kroah-Hartman > wrote: > > > > How about just fixing up the emails in these patches, which will keep us > > from having bouncing ones for those of us who do not use the .mailmap > > file. > > Sorry about that... > > One question: if somebody wants to keep the Signed-off-bys and/or Git > authorship information using the old email for the patches (except the > `MAINTAINERS` entry), is that OK? (e.g. maybe because they did most of > the work in their previous company). IMO, the S-o-b's should stand since they're historical, but fixing MAINTAINERS to be up-to-date makes sense. -- Kees Cook