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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 AEB01C433E0 for ; Tue, 9 Mar 2021 10:21:42 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 4894665267 for ; Tue, 9 Mar 2021 10:21:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4894665267 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id C86088D00DB; Tue, 9 Mar 2021 05:21:20 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id C5B5F8D007F; Tue, 9 Mar 2021 05:21:20 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id AFEFC8D00DB; Tue, 9 Mar 2021 05:21:20 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0159.hostedemail.com [216.40.44.159]) by kanga.kvack.org (Postfix) with ESMTP id 9436B8D007F for ; Tue, 9 Mar 2021 05:21:20 -0500 (EST) Received: from smtpin23.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 5CC158249980 for ; Tue, 9 Mar 2021 10:21:20 +0000 (UTC) X-FDA: 77899943520.23.8A4E892 Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by imf13.hostedemail.com (Postfix) with ESMTP id 24B36E0011C5 for ; Tue, 9 Mar 2021 10:21:16 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1615285276; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tF33llBV3uo2QeZ1Jas8yS38WHxztLJqtNt1Cg2HxLU=; b=lku1WzWMgrawmbzOPJ1q1Wr4B8eX+9k9chAWJ9OHIBGEvBby/DC4OBnYD/WUcCCRVhbDj8 pWnW4byNRmKHA75wbozX8JjLdbIPzn/Cnq53H4pIFyXOD6MumYx0RKKYyO6fmX6tMkfhD6 opri3Ais875Z/NlodZqD4AkEW8cuF1I= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 88AC9AC1F; Tue, 9 Mar 2021 10:21:16 +0000 (UTC) Date: Tue, 9 Mar 2021 11:21:15 +0100 From: Petr Mladek To: Yafang Shao Cc: andriy.shevchenko@linux.intel.com, david@redhat.com, linmiaohe@huawei.com, vbabka@suse.cz, cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, rostedt@goodmis.org, sergey.senozhatsky@gmail.com, joe@perches.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Matthew Wilcox Subject: Re: [PATCH v5 3/3] vsprintf: dump full information of page flags in pGp Message-ID: References: <20210215155141.47432-1-laoar.shao@gmail.com> <20210215155141.47432-4-laoar.shao@gmail.com> <20210222133956.GH2858050@casper.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Stat-Signature: gmqxt9sjhhmmfj5qf8r4cby7gh8kpacc X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 24B36E0011C5 Received-SPF: none (suse.com>: No applicable sender policy available) receiver=imf13; identity=mailfrom; envelope-from=""; helo=mx2.suse.de; client-ip=195.135.220.15 X-HE-DKIM-Result: pass/pass X-HE-Tag: 1615285276-281303 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 Wed 2021-03-03 16:43:25, Petr Mladek wrote: > On Mon 2021-02-22 13:39:56, Matthew Wilcox wrote: > > On Mon, Feb 22, 2021 at 01:38:17PM +0100, Petr Mladek wrote: > > > Another question where to push this change. It is pity the we > > > finalized it in the middle of the merge window. It has to spend > > > at least few days in linux-next. > > > > > > I would like to hear from Andy before I push it into linux-next. > > > There is still theoretical chance to get it into 5.12 when Linus > > > prolongs the merge window by one week. it has been delayed by > > > a long lasting power outage. > > > > Usually new code has to be in linux-next by -rc5 or so. This is > > definitely too late for 5.12, but it's nice and early for 5.13! > > OK, I am going to queue it for 5.13 the following week unless anyone > speaks against it in the meantime. The patchset is committed in printk/linux.git, branch for-5.13-vsprintf-pgp. Best Regards, Petr