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=-8.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 761CCC433E0 for ; Wed, 10 Feb 2021 16:58:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18DAA64E02 for ; Wed, 10 Feb 2021 16:58:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232927AbhBJQ6a (ORCPT ); Wed, 10 Feb 2021 11:58:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:38312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232315AbhBJQ6A (ORCPT ); Wed, 10 Feb 2021 11:58:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9185264DF6; Wed, 10 Feb 2021 16:57:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612976240; bh=SmlTPkoQPYtqVBpQwnlQoRLZYtYp2qGxncjY48CBIHk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i3/7z1DNhGZIs3g2MS165pNH1D0ND9R4ZRN91flOgCa9G2Zh9PqueIqPoC3K5GKMo dp8dj3e0FA5HIWY3clDHWRsouMFh7MobaLmZwFi3CIHjWEvRPMW24tHgIBA8QkIHvk bimFwoTbkh9SMF/dgRIshSUdJp88MSlIEIBKhGa7TjvApbw0hU8U/O3aksZ8cFLUY8 XxgeKMchn2/0n27sFhS+jQF//0AvV+LVoSbWOMeziZRlRPctTkZj9Y1PldQifO7h8H +dUW8ruQV0fUaXyvIiMKwFMdQtaf/h7stuH9L/kb/7w6b8aHLh7BwSFBhvO/h1Vy4r TWw3QDpdYxAjw== Subject: Re: [PATCH 0/3][RESEND] add support for never printing hashed addresses To: Andy Shevchenko Cc: Petr Mladek , Steven Rostedt , Sergey Senozhatsky , Vlastimil Babka , Andy Shevchenko , Matthew Wilcox , Andrew Morton , Linus Torvalds , roman.fietze@magna.com, Kees Cook , John Ogness , Akinobu Mita , Alexander Potapenko , Andrey Konovalov , Marco Elver , Rasmus Villemoes , Pavel Machek , Linux Kernel Mailing List , linux-mm References: <20210210051814.845713-1-timur@kernel.org> From: Timur Tabi Message-ID: <56d3df88-4a9e-389a-7ec4-64022f67e303@kernel.org> Date: Wed, 10 Feb 2021 10:57:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/10/21 5:47 AM, Andy Shevchenko wrote: > It's a bit hard in some mailers (like Gmail) to see the different > versions of your patches. > Can you use in the future > - either `git format-patch -v ...`, where is a version > - or `git format-patch --subject-prefix="PATCH vX / RESEND / etc" ...` > ? Yes, of course. Sorry about that. Like I said earlier, I really shouldn't be posting patches late at night, when I will just forget important details.