From owner-freebsd-stable@freebsd.org Mon Dec 14 15:46:26 2015 Return-Path: Delivered-To: freebsd-stable@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 D66D0A47FBE for ; Mon, 14 Dec 2015 15:46:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 9E4C81015; Mon, 14 Dec 2015 15:46:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A4C561FE023; Mon, 14 Dec 2015 16:46:22 +0100 (CET) Subject: Re: XEN kernel broken with mlx5* To: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , NGie Cooper References: <70CE8FFD-6210-43D9-8A43-A7C145E87B46@gmail.com> <566EDAC7.1010202@FreeBSD.org> Cc: FreeBSD-Stable ML From: Hans Petter Selasky Message-ID: <566EE4C0.50302@selasky.org> Date: Mon, 14 Dec 2015 16:48:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <566EDAC7.1010202@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 15:46:26 -0000 On 12/14/15 16:05, Roger Pau Monné wrote: > El 14/12/15 a les 15.35, NGie Cooper ha escrit: >> Hi HPS, >> It seems that XEN.i386 is broken with the mlx5* module due to a mismatch in function definitions. Some refactoring took place on head that appears to have “fixed” this issue. Could you or Roger please fix it? > > No refactoring took place on HEAD, the XEN.i386 kernel was simply > removed. AFAICT adding the affected drivers into the WITHOUT_MODULES > list in the XEN kernel config file should solve it. > > Roger. > > See here: https://svnweb.freebsd.org/changeset/base/292213 Thank you! --HPS