kernel-ark/arch/parisc
Matthew Wilcox 9f15c82686 [PARISC] Fix show_stack() when we can't kmalloc
show_stack() was calling kzalloc() to allocate a struct pt_regs.
This meant that *really* early stack dumps would cause a null pointer
dereference.  x86_64 allocates its pt_regs on the stack, so do the same.

Kyle actually committed this exact patch to CVS on
Wed Jul 26 14:32:39 2006 UTC, and never moved it across to git.
Bad Kyle.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2007-02-17 00:51:25 -05:00
..
configs [PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigs 2006-03-30 17:48:58 +00:00
hpux Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git 2007-02-17 00:18:23 -05:00
kernel [PARISC] Fix show_stack() when we can't kmalloc 2007-02-17 00:51:25 -05:00
lib [NET]: PARISC checksum annotations and cleanups. 2006-12-02 21:23:10 -08:00
math-emu [PARISC] Fix floating point invalid exception trap handler 2006-01-22 20:26:39 -05:00
mm Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git 2007-02-17 00:18:23 -05:00
oprofile [PARISC] sparse fixes 2006-12-08 00:34:33 -05:00
defconfig [PARISC] defconfig updates 2006-04-21 22:20:33 +00:00
defpalo.conf
install.sh
Kconfig [PATCH] LOG2: Implement a general integer log2 facility in the kernel 2006-12-08 08:28:51 -08:00
Kconfig.debug [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only data 2006-01-22 20:26:54 -05:00
Makefile [PARISC] Remove GCC_VERSION usage as suggested by Adrian Bunk 2006-12-08 00:34:44 -05:00
nm