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=-1.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_DBL_ABUSE_MALW,USER_AGENT_GIT 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 68D09C33CB7 for ; Wed, 29 Jan 2020 14:38:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 331C92468E for ; Wed, 29 Jan 2020 14:38:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="QULbXXD6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726851AbgA2Oia (ORCPT ); Wed, 29 Jan 2020 09:38:30 -0500 Received: from smtp-fw-6001.amazon.com ([52.95.48.154]:48016 "EHLO smtp-fw-6001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726184AbgA2Oi3 (ORCPT ); Wed, 29 Jan 2020 09:38:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1580308708; x=1611844708; h=from:to:cc:subject:date:message-id:in-reply-to: mime-version; bh=bqxr2sAx9WQlUP82ojVknqUNvkUIq8pa07GIMIXno9s=; b=QULbXXD6K8Jk5L0OLjMUg5rD9NyLcmUTrXTDWqBlEJtuKOKOIk0nYBiO 40t+LNutdYLWjEv32pZPS0zCX6peGCPaRH3IbMS3xek66/erDkjt9GQG+ 6ieYuyl5oO8d8eXt8jYjf3riLqPFllELeyin6Mr2eEoLUOP824/AKe8SV U=; IronPort-SDR: AClB7990+0/opEElcsfz8DKWhav6SwPcIhOng9L/QrIR61E1xBkJnpmolex7GGj0v2jaWOucPq EOh+6YBOZfnQ== X-IronPort-AV: E=Sophos;i="5.70,378,1574121600"; d="scan'208";a="15303139" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2b-4ff6265a.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6001.iad6.amazon.com with ESMTP; 29 Jan 2020 14:38:25 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2b-4ff6265a.us-west-2.amazon.com (Postfix) with ESMTPS id E62C4A2A04; Wed, 29 Jan 2020 14:38:23 +0000 (UTC) Received: from EX13D31EUA001.ant.amazon.com (10.43.165.15) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Wed, 29 Jan 2020 14:38:23 +0000 Received: from u886c93fd17d25d.ant.amazon.com (10.43.160.26) by EX13D31EUA001.ant.amazon.com (10.43.165.15) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 29 Jan 2020 14:38:13 +0000 From: To: Peter Zijlstra CC: , , SeongJae Park , , , , , , , , , , , , , , , , , , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , "Namhyung Kim" Subject: Re: Re: Re: [PATCH v2 0/9] Introduce Data Access MONitor (DAMON) Date: Wed, 29 Jan 2020 15:37:58 +0100 Message-ID: <20200129143758.896-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200129125615.GQ14879@hirez.programming.kicks-ass.net> (raw) MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.160.26] X-ClientProxiedBy: EX13D02UWC001.ant.amazon.com (10.43.162.243) To EX13D31EUA001.ant.amazon.com (10.43.165.15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Jan 2020 13:56:15 +0100 Peter Zijlstra wrote: > On Tue, Jan 28, 2020 at 01:00:33PM +0100, sjpark@amazon.com wrote: > > > I worried whether it could be a bother to send the mail to everyone in the > > section, but seems it was an unnecessary worry. Adding those to recipients. > > You can get the original thread of this patchset from > > https://lore.kernel.org/linux-mm/20200128085742.14566-1-sjpark@amazon.com/ > > I read first patch (the document) and still have no friggin clue. Do you mean the document has insufficient description only? If so, could you please point me me which information do you want to be added? Thanks, SeongJae Park