From owner-svn-src-head@freebsd.org Fri Jul 20 03:32:06 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFCFD102DEE4 for ; Fri, 20 Jul 2018 03:32:05 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63B658A4D4 for ; Fri, 20 Jul 2018 03:32:05 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 76cf35b6-8bcd-11e8-93fa-f3ebd9db2b94 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 76cf35b6-8bcd-11e8-93fa-f3ebd9db2b94; Fri, 20 Jul 2018 03:32:02 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6K3W1s5004558; Thu, 19 Jul 2018 21:32:01 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1532057521.1344.26.camel@freebsd.org> Subject: Re: svn commit: r336451 - in head/sys/dev/mlx5: . mlx5_core mlx5_en From: Ian Lepore To: Allan Jude , Hans Petter Selasky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 19 Jul 2018 21:32:01 -0600 In-Reply-To: <5e712e56-3b3b-2905-ce32-ff933886df77@freebsd.org> References: <201807181012.w6IACrib086913@repo.freebsd.org> <1532040910.1344.19.camel@freebsd.org> <5e712e56-3b3b-2905-ce32-ff933886df77@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 03:32:06 -0000 On Thu, 2018-07-19 at 21:59 -0400, Allan Jude wrote: > On 2018-07-19 18:55, Ian Lepore wrote: > > > > On Wed, 2018-07-18 at 10:12 +0000, Hans Petter Selasky wrote: > > > > > > Author: hselasky > > > Date: Wed Jul 18 10:12:53 2018 > > > New Revision: 336451 > > > URL: https://svnweb.freebsd.org/changeset/base/336451 > > > > > > Log: > > >   Update version information for the mlx5 and mlx5en(4) modules. > > >    > > >   While at it bump some copyright dates. > > >    > > >   MFC after: 1 week > > >   Sponsored by: Mellanox Technologies > > After this recent set of commits, the sparc64, powerpc64, and armv4 > > LINT kernels are failing to build. The problems are all some combo of > > missing fcmpset functions, or missing 64-bit atomic functions. I'm not > > sure this driver is useful on any of those platforms, but I guess it > > has always built fine in the past. > > > > -- Ian > > > I think you have the wrong commit. This commit only changes some static > strings, and copyright comments. > I replied to the last in the "recent set of commits" I mentioned. I have no idea which specific commit in the group caused the problem. -- Ian