Re: CONFIG_DEBUG_INFO_SPLIT impacts on faddr2line

From: Fengguang Wu
Date: Sun Nov 12 2017 - 21:22:16 EST


[...]
> Oh - and talking about "big step forward" - does the 0day robot do
> any
> suspend/resume testing at all?
Yes, we do. CC Rui and Aaron on power testing.

yes, we have added suspend/resume test in 0day, including both
functionality and suspend/resume performance. It is not widely run
because most of the 0Day testboxes are servers/desktops, now we've just
added some client laptops as testboxes, and will add more in the near
future. :)
>
> Even on non-laptop hardware, it should be possible to do something
> like
>
> ÂÂÂecho platform > /sys/power/pm_test
> ÂÂÂecho freeze > /sys/power/state
>
> or similar (assuming CONFIG_PM_DEBUG is enabled).
>

yes.

I will run native suspend/resume test on laptops and other test boxes
that really support it, and run suspend/resume test in pm_test modes on
the others to help us find more issues.

It's a good plan, thanks! Client devices can be much cheaper than servers.
They have more diversities in HW while being more general available.

On the other hand, if there are PM functionalities that can be tested
inside QEMU, it'll be good to have. Since no real HW can be tested as
cheap and extensive as the large amount of VMs.

Thanks,
Fengguang