Re: [PATCH] Fix typo in i386 single step changes

From: Linus Torvalds
Date: Sun Jan 02 2005 - 20:12:40 EST




On Sun, 2 Jan 2005, Daniel Jacobowitz wrote:
>
> That test is still wrong... the bit is cleared on the previous line.
> Is it supposed to be testing something else entirely?

Yeah, it's supposed to be removed.

It was old (and clearly broken) cut-and-paste for a condition that can't
happen any more, namely that "ptrace & PT_TRACED" is not set any more.
That "stale ptrace bit set" condition hasn't been valid for a long time,
it just never got removed. Oh, well.

Linus
-
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/