Re: [Xen-devel] [PATCH] libxl: fix POLLHUP handling

2016-04-06 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH] libxl: fix POLLHUP handling"): > On Thu, Mar 31, 2016 at 02:50:07PM +0200, Roger Pau Monne wrote: > > The current code in bootloader_copyfail will error out on expected POLLHUPs > > because of a missing "else" in the if clause. > > > > The behaviour that triggers this

Re: [Xen-devel] [PATCH] libxl: fix POLLHUP handling

2016-04-05 Thread Wei Liu
On Thu, Mar 31, 2016 at 02:50:07PM +0200, Roger Pau Monne wrote: > The current code in bootloader_copyfail will error out on expected POLLHUPs > because of a missing "else" in the if clause. > > The behaviour that triggers this bug has only been seen on FreeBSD so far. > > Signed-off-by: Roger Pa

[Xen-devel] [PATCH] libxl: fix POLLHUP handling

2016-03-31 Thread Roger Pau Monne
The current code in bootloader_copyfail will error out on expected POLLHUPs because of a missing "else" in the if clause. The behaviour that triggers this bug has only been seen on FreeBSD so far. Signed-off-by: Roger Pau Monné Suggested-by: Ian Jackson --- Cc: Ian Jackson Cc: Wei Liu --- to