From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 803912F31 for ; Tue, 27 Sep 2022 16:39:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7C81C433C1; Tue, 27 Sep 2022 16:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664296770; bh=wz23PfcTdTIdqAQl5thzO7BMBPxbOwN3lceMYMw1jGs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bc/NPChR9D3eBwwGJpE3ZRtNdGteeMsXkL64KjWJZosFQ5qn4i65kQoXNKI8hlrIL VN1bGzhMK9Cj/4x9FO8IqKrBsp8TkF1mlg5NbHInmb0sU6bm+W7MsaJ4wZNyDuH/Cv gR/VSO9yFRYuvkig2uGk+mNj9D3nbm8092BNJ4y4= Date: Tue, 27 Sep 2022 18:39:27 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Kees Cook , 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: 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). For known-broken emails, it's a pain as later on invocations of scripts/get_maintainer.pl will use those emails. So please just use known-good addresses to start with. thanks, greg k-h