From owner-freebsd-current@freebsd.org Wed Jan 31 18:18:06 2018 Return-Path: Delivered-To: freebsd-current@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 DB7A4EDA977 for ; Wed, 31 Jan 2018 18:18:06 +0000 (UTC) (envelope-from post@herrhagen.de) Received: from mail.srv.hagen.coffee (brews.the.best.midnight.coffee [176.9.40.102]) by mx1.freebsd.org (Postfix) with ESMTP id 797BA72011 for ; Wed, 31 Jan 2018 18:18:05 +0000 (UTC) (envelope-from post@herrhagen.de) Received: from localhost (HSI-KBW-37-49-77-182.hsi14.kabel-badenwuerttemberg.de [37.49.77.182]) by mail.srv.hagen.coffee (Postfix) with ESMTPSA id B5509E9C4 for ; Wed, 31 Jan 2018 19:07:51 +0100 (CET) Date: Wed, 31 Jan 2018 19:09:48 +0100 From: Stefan Hagen To: freebsd-current@freebsd.org Subject: Build failes cause of padlock_cipher.c:90 / commit: bbd1562a4992 Message-ID: <20180131180948.GA72247@ptrace.hagen.corp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Precedence: first-class Priority: normal X-Editor: VIM - Vi IMproved 8.0 X-Operating-System: FreeBSD 12.0-CURRENT amd64 X-Mailer: Mutt 1.9.2 (2017-12-15) X-GPG: 0x883FCC91 OpenPGP: url=https://pgp.ptrace.org; id=883FCC91 User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 18:18:07 -0000 Hello, The kernel build is currently breaking for me: Error: /usr/src/sys/crypto/via/padlock_cipher.c:90:14: error: invalid instruction mnemonic '.byte' "popf \n\t" :3:2: note: instantiated into assembly here rep ^~~ 1 error generated. *** [padlock_cipher.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/padlock 1 error make[4]: stopped in /usr/src/sys/modules/padlock *** [all_subdir_padlock] Error code 2 After reverting the change introduced with bbd1562a4992, it works again. I'm building GENERIC-NODEBUG on skylake. make.conf: MALLOC_PRODUCTION=yes WITHOUT_DEBUG=yes MK_PROFILE=no CPUTYPE?=skylake Best Regards, Stefan