From: Vivek Goyal Date: Tue, 10 Jan 2006 04:51:42 +0000 (-0800) Subject: [PATCH] kdump: export per cpu crash notes pointer through sysfs X-Git-Tag: v2.6.16-rc1~638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51be5606d9ff9eb27ed6514f6172fbd7578a25d6;p=pandora-kernel.git [PATCH] kdump: export per cpu crash notes pointer through sysfs - Kexec on panic functionality allocates memory for saving cpu registers in case of system crash event. Address of this allocated memory needs to be exported to user space, which is used by kexec-tools. - Previously, a single /sys/kernel/crash_notes entry was being exported as memory allocated was a single continuous array. Now memory allocation being dyanmic and per cpu based, address of per cpu buffer is exported through "/sys/devices/system/cpu/cpuX/crash_notes" Signed-off-by: Vivek Goyal Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed