[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.0?] target/ppc: Fix TCG temporary leaks in gen_slbia()
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH-for-5.0?] target/ppc: Fix TCG temporary leaks in gen_slbia() |
Date: |
Sat, 18 Apr 2020 20:45:44 +1000 |
Excerpts from Philippe Mathieu-Daudé's message of April 17, 2020 9:00 pm:
> On 4/17/20 12:51 PM, Nicholas Piggin wrote:
>> Excerpts from Philippe Mathieu-Daudé's message of April 17, 2020 7:07 pm:
>>> This fixes:
>>>
>>> $ qemu-system-ppc64 \
>>> -machine pseries-4.1 -cpu power9 \
>>> -smp 4 -m 12G -accel tcg ...
>>> ...
>>> Quiescing Open Firmware ...
>>> Booting Linux via __start() @ 0x0000000002000000 ...
>>> Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries
>>> Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries
>>> Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries
>>>
>>> [*] https://www.mail-archive.com/address@hidden/msg05400.html
>>>
>>> Fixes: 0418bf78fe8 ("Fix ISA v3.0 (POWER9) slbia implementation")
>>> Reported-by: Dennis Clarke <address@hidden>
>>> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
>>
>> Thank you, brown bag required. Looks like I should be testing
>> this stuff with --enable-debug, sorry I didn't realise it.
>
> Is that an implicit:
>
> Reviewed-by: Nicholas Piggin <address@hidden>
Yes sure :) If not already merged,
Reviewed-by: Nicholas Piggin <address@hidden>