From owner-freebsd-arm@FreeBSD.ORG Tue Dec 24 19:16:00 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17E5998A; Tue, 24 Dec 2013 19:16:00 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C712718F9; Tue, 24 Dec 2013 19:15:59 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id vb8so6942742obc.35 for ; Tue, 24 Dec 2013 11:15:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=RUJAitxP+tQ54kU+5sGTaSa4RYyzRJG2d7fsOfWxTIk=; b=xfbUFFEKiYYsJR5MjIUqbRxx3N4o2TIBYBI6azv7cBYGzbu2P555xo/4BZEIHKVBPs isjwfYlXmZ0cVMb6nNVkpwQaS8Z2nnORR98nKNqJ6XlFtesDOySW7PmjKqcE16K5YIIV +pTWavxpSewPKlaTEUeZLPej8nSBgQcAuddjNhA2ixQGSMU/dBr0kI0Wx4B6tbHfEf1P rrK1XbF0PkBqnn0JxJH9sD/SzyFIazAC0ZkgNU3nQ0LkYy/vtaxwm7LrP8+lTXt0Krom 58ov516yUqUlVfrHIpYFwzRZGFg/wPryfKwjgAbCpvKTgnRp3cxLYOV9OkVPNI8eZPW9 XKpg== MIME-Version: 1.0 X-Received: by 10.60.135.130 with SMTP id ps2mr2705264oeb.46.1387912559005; Tue, 24 Dec 2013 11:15:59 -0800 (PST) Received: by 10.76.20.82 with HTTP; Tue, 24 Dec 2013 11:15:58 -0800 (PST) In-Reply-To: <20131223194515.GS99167@funkthat.com> References: <20131221191552.GE99167@funkthat.com> <20131223194515.GS99167@funkthat.com> Date: Tue, 24 Dec 2013 21:15:58 +0200 Message-ID: Subject: Re: 10.0-RC1: net/mpd5 crashes in NgMkSockNode due to stack alignment on ARM EABI From: Guy Yur To: freebsd-arm@freebsd.org, freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 19:16:00 -0000 On Mon, Dec 23, 2013 at 9:45 PM, John-Mark Gurney wrote: > Guy Yur wrote this message on Sun, Dec 22, 2013 at 00:46 +0200: >> On Sat, Dec 21, 2013 at 9:15 PM, John-Mark Gurney wrote: >> > Guy Yur wrote this message on Sat, Dec 21, 2013 at 19:24 +0200: >> >> Should I still file a PR? > > Yes, please. It provides a link from the mailing list to the commit and > provides historical reference... > arm/185165 > >> I only tested the new patch compiles for arm.armv6, haven't verified it. > > Can you please verify it? Even though I agree you didn't change anything > w/ the new patch, you'd be surprised what computers think. :) Tested the second patch on the BeagleBone Black, mpd5 is running without crashing. Also tested the changes in a VM running 9.2-RELEASE-p2 i386 with mpd5 running.