diff options
| author | Heiko Carstens <[email protected]> | 2006-01-14 13:20:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-01-14 18:27:08 -0800 |
| commit | eb33c190c2b633f0dfc98481ecf12f62a02c705e (patch) | |
| tree | cb7ec1168d0c9d333adc0d33012c0aefd808e58e /scripts/basic | |
| parent | 7ffbc9da137ef475afd5e01f72e1ce1ce49668b1 (diff) | |
[PATCH] s390: show_task oops
The show_task function walks the kernel stack backchain of processes assuming
that the processes are not running. Since this assumption is not correct
walking the backchain can lead to an addressing exception and therefore to a
kernel hang. So prevent the kernel hang (you still get incorrect results)
verity that all read accesses are within the bounds of the kernel stack before
performing them.
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions