aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2008-05-05 12:36:38 +0200
committerIngo Molnar <[email protected]>2008-05-12 21:28:06 +0200
commit04b361abfdc522239e3a071f3afdebf5787d9f03 (patch)
treea98dbb398220ded0fa2bbc2a147d0edec7ec19f3 /tools/perf/scripts/python
parentce17833183bf0a08ce3d174a2088eff0a06f2080 (diff)
i386: Execute stack overflow warning on interrupt stack v2
Previously the reporting printk would run on the process stack, which risks overflow an already low stack. Instead execute it on the interrupt stack. This makes it more likely for the printk to make it actually out. It adds one not taken test/branch more to the interrupt path when stack overflow checking is enabled. We could avoid that by duplicating more code, but that seemed not worth it. Based on an observation by Eric Sandeen. v2: Fix warnings in some configs Signed-off-by: Andi Kleen <[email protected]> Cc: [email protected] Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions