Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-11 Thread Peng Liang
On 11/12/2020 1:26 AM, Dr. David Alan Gilbert wrote: > * Igor Mammedov (imamm...@redhat.com) wrote: >> On Wed, 11 Nov 2020 14:01:12 + >> "Dr. David Alan Gilbert" wrote: >> >>> Is someone taking a fix for this in 5.2 - it's breaking vmstate >>> comparison. >> can you merge it via migration tree

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-11 Thread Dr. David Alan Gilbert
* Igor Mammedov (imamm...@redhat.com) wrote: > On Wed, 11 Nov 2020 14:01:12 + > "Dr. David Alan Gilbert" wrote: > > > Is someone taking a fix for this in 5.2 - it's breaking vmstate > > comparison. > can you merge it via migration tree? I could; Peng: Could you give a sign-off for this versi

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-11 Thread Igor Mammedov
On Wed, 11 Nov 2020 14:01:12 + "Dr. David Alan Gilbert" wrote: > Is someone taking a fix for this in 5.2 - it's breaking vmstate > comparison. can you merge it via migration tree? [...] for fixed up version below Acked-by: Igor Mammedov > > > > Do you mean that we need another VMStateDes

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-11 Thread Dr. David Alan Gilbert
Is someone taking a fix for this in 5.2 - it's breaking vmstate comparison. Dave * Peng Liang (liangpen...@huawei.com) wrote: > On 10/24/2020 2:54 AM, Dr. David Alan Gilbert wrote: > > * Igor Mammedov (imamm...@redhat.com) wrote: > >> On Mon, 19 Oct 2020 17:31:56 +0800 > >> Peng Liang wrote: > >

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-26 Thread Dr. David Alan Gilbert
* Igor Mammedov (imamm...@redhat.com) wrote: > On Fri, 23 Oct 2020 19:54:41 +0100 > "Dr. David Alan Gilbert" wrote: > > > * Igor Mammedov (imamm...@redhat.com) wrote: > > > On Mon, 19 Oct 2020 17:31:56 +0800 > > > Peng Liang wrote: > > > > > > > There is a field with vmstate_ghes_state as vms

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-25 Thread Peng Liang
On 10/24/2020 2:54 AM, Dr. David Alan Gilbert wrote: > * Igor Mammedov (imamm...@redhat.com) wrote: >> On Mon, 19 Oct 2020 17:31:56 +0800 >> Peng Liang wrote: >> >>> There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, >>> which will lead to infinite recursion in dump_vmstate_vm

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-23 Thread Igor Mammedov
On Fri, 23 Oct 2020 19:54:41 +0100 "Dr. David Alan Gilbert" wrote: > * Igor Mammedov (imamm...@redhat.com) wrote: > > On Mon, 19 Oct 2020 17:31:56 +0800 > > Peng Liang wrote: > > > > > There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, > > > which will lead to infinite re

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-23 Thread Dr. David Alan Gilbert
* Igor Mammedov (imamm...@redhat.com) wrote: > On Mon, 19 Oct 2020 17:31:56 +0800 > Peng Liang wrote: > > > There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, > > which will lead to infinite recursion in dump_vmstate_vmsd. > > > > Fixes: a08a64627b ("ACPI: Record the Generic

Re: [PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-23 Thread Igor Mammedov
On Mon, 19 Oct 2020 17:31:56 +0800 Peng Liang wrote: > There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, > which will lead to infinite recursion in dump_vmstate_vmsd. > > Fixes: a08a64627b ("ACPI: Record the Generic Error Status Block address") > Reported-by: Euler Robot >

[PATCH] ACPI: Avoid infinite recursion when dump-vmstate

2020-10-19 Thread Peng Liang
There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, which will lead to infinite recursion in dump_vmstate_vmsd. Fixes: a08a64627b ("ACPI: Record the Generic Error Status Block address") Reported-by: Euler Robot Signed-off-by: Peng Liang --- hw/acpi/generic_event_device.c | 3