commit | 84b2789d61156db0224724806b20110c0d34b07c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jan 13 22:09:42 2021 +0100 |
committer | Richard Weinberger <richard@nod.at> | Fri Feb 12 21:34:33 2021 +0100 |
tree | 2af3dfceb3fb3fc0271c0cc742db74b9c10afffe | |
parent | a7d48886cacf8b426e0079bca9639d2657cf2d38 [diff] |
um: separate child and parent errors in clone stub If the two are mixed up, then it looks as though the parent returned an error if the child failed (before) the mmap(), and then the resulting process never gets killed. Fix this by splitting the child and parent errors, reporting and using them appropriately. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>