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 ABA121DD525 for ; Sat, 2 May 2026 03:06:38 +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=1777691198; cv=none; b=IDJ+2rClORpzQbomxUQCKyGuANj0CpdyxMEikgQdncyGhyqz6DOqeMvIKXaVYIIZwXIC/wLQ9wXhTdlTBRy1qA4DSS401/bNOH74k72fdn0jpj9+U+5ZIF6jeS0ljC7b9vAUcTAFUeDgYovbwYwZZVGzgNoKnrKf7JKCGwqmSF8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777691198; c=relaxed/simple; bh=5oL081m1pbWM8M4iwVYJIisa55uoUlK3U0lVydp28Ho=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Uo6Oa+wmKNp97RhgiA7O1uskK/2pTyrRU5y900plxUQslGEUALPmxkGQ4KbrkBE1cGAdkEy6/79Sp/WuNwyRfWl6zziaxHC4OzAOpaLXwlM7KfHyQeD0MvedI8Tr9D02BEazHk38V0e6AvV+higc4CuW/boJylejE++6zFzqP70= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UPDCG//f; 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="UPDCG//f" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FC9AC2BCB4; Sat, 2 May 2026 03:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777691198; bh=5oL081m1pbWM8M4iwVYJIisa55uoUlK3U0lVydp28Ho=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UPDCG//fYvPABnefnqmEAQykWpfRlpIEgOEb4eIx9C2rcpZVfiNVvvOxkC6NWoJY6 y6CiZ7ZUHSUX6V9mKX/Uz6n/LH5ULeXp52Jhq3+0HWI9eCxN2TUNcvOAVxzAAX+lGi CdQKLO3TWEwNJ2kh1671wxgbA4HpPq0oxe+V4v5Qjo2Jb4R+CYbnfZEa5pizTTixcY 0Z7iR1VFuQCByEhYzmPcdlyDAuMCKZ2pIsQzdJKvg6AAsup4zg/A/3kX75GqN5r+5g fVyT6/5c5v87He7ahiNgzQVHfD1GA/ROC8Z1Qk/wTwq/qRmYRyM7aN9OqDi9Em6CBY RSuX6rIhKuulg== From: SeongJae Park To: gregkh@linuxfoundation.org Cc: SeongJae Park , akpm@linux-foundation.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mm/damon/core: fix damos_walk() vs kdamond_fn() exit race" failed to apply to 6.18-stable tree Date: Fri, 1 May 2026 20:06:23 -0700 Message-ID: <20260502030624.127487-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <2026050141-likewise-trapeze-f1cc@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Fri, 01 May 2026 13:01:41 +0200 wrote: > > The patch below does not apply to the 6.18-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . > > To reproduce the conflict and resubmit, you may use the following commands: > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.18.y > git checkout FETCH_HEAD > git cherry-pick -x 33c3f6c2b48cd84b441dba1ee3e62290e53930f4 > # > git commit -s > git send-email --to '' --in-reply-to '2026050141-likewise-trapeze-f1cc@gregkh' --subject-prefix 'PATCH 6.18.y' HEAD^.. > > Possible dependencies: > > > > thanks, > > greg k-h > > ------------------ original commit in Linus's tree ------------------ > > >From 33c3f6c2b48cd84b441dba1ee3e62290e53930f4 Mon Sep 17 00:00:00 2001 > From: SeongJae Park > Date: Fri, 27 Mar 2026 16:33:15 -0700 > Subject: [PATCH] mm/damon/core: fix damos_walk() vs kdamond_fn() exit race The patch should be merged together with daf51c2e9585 ("mm/damon/core: fix damon_call() vs kdamond_fn() exit race") but seems you tried to apply the patch without the dependent one. Nonetheless, the previous one also cannot be cleanly applied. Even after the previous one is applied, the patch cannot cleanly applied, either. So I posted the two patches [1,2] that ported for 6.18, as replies to this original mail. [1] https://lore.kernel.org/20260502030257.127460-1-sj@kernel.org [2] https://lore.kernel.org/20260502030257.127460-2-sj@kernel.org Thanks, SJ [...]