From: Greg Ungerer Date: Mon, 26 Jun 2006 01:01:32 +0000 (+1000) Subject: [PATCH] m68knommu: force stack alignment on ColdFire X-Git-Tag: v2.6.18-rc1~835 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf9a37d8d;p=pandora-kernel.git [PATCH] m68knommu: force stack alignment on ColdFire This patch solve a bug triggered by execvp (this function use calloc to store the argument list and gcc 3.4.x align the stack to word, not to dword). This situation aren't related to signal handling and all 2.6.x have the bug. On ColdFire targets we must force the stack to be aligned. Original patch from Andrea Tarani , Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed