aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorDavid Daney <[email protected]>2013-06-12 17:28:33 +0000
committerRalf Baechle <[email protected]>2013-06-21 18:07:01 +0200
commitd949b4fe6d23dd92b5fa48cbf7af90ca32beed2e (patch)
tree4bb1fb9476533e1db8e9f5fc9fd8055bd476bb4a /tools/perf/scripts/python/check-perf-trace.py
parent4f675e8a6b338ff6ac510595649c647d4888576e (diff)
MIPS: Octeon: Don't clobber bootloader data structures.
Commit abe77f90dc (MIPS: Octeon: Add kexec and kdump support) added a bootmem region for the kernel image itself. The problem is that this is rounded up to a 0x100000 boundary, which is memory that may not be owned by the kernel. Depending on the kernel's configuration based size, this 'extra' memory may contain data passed from the bootloader to the kernel itself, which if clobbered makes the kernel crash in various ways. The fix: Quit rounding the size up, so that we only use memory assigned to the kernel. Signed-off-by: David Daney <[email protected]> Cc: <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/5449/ Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions