From: 李威威 <liweiwei@kubuds.cn>
To: "Richard Henderson" <richard.henderson@linaro.org>,
pbonzini <pbonzini@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>
Cc: kasperl <kasperl@rivosinc.com>, 王俊强 <wangjunqiang@kubuds.cn>,
"Wei Wu" <lazyparser@gmail.com>, liwei1518 <liwei1518@gmail.com>
Subject: Re: Re: [PATCH] accel/tcg: fix self-modify-code problem when modify code in a single tb loop
Date: Tue, 23 Sep 2025 10:04:41 +0800 [thread overview]
Message-ID: <tencent_55B681D209516B8364F39BD9@qq.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]
Richard Henderson <richard.henderson@linaro.org> 于2025年9月23日周二 07:22写道:
>
> On 9/17/25 05:47, liweiwei@kubuds.cn wrote:
> > From: Weiwei Li <liweiwei@kubuds.cn>
> >
> > The problem is triggered in following conditions:
> > - thread 1:
> > run spin loop(ended with a direct jump) like "0x0000006f, // jal zero, #0"
> > - thread 2:
> > do something, and then modify the loop code of thread 1 to nop isntruction,
> > finally wait thread 1 exit.
> >
> > The loop tb which is patched to jump to itself, will not be updated in this case
> > and will never exit.
> >
> > Signed-off-by: Weiwei Li <liweiwei@kubuds.cn>
> > ---
> > accel/tcg/cpu-exec.c | 8 ++++++--
> > 1 file changed, 6 insertions(+), 2 deletions(-)
>
> If there's a problem with 1 tb, there's also a problem with 2 tb like
>
> jal zero, #4
> jal zero, #-4
>
I tried this case. And it didn't have this problem.
This problem seems only existed in single tb loop.
>
> But unlinking the tb should be part of invalidation, so I don't quite see where the
> problem is. You need to expand on the description of the problem.
>
I think the problem is the single tb is always in use when the single tb is linked with itself,
and it cannot be updated when we update the code。
Regards,
Weiwei Li
>
> r~
[-- Attachment #2: Type: text/html, Size: 2376 bytes --]
next reply other threads:[~2025-09-23 2:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 2:04 李威威 [this message]
2025-09-23 2:10 ` [PATCH] accel/tcg: fix self-modify-code problem when modify code in a single tb loop Richard Henderson
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 7:35 李威威
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=tencent_55B681D209516B8364F39BD9@qq.com \
--to=liweiwei@kubuds.cn \
--cc=kasperl@rivosinc.com \
--cc=lazyparser@gmail.com \
--cc=liwei1518@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=wangjunqiang@kubuds.cn \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).