qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 04/29] {linux,bsd}-user: Update ts_tid after fork()


From: Richard Henderson
Subject: Re: [PATCH 04/29] {linux,bsd}-user: Update ts_tid after fork()
Date: Tue, 5 Mar 2024 10:44:03 -1000
User-agent: Mozilla Thunderbird

On 3/5/24 02:09, Alex Bennée wrote:
From: Ilya Leoshkevich<iii@linux.ibm.com>

Currently ts_tid contains the parent tid after fork(), which is not
correct. So far it has not affected anything, but the upcoming
follow-fork-mode child support relies on the correct value, so fix it.

Reviewed-by: Alex Bennée<alex.bennee@linaro.org>
Signed-off-by: Ilya Leoshkevich<iii@linux.ibm.com>
Reviewed-by: Warner Losh<imp@bsdimp.com>
Message-Id:<20240219141628.246823-4-iii@linux.ibm.com>
Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  bsd-user/main.c   | 1 +
  linux-user/main.c | 1 +
  2 files changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]