Re: [Xen-devel] [PATCH v4 1/2] fuzz/x86emul: avoid race in link farm rune

2017-02-20 Thread Jan Beulich
>>> On 20.02.17 at 15:37, wrote: > Several `ln -sf` can race with each other and cause error like: > > 14:43:56 00:07:06 O: ln: cannot remove 'asm': No such file or directory > > Provide dedicated targets for soft-linking directories. > > Reported-by: Andrew Cooper > Signed-off-by: Wei Liu R

[Xen-devel] [PATCH v4 1/2] fuzz/x86emul: avoid race in link farm rune

2017-02-20 Thread Wei Liu
Several `ln -sf` can race with each other and cause error like: 14:43:56 00:07:06 O: ln: cannot remove 'asm': No such file or directory Provide dedicated targets for soft-linking directories. Reported-by: Andrew Cooper Signed-off-by: Wei Liu --- tools/fuzz/x86_instruction_emulator/Makefile |