Re: What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

From: Linus Torvalds
Date: Mon Nov 21 2016 - 17:25:42 EST


On Mon, Nov 21, 2016 at 2:17 PM, <hpa@xxxxxxxxx> wrote:
>
> Now, segment loads have always ignored the top 32 bits; it's an issue when examined by other kinds of code.

Yes. Particularly ptrace and signal information copying. Need to make
sure those things don't look at (or expose) high bits that may be
stale stack contents etc.

Linus