From owner-svn-src-all@freebsd.org Sun Jul 2 13:39:07 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E01ADA5EAB; Sun, 2 Jul 2017 13:39:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA2F67426; Sun, 2 Jul 2017 13:39:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 7F49C25D37C2; Sun, 2 Jul 2017 13:39:03 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 668C5D1F7FE; Sun, 2 Jul 2017 13:39:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id JQUoVkgwaY5B; Sun, 2 Jul 2017 13:38:56 +0000 (UTC) Received: from [10.9.29.255] (unknown [IPv6:fde9:577b:c1a9:f001::2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 0E640D1F7DF; Sun, 2 Jul 2017 13:38:52 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Ed Maste" Cc: "Mark Johnston" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r320196 - in head/sys: compat/linuxkpi/common/include/linux dev/mlx4/mlx4_core dev/mlx5/mlx5_core Date: Sun, 02 Jul 2017 13:38:49 +0000 Message-ID: <17A8C598-54C2-4794-96D0-9A4D980B1934@lists.zabbadoz.net> In-Reply-To: References: <201706211820.v5LIKHo5061797@repo.freebsd.org> MIME-Version: 1.0 X-Mailer: MailMate (2.0BETAr6086) Content-Type: text/plain; format=flowed; markup=markdown Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 02 Jul 2017 13:39:07 -0000 On 2 Jul 2017, at 13:30, Ed Maste wrote: > On 21 June 2017 at 14:20, Mark Johnston wrote: >> Author: markj >> Date: Wed Jun 21 18:20:17 2017 >> New Revision: 320196 >> URL: https://svnweb.freebsd.org/changeset/base/320196 >> >> Log: >> Update io-mapping.h in the LinuxKPI. > > sparc64 LINT kernel is failing with: > > In file included from > /scratch/tmp/emaste/freebsd/sys/dev/mlx5/mlx5_core/mlx5_main.c:36: > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io= -mapping.h: > In function 'io_mapping_init_wc': > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io= -mapping.h:57: > error: 'VM_MEMATTR_WRITE_COMBINING' undeclared (first use in this > function) > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io= -mapping.h:57: > error: (Each undeclared identifier is reported only once > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io= -mapping.h:57: > error: for each function it appears in.) > *** [mlx5_main.o] Error code 1 and so is arm.LINT: 21 1 warning generated. 22 In file included from = /tank/users/bz/head.svn/sys/dev/mlx5/mlx5_core/mlx5_main.c:36: 23 = /tank/users/bz/head.svn/sys/compat/linuxkpi/common/include/linux/io-mappi= ng.h:57:18: = error: use of undeclared identifier 'VM_MEMATTR_WRITE_COMBINING' 24 mapping->attr =3D VM_MEMATTR_WRITE_COMBINING; 25 ^ 26 1 error generated. 27 --- mlx5_main.o --- 28 *** [mlx5_main.o] Error code 1