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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1230C07E9D for ; Tue, 27 Sep 2022 16:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232545AbiI0Qjw (ORCPT ); Tue, 27 Sep 2022 12:39:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232521AbiI0Qjr (ORCPT ); Tue, 27 Sep 2022 12:39:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 475787666; Tue, 27 Sep 2022 09:39:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7F0FCB81C67; Tue, 27 Sep 2022 16:39:31 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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