On 10/01/2015 05:14, nick wrote:
> Greetings Again Everyone,
> I have a few questions about fix mes in emulate.c. They are listed
> in numerical order below.
> 1. For  __emulate_int_real somebody stated we need limit checks. What
> checks are needed for my information.

These are written in the manual as

  IF stack not large enough for a 6-byte return information
     THEN #SS; FI;

> 2. Secondly,about the function, emulate_iret_real are what do you mean 
> by stack limit checks and if possible what parts of the stacks for either
> guest(s) or hosts we need to check.

Same here:

  IF top 6 bytes of stack are not within stack limits
     THEN #SS; FI;

Paolo

> In addition if you need help with other work, please don't feel free to
> contact me.
> Thanks and Regards,
> Nick 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to