From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C1153321AA; Sun, 8 Mar 2026 17:14:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772990093; cv=none; b=OJAQI+dTe31LFYj+BVzM/Ml13yczbaYbFw3pAXmFZLnJjLaeqlu1K2I10XipbUI7RDMiOosf/f0Li2jktKZLfEEEVaxF4pGqp/PSN/P5AEsMiF3Sv0q/Y9PbE7sRKg6pdSWUhnxPwgGtbMeKAWI+p2gu0l8KnTXq2xoldEp0Uxo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772990093; c=relaxed/simple; bh=NsIXoAOOSLI/fYoLQQwnCT+h9QgwJEsfGMfdhiysuoU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Bviws2zBLpugD92xY5O7/HS4MaCAou3HSAUb1+zA4Z/mCNuzSczJnFnKvMXDNQ3yOStw93O0XOM0QhbLz4U57v/o7sV2UXIEeTjKI1s8GJs7+TnxaQvZiZp+nLfUAimxZvN8oY5gdhjtbK80HH01bvEYFd9wXsC6AoupWhAFyOA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GdeSW8Zz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GdeSW8Zz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F8FCC116C6; Sun, 8 Mar 2026 17:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772990093; bh=NsIXoAOOSLI/fYoLQQwnCT+h9QgwJEsfGMfdhiysuoU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GdeSW8ZzWUEW3QYLAZlkfyA/QfALGgQfa6yUd2CjMEJMA5UwByybMJFMCFAxN8d0e DAHGlkk6XdCV6VGxo0tYUtRD0/231v6sZ7v+dxMM53eNTcvSWD9Nhx4m2ymdRjMbDA A0QhxjFjT4mGaz3tRh3nMKcbHf6tVtyHtMEIttubdx01pqGsRnjegV+rYU4KO9sA8Q zkYt0YLlonazo0fkh0ke+qLsBhhiwRLtl0jPd+2c0tUJI07g3xZbvPSBDmkgex3b1Y rLsUYJQRCbzltXz3ZcZG8EKzPoex0V86ZHYdcpetPtqMN8NcQMEhK4xITw8lEnfQmK FCwyT0aU0n2PA== From: SeongJae Park To: Aether Cc: SeongJae Park , damon@lists.linux.dev, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation/mm/damon: fix typo in index.rst Date: Sun, 8 Mar 2026 10:14:31 -0700 Message-ID: <20260308171432.209411-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Liew Rui Yan, On Sun, 8 Mar 2026 11:05:09 +0800 Aether wrote: > Hi SeongJae, > > I just noticed that you already submitted the same fix for the type in > Documentation/mm/damon/index.rst. Yes, I unfortunately sent [1] it a few hours before your posting. > Sorry for the duplicate! No worry, this kind of duplication is very common in our real life! I'm rather sorry that I wasted your time by posting my patch too late. > > I'll make sure to search the mailing list first next time before submitting a > patch. Such searching would be exhausting. Please feel free to just send patches. I can help handling such duplications :) Nonetheless, if you really want to avoid this kind of duplication, checking damon/next tree [2] before starting your work could be a good practice. The tree contains all DAMON patches that aimed to be mainlined in near future. Note that the tree also contains patches that not aim to be mainlined in near future. If you get any question about the tree, please feel free to reach out to me. > Thanks for the quick fix, and thanks for maintaining DAMON! My greatest pleasure! [1] https://lore.kernel.org/20260307195356.203753-8-sj@kernel.org [2] https://origin.kernel.org/doc/html/latest/mm/damon/maintainer-profile.html#scm-trees Thanks, SJ [...]