Re: [PATCH] goldfish: fix goldfish_pipe driver BUG

2015-11-06 Thread kbuild test robot
Hi yalin, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.3 next-20151106] url: https://github.com/0day-ci/linux/commits/yalin-wang/goldfish-fix-goldfish_pipe-driver-BUG/20151106-235541 config: i386-allmodconfig (attached as .config) reproduce: # save

[PATCH] goldfish: fix goldfish_pipe driver BUG

2015-11-06 Thread yalin wang
goldfish_pipe_read_write() should pass the buffer's physical address to qemu, so that host can copy access data correctly, currently, the drier write a virtual address into address register, host can not get correct data, then adbd daemon can not work in guest. Also I comment off

[PATCH] goldfish: fix goldfish_pipe driver BUG

2015-11-06 Thread yalin wang
goldfish_pipe_read_write() should pass the buffer's physical address to qemu, so that host can copy access data correctly, currently, the drier write a virtual address into address register, host can not get correct data, then adbd daemon can not work in guest. Also I comment off

Re: [PATCH] goldfish: fix goldfish_pipe driver BUG

2015-11-06 Thread kbuild test robot
Hi yalin, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.3 next-20151106] url: https://github.com/0day-ci/linux/commits/yalin-wang/goldfish-fix-goldfish_pipe-driver-BUG/20151106-235541 config: i386-allmodconfig (attached as .config) reproduce: # save