commit | 98fb4e5e6b100a247ce2dbf2d1699726fdcdef20 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 05 17:45:53 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Sep 06 08:09:27 2013 +0930 |
tree | caed1f9e084f2e8f7d1a38b8705d2c7831da2ee8 | |
parent | 4623c28e222d82f87537ef66db61ebcfbd8306db [diff] |
lguest: fix guest kernel stack overflow when TF bit set. The symptoms are that running gdb on a binary causes the guest to overflow the kernels stack (after some period of time), resulting in it finally being killed with a "Bad address" message. Reported-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>