[Intel-gfx] [IGT PATCH 1/2] aux: Suspend signal helper for shell commands
Imre Deak
imre.deak at intel.com
Fri Oct 13 11:22:15 UTC 2017
On Thu, Oct 12, 2017 at 02:52:40PM +0100, Chris Wilson wrote:
> Quoting Imre Deak (2017-10-12 14:22:06)
> > The clone() system call with a larger executable (like /bin/sh) may have
>
> One thing to note it's not the target executable size that's
> problematic, it's ours. It is our mm that is being forked.
Hm, right didn't think this through. And based on that I tried now
vfork(), but that doesn't work as-is due to how we do our output/error
piping.
I also forgot igt_system_quiet(), will change that too.
> -Chris
More information about the Intel-gfx
mailing list