Re: KVM overflows the stack

From: Avi Kivity
Date: Thu Jul 17 2008 - 02:42:31 EST


Dave Hansen wrote:
switch (...) {
case x: {
struct medium a;
...
}
case y:
struct medium b;
...
}
};

These could be solved either by stack allocation, or by moving into functions marked noinline. Whichever is easier.

Did you mean dynamic allocation? :)


Yeah. Too early in the morning for me.

Roland's trick might be easier than either, though.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/