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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 DE546C10F12 for ; Wed, 17 Apr 2019 11:06:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E55F20645 for ; Wed, 17 Apr 2019 11:06:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555499179; bh=rCV7DBcbAgLegNdKuefTcqPP82xV+FKAqXBuhpr1S4g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=d1xwSy5RNKDSrnU5ttm6USbBCG8zrDn5Xg2grHMNgcZmXrnjfakVN0LcWGkwDYDPa a5Qu57XltHjtahWJCKFgu7bqyh2IyMamtKBbmfQKSZJrkT84pC5O4bzvYTTjuRQCyz HT/9SpkFHytvGPzFaXjpuJ1MEk3W2J5HFyhRDdDk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731721AbfDQLGS (ORCPT ); Wed, 17 Apr 2019 07:06:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:36258 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726695AbfDQLGS (ORCPT ); Wed, 17 Apr 2019 07:06:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BEA68AE1B; Wed, 17 Apr 2019 11:06:16 +0000 (UTC) Date: Wed, 17 Apr 2019 13:06:15 +0200 From: Michal Hocko To: Zhaoyang Huang Cc: Andrew Morton , Vlastimil Babka , Joonsoo Kim , David Rientjes , Zhaoyang Huang , Roman Gushchin , Jeff Layton , "open list:MEMORY MANAGEMENT" , LKML , Pavel Tatashin , Johannes Weiner , Matthew Wilcox Subject: Re: [RFC PATCH] mm/workingset : judge file page activity via timestamp Message-ID: <20190417110615.GC5878@dhcp22.suse.cz> References: <1555487246-15764-1-git-send-email-huangzhaoyang@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Wed 17-04-19 18:55:15, Zhaoyang Huang wrote: > fix one mailbox and update for some information > > Comparing to http://lkml.kernel.org/r/1554348617-12897-1-git-send-email-huangzhaoyang@gmail.com, > this commit fix the packing order error and add trace_printk for > reference debug information. > > For johannes's comments, please find bellowing for my feedback. OK, this suggests there is no strong reason to poset a new version of the patch then. Please do not fragment discussion and continue discussing in the original email thread until there is some conclusion reached. Thanks! -- Michal Hocko SUSE Labs