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=ham 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 90C5EC433E6 for ; Wed, 10 Feb 2021 16:57:23 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 008B964E02 for ; Wed, 10 Feb 2021 16:57:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 008B964E02 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 69F296B0070; Wed, 10 Feb 2021 11:57:22 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 627B56B0072; Wed, 10 Feb 2021 11:57:22 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 4CA056B0073; Wed, 10 Feb 2021 11:57:22 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0244.hostedemail.com [216.40.44.244]) by kanga.kvack.org (Postfix) with ESMTP id 34EBD6B0070 for ; Wed, 10 Feb 2021 11:57:22 -0500 (EST) Received: from smtpin01.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id F2410180AD81A for ; Wed, 10 Feb 2021 16:57:21 +0000 (UTC) X-FDA: 77802963882.01.boot40_14162ac27611 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin01.hostedemail.com (Postfix) with ESMTP id D85A71005A632 for ; Wed, 10 Feb 2021 16:57:21 +0000 (UTC) X-HE-Tag: boot40_14162ac27611 X-Filterd-Recvd-Size: 2833 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf12.hostedemail.com (Postfix) with ESMTP for ; Wed, 10 Feb 2021 16:57:21 +0000 (UTC) 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 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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.