[PATCH 0/3] x86/PV: '0' debug key stack dumping adjustments

Jan Beulich posted 3 patches 3 years, 2 months ago
Failed in applying to current master (apply log)
[PATCH 0/3] x86/PV: '0' debug key stack dumping adjustments
Posted by Jan Beulich 3 years, 2 months ago
Having played with '0' for PVH quite a bit lately, it just so happened
that I also tried it with PV, finding that it has been broken for quite
some time.

1: make '0' debug key dump Dom0's stacks again
2: replace assertions in '0' debug key stack dumping
3: drop "vcpu" local variable from show_guest_stack()

Jan


Ping: [PATCH 0/3] x86/PV: '0' debug key stack dumping adjustments
Posted by Jan Beulich 3 years, 1 month ago
On 29.09.2021 11:40, Jan Beulich wrote:
> Having played with '0' for PVH quite a bit lately, it just so happened
> that I also tried it with PV, finding that it has been broken for quite
> some time.
> 
> 1: make '0' debug key dump Dom0's stacks again

The breakage dealt with here can be observed in about every osstest flight.
Therefore I consider this and ...

> 2: replace assertions in '0' debug key stack dumping

... this bugfixes for 4.16, while clearly ...

> 3: drop "vcpu" local variable from show_guest_stack()

... this one is only cleanup.

Jan