From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 28 Oct 2008 00:07:45 -0700 Subject: [U-Boot] [PATCH] xilinx_emaclite buffer overrun In-Reply-To: <1225119900-8302-1-git-send-email-uboot@xentech.co.uk> References: <1225119900-8302-1-git-send-email-uboot@xentech.co.uk> Message-ID: <4906BA41.7090708@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Clive Stubbings wrote: > Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and > PKTSIZE_ALIGN bytes long. > > Acked-by: Michal Simek > > --- Added to net repo. thanks, Ben