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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E39BC433FE for ; Wed, 26 Oct 2022 23:08:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233779AbiJZXIM (ORCPT ); Wed, 26 Oct 2022 19:08:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233624AbiJZXIK (ORCPT ); Wed, 26 Oct 2022 19:08:10 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 917EF786F2 for ; Wed, 26 Oct 2022 16:08:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4A419B82456 for ; Wed, 26 Oct 2022 23:08:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FE3DC433D6; Wed, 26 Oct 2022 23:08:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666825686; bh=H8xP8TrdD17wMSkTUDDHrIYwVh+7IjJyewOgaLdaUAY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gCEtxMWdBOZqbJlwTDSgk8aKBaoXJpSdiUZqOV0w10b3UldrQekZXZH5mi6jC4JcU 4d8TRGuHbcbEZBojBoioyUZYtqWs5I4h9DexIGUOVeFbn3AvXXMe84CELdYth4oAO6 CgGoQwq/nFsGK0sFT8KGUSEFdGrN4EWOBinPfPnfooM30LK+HWtCttZSU+iaHOGcux f+eH8HGAOzSD3OocjZ02hOUFH4CghbLgHndg+d1/nDG5gqbZDBrhmnORT6Z/8BcxBq NzcCY33BcucgXGm3gb5Ior13hc1Bd1PrlrHhz0mCLE6yi2toIfoIvcYmn1YGTwpvf+ TRZkookGfRX5Q== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , damon@lists.linux.dev, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 00/12] mm/damon: cleanup and refactoring code Date: Wed, 26 Oct 2022 23:08:03 +0000 Message-Id: <20221026230803.100491-1-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221026225943.100429-1-sj@kernel.org> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Wed, 26 Oct 2022 22:59:31 +0000 SeongJae Park wrote: > Changes from v1 > (https://lore.kernel.org/damon/20221024204919.18524-1-sj@kernel.org/): > - Add 10th patch, which splits schemes sysfs directory implementation As mentioned above, I mistakenly forgot adding the tenth patch of this series in the previous version. Could you please replace the series with this version? Please note that the 'synchronous damon_{reclaim,lru_sort} enable/disable' patchset[1] relies on this patchset, so this patchset should be applied before that. Sorry for your inconvenience. Also, please note that there are two minor DAMON documentation fixes[2] that not yet picked in mm-unstable. [1] https://lore.kernel.org/damon/20221025173650.90624-1-sj@kernel.org/ [2] https://lore.kernel.org/damon/20221024174619.15600-1-sj@kernel.org/ Thanks, SJ [...]