From owner-svn-src-all@freebsd.org Thu Jul 19 22:55:13 2018 Return-Path: Delivered-To: svn-src-all@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 B41C0104F2EC for ; Thu, 19 Jul 2018 22:55:13 +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 3C6C780B68 for ; Thu, 19 Jul 2018 22:55:13 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: ca06c539-8ba6-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 ca06c539-8ba6-11e8-93fa-f3ebd9db2b94; Thu, 19 Jul 2018 22:55:11 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6JMtAhd004115; Thu, 19 Jul 2018 16:55:10 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1532040910.1344.19.camel@freebsd.org> Subject: Re: svn commit: r336451 - in head/sys/dev/mlx5: . mlx5_core mlx5_en From: Ian Lepore To: Hans Petter Selasky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 19 Jul 2018 16:55:10 -0600 In-Reply-To: <201807181012.w6IACrib086913@repo.freebsd.org> References: <201807181012.w6IACrib086913@repo.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-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 22:55:13 -0000 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