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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 12662C352A3 for ; Tue, 11 Feb 2020 10:40:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E4B5F206D7 for ; Tue, 11 Feb 2020 10:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728391AbgBKKkp (ORCPT ); Tue, 11 Feb 2020 05:40:45 -0500 Received: from outbound-smtp55.blacknight.com ([46.22.136.239]:47731 "EHLO outbound-smtp55.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728312AbgBKKko (ORCPT ); Tue, 11 Feb 2020 05:40:44 -0500 Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp55.blacknight.com (Postfix) with ESMTPS id BFB55FA8A1 for ; Tue, 11 Feb 2020 10:40:42 +0000 (GMT) Received: (qmail 4116 invoked from network); 11 Feb 2020 10:40:42 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.18.57]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 11 Feb 2020 10:40:42 -0000 Date: Tue, 11 Feb 2020 10:40:41 +0000 From: Mel Gorman To: Alexander Duyck Cc: akpm@linux-foundation.org, david@redhat.com, yang.zhang.wz@gmail.com, nitesh@redhat.com, konrad.wilk@oracle.com, pagupta@redhat.com, riel@surriel.com, lcapitulino@redhat.com, dave.hansen@intel.com, wei.w.wang@intel.com, aarcange@redhat.com, pbonzini@redhat.com, dan.j.williams@intel.com, osalvador@suse.de, vbabka@suse.cz, AlexanderDuyck , kvm@vger.kernel.org, mst@redhat.com, linux-kernel@vger.kernel.org, willy@infradead.org, mhocko@kernel.org, linux-mm@kvack.org Subject: Re: Should I repost? (was: Re: [PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting) Message-ID: <20200211104041.GK3466@techsingularity.net> References: <20200122173040.6142.39116.stgit@localhost.localdomain> <6758b1e3373fc06b37af1c87901237974d52322f.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 10, 2020 at 11:18:59AM -0800, Alexander Duyck wrote: > > So I thought I would put out a gentle nudge since it has been about 4 > > weeks since v16 was submitted, a little over a week and a half for v16.1, > > and I have yet to get any feedback on the code contained in the patchset. > > Codewise nothing has changed from the v16 patchset other than rebasing it > > off of the linux-next tree to resolve some merge conflicts that I saw > > recently, and discussion around v16.1 was mostly about next steps and how > > to deal with the page cache instead of discussing the code itself. > > > > The full patchset can be found at: > > https://lore.kernel.org/lkml/20200122173040.6142.39116.stgit@localhost.localdomain/ > > > > I believe I still need review feedback for patches 3, 4, 7, 8, and 9. > > > > Thanks. > > > > - Alex > > So I had posted this patch set a few days before Linus's merge window > opened. When I posted it the discussion was about what the follow-up on > this patch set will be in terms of putting pressure on the page cache to > force it to shrink. However I didn't get any review comments on the code > itself. > > My last understanding on this patch set is that I am waiting on patch > feedback from Mel Gorman as he had the remaining requests that led to most > of the changes in v15 and v16. I believe I have addressed them, but I > don't believe he has had a chance to review them. > > I am wondering now if it is still possible to either get it reviewed > and/or applied without reposting, or do I need to repost it since it has > been several weeks since I submitted it? The patch set still applies to > the linux-next tree without any issues. > Please repost to take into account that this is confirmed to be working as expected after the merge window and has not conflicted with anything else that got merged in the meantime. This fell off my radar because of the timing when it was posted and the volume of mail I was receiving. I simply noted a large amount of traffic in response to the series and assumed others had issues that would get resolved without looking closely. Now I see that it was all comments on future work instead of the series itself. Sorry. -- Mel Gorman SUSE Labs