On 07/08, Matthew Wilcox wrote:
On Wed, Jul 04, 2018 at 02:25:32PM +0800, Ye Xiaolong wrote:
> Hi, Matthew
>
> The issue should be fixed now, could you have a try?
I could really use some help diagnosing this. Is there a way to ssh
into the lkp virtual machine while it's running, or boot it to a command
prompt, or something else I can use to (eg) run strace?
Hi, you can use -s option to specify arbitrary ssh port when using lkp qemu, like
bin/lkp qemu -k <bzImage> -s <ssh_port> job-script
Then you should be able to login with:
ssh -p <ssh_port> root@localhost
Thanks,
Xiaolong
When I boot the same kernel with the ktest system (which I do know how to
ssh into), running usemem with the same parameters successfully forks four
tasks. So I'm a little stuck.