Re: [Xen-devel] [PATCH 1/2] tools/shim: Fix race condition creating linkfarm.stamp

2019-09-02 Thread Ian Jackson
Andrew Cooper writes ("[PATCH 1/2] tools/shim: Fix race condition creating linkfarm.stamp"): > In the case the while loop gets interrupted, the target musn't appear as > up-to-date. The mov $X.tmp $X must be the last action of the rule. > > Signed-off-by: Andrew Cooper Acked-by: Ian Jackson

[Xen-devel] [PATCH 1/2] tools/shim: Fix race condition creating linkfarm.stamp

2019-09-02 Thread Andrew Cooper
In the case the while loop gets interrupted, the target musn't appear as up-to-date. The mov $X.tmp $X must be the last action of the rule. Signed-off-by: Andrew Cooper --- CC: Ian Jackson CC: Wei Liu CC: Jan Beulich CC: Roger Pau Monné CC: George Dunlap CC: Sander Eikelenboom ---