From owner-svn-src-head@freebsd.org Mon Jul 16 18:54:55 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 7408D1035AD3; Mon, 16 Jul 2018 18:54:55 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE557E63D; Mon, 16 Jul 2018 18:54:55 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [172.17.133.41] (unknown [12.202.168.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 7011FCF58; Mon, 16 Jul 2018 18:54:54 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.f.0.180709 Date: Mon, 16 Jul 2018 11:54:44 -0700 Subject: Re: svn commit: r336348 - in head/sys: conf crypto/armv8 modules/armv8crypto From: Ravi Pokala To: Andrew Turner , , , Message-ID: <88CA4FD0-F7E6-4AFF-817C-F331A427FD19@panasas.com> Thread-Topic: svn commit: r336348 - in head/sys: conf crypto/armv8 modules/armv8crypto References: <201807161539.w6GFdXrN068666@repo.freebsd.org> In-Reply-To: <201807161539.w6GFdXrN068666@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit 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: Mon, 16 Jul 2018 18:54:55 -0000 -----Original Message----- From: on behalf of Andrew Turner Date: 2018-07-16, Monday at 08:39 To: , , Subject: svn commit: r336348 - in head/sys: conf crypto/armv8 modules/armv8crypto > Author: andrew > Date: Mon Jul 16 15:39:33 2018 > New Revision: 336348 > URL: https://svnweb.freebsd.org/changeset/base/336348 > > Log: > Create an empty stdint.h for arm_neon.h to include. > > The armv8crypto module includes arm_neon.h for the compiler intrinsic > functions. This includes the userland stdint.h file that doesn't exist in > the kernel. Fix this by providing an empty stdint.h to be used when we > include arm_neon.h. > > Sponsored by: DARPA, AFRL > Differential Revision: https://reviews.freebsd.org/D16254 THANK YOU!!! This one file was preventing being able to do tinderbox with just "UNIVERSE_TARGET=kernel-toolchain" followed by "-DMAKE_JUST_KERNELS". I've periodically mentioned this for like a year, but lacked the knowledge to fix it myself. :-) -Ravi (rpokala@)