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=-12.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable 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 8A69BC49361 for ; Mon, 14 Jun 2021 08:10:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 700A0613C3 for ; Mon, 14 Jun 2021 08:10:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232623AbhFNIMO (ORCPT ); Mon, 14 Jun 2021 04:12:14 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:29388 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232592AbhFNIML (ORCPT ); Mon, 14 Jun 2021 04:12:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1623658210; x=1655194210; h=to:cc:references:subject:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=xEflTEyJ3ZXntxi3JP2PbSWowPZDRRzwaez53lJXRfI=; b=sKki8mMkfjAp6MIATVod7qaUDIEJQxPYQAsdhGpQxZQvhQHJE0FC6Iiv WbE1x6tVI0Z0Qn64RSvdJ7csgcQYckBhuNyWwBmS/tMGu8M+nf0TR+kKZ sLZSWJ8/MnOVIDUfzz7XjQyQpl0BNTYXIezZoDs0l4G/IezycH6W5pID4 s=; X-IronPort-AV: E=Sophos;i="5.83,272,1616457600"; d="scan'208";a="139960241" Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-2b-c300ac87.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-9102.sea19.amazon.com with ESMTP; 14 Jun 2021 08:10:02 +0000 Received: from EX13D31EUB003.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan2.pdx.amazon.com [10.236.137.194]) by email-inbound-relay-2b-c300ac87.us-west-2.amazon.com (Postfix) with ESMTPS id 9F6ACA18B2; Mon, 14 Jun 2021 08:09:59 +0000 (UTC) Received: from EX13MTAUEA002.ant.amazon.com (10.43.61.77) by EX13D31EUB003.ant.amazon.com (10.43.166.177) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Mon, 14 Jun 2021 08:09:57 +0000 Received: from u898248c994d452.ant.amazon.com (10.50.205.34) by mail-relay.amazon.com (10.43.61.169) with Microsoft SMTP Server (TLS) id 15.0.1497.18 via Frontend Transport; Mon, 14 Jun 2021 08:09:48 +0000 To: CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20210520075629.4332-1-sj38.park@gmail.com> Subject: Re: [PATCH v29 00/13] Introduce Data Access MONitor (DAMON) From: Message-ID: <76be5866-ab27-2478-1fd3-89a75870802a@amazon.com> Date: Mon, 14 Jun 2021 10:09:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210520075629.4332-1-sj38.park@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For patches 00 to 07, Reviewed-by: Fernand Sieber