On Wed, Jan 31, 2024 at 12:35 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Tue, Jan 30, 2024 at 10:25:18AM +0800, Huacai Chen wrote: > > Hi, Greg, > > > > On Tue, Jan 30, 2024 at 12:53 AM <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > > > > > > The patch below does not apply to the 6.1-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@xxxxxxxxxxxxxxx>. > > > > > > 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.1.y > > > git checkout FETCH_HEAD > > > git cherry-pick -x 5056c596c3d1848021a4eaa76ee42f4c05c50346 > > > # <resolve conflicts, build, test, etc.> > > > git commit -s > > > git send-email --to '<stable@xxxxxxxxxxxxxxx>' --in-reply-to '2024012911-outright-violin-e677@gregkh' --subject-prefix 'PATCH 6.1.y' HEAD^.. > > > > > > Possible dependencies: > > > > > > 5056c596c3d1 ("LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()") > > Similar to the commit which it fixes, please change > > rcutree_report_cpu_starting() to rcu_cpu_starting() in the code. > > I need a backported patch for that please :) OK, wait a minute. https://lore.kernel.org/loongarch/20240131072151.1023985-1-chenhuacai@xxxxxxxxxxx/T/#u Huacai