[patch 0/2] x86/process: Sanitize bound checks in get_wchan() and unify 32/64 bit

From: Thomas Gleixner
Date: Wed Sep 30 2015 - 04:39:06 EST


As reported by several people the bound checks in get_wchan() on x86/64bit
are wrong.

The following series addresses that problem and as a consequence
unifies the needlessly different implementations of 32 and 64 bit.

Thanks,

tglx

---
process.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
process_32.c | 28 ----------------------------
process_64.c | 24 ------------------------
3 files changed, 55 insertions(+), 52 deletions(-)

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