From: SeongJae Park <sj@kernel.org>
To: gregkh@linuxfoundation.org
Cc: SeongJae Park <sj@kernel.org>, stable@vger.kernel.org
Subject: Re: FAILED: patch "[PATCH] mm/damon/vaddr: fix issue in damon_va_evenly_split_region()" failed to apply to 6.6-stable tree
Date: Fri, 6 Dec 2024 09:34:26 -0800 [thread overview]
Message-ID: <20241206173426.75223-1-sj@kernel.org> (raw)
In-Reply-To: <2024120622-postcard-cringe-b986@gregkh>
On Fri, 06 Dec 2024 11:16:22 +0100 <gregkh@linuxfoundation.org> wrote:
>
> The patch below does not apply to the 6.6-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 <stable@vger.kernel.org>.
>
> 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.6.y
> git checkout FETCH_HEAD
> git cherry-pick -x f3c7a1ede435e2e45177d7a490a85fb0a0ec96d1
> # <resolve conflicts, build, test, etc.>
I tried this on the latest linux-6.6.y (v6.6.63), and the cherry-pick didn't
reproduce the conflict as below.
$ git checkout stable/linux-6.6.y
[...]
HEAD is now at bff3e13adb72 Linux 6.6.63
damian@damian:~/linux$ git cherry-pick -x f3c7a1ede435e2e45177d7a490a85fb0a0ec96d1
Auto-merging mm/damon/vaddr-test.h
Auto-merging mm/damon/vaddr.c
[detached HEAD 072adde8b33a] mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Author: Zheng Yejian <zhengyejian@huaweicloud.com>
Date: Tue Oct 22 16:39:26 2024 +0800
2 files changed, 3 insertions(+), 2 deletions(-)
mm/damon/tests/vaddr-kunit.h was originally mm/damon/vaddr-test.h, and the path
conversion patch is not on the linux-6.6.y tree. In my case, seems git was
able to know the path change and finish cherry-pick successfully was maybe it
didn't work on your setup for some reason?
Anyway, I'll post the successfully cherry-picked one as a reply to this soon.
Thanks,
SJ
next prev parent reply other threads:[~2024-12-06 17:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 10:16 FAILED: patch "[PATCH] mm/damon/vaddr: fix issue in damon_va_evenly_split_region()" failed to apply to 6.6-stable tree gregkh
2024-12-06 17:34 ` SeongJae Park [this message]
2024-12-06 17:37 ` [PATCH 6.6.y] mm/damon/vaddr: fix issue in damon_va_evenly_split_region() SeongJae Park
2024-12-07 2:07 ` Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241206173426.75223-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.