From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Smecher Date: Tue, 08 Dec 2009 08:04:25 -0800 Subject: [U-Boot] [PATCH] Stop stack clobbering in microblaze-generic. In-Reply-To: <4B1E0E1C.2060308@monstr.eu> References: <1260202197-1949-1-git-send-email-graeme.smecher@mail.mcgill.ca> <4B1E0E1C.2060308@monstr.eu> Message-ID: <4B1E7909.4030408@mail.mcgill.ca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, Michal Simek wrote: > Hi Graeme, > > Graeme Smecher wrote: > >> From: Graeme Smecher >> >> A typo caused the stack and malloc regions to overlap, which prevented >> mem_malloc_init() from returning. This commit makes the memory layout match >> the example described in include/configs/microblaze-generic.h >> > > I added your Sign-off-by line and all microblaze patches should have > "microblaze:" prefix in subject. I fixed these things and your patch is > in microblaze repo. > Thanks. However, I notice (and you've probably noticed too) that the "From" address in the patch is bogus. Please let me know if you'd like me to resubmit with a valid e-mail. Sorry for the extra hassle. best, Graeme