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=-4.1 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,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 D5270C433E1 for ; Mon, 22 Jun 2020 08:42:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B46DC20708 for ; Mon, 22 Jun 2020 08:42:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="GJaZfJ6e" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726687AbgFVImC (ORCPT ); Mon, 22 Jun 2020 04:42:02 -0400 Received: from smtp-fw-6002.amazon.com ([52.95.49.90]:4189 "EHLO smtp-fw-6002.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbgFVImB (ORCPT ); Mon, 22 Jun 2020 04:42:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1592815321; x=1624351321; h=from:to:cc:subject:date:message-id:in-reply-to: mime-version; bh=bDBhDASndCFdLhA1woS5qYKbtV6npIX+L7kI/58fy6M=; b=GJaZfJ6eFMfiy/JGe0vV5ML/4XnwRrxJ5zQcDngUmDvAc4sYxFizeyww 5GVI5a3skPDPjtM60gSQd1p+SelMmmiHWgmDGTyZruf6jrSYYfqGQhJz2 c+slx/E0g46KjhmW+rMsrNXywOuUmCnYHvhQbY70LeBskVX8/7XV3tfbr 8=; IronPort-SDR: W6PmXrHLovpVsVBXXkGR3b82z73kUkl1FEX62PXTMAccOjvEwZkTeKRMG69aWqwsnqAMBt/97u 3BkkV1qxmNJw== X-IronPort-AV: E=Sophos;i="5.75,266,1589241600"; d="scan'208";a="37563011" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2b-c7131dcf.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6002.iad6.amazon.com with ESMTP; 22 Jun 2020 08:41:51 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-c7131dcf.us-west-2.amazon.com (Postfix) with ESMTPS id CE3B0A1CC4; Mon, 22 Jun 2020 08:41:48 +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.1497.2; Mon, 22 Jun 2020 08:41:48 +0000 Received: from u886c93fd17d25d.ant.amazon.com (10.43.161.34) by EX13D31EUA001.ant.amazon.com (10.43.165.15) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 22 Jun 2020 08:41:15 +0000 From: SeongJae Park To: SeongJae Park CC: , SeongJae Park , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v16 00/14] Introduce Data Access MONitor (DAMON) Date: Mon, 22 Jun 2020 10:40:54 +0200 Message-ID: <20200622084054.23445-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200615161927.12637-1-sjpark@amazon.com> (raw) MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.161.34] X-ClientProxiedBy: EX13D34UWA001.ant.amazon.com (10.43.160.173) 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 Last week, this patchset received 5 'Reviewed-by' tags, but no further comments for changes. I updated the documentation, but the change is only small. For the reason, I'm only asking more reviews rather than posting the whole series again. Any comment is welcome. Thanks, SeongJae Park