From owner-dev-commits-src-all@freebsd.org Mon Feb 1 08:00:30 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC6874F4925; Mon, 1 Feb 2021 08:00:30 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (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 4DTgNZ5H4zz4tkl; Mon, 1 Feb 2021 08:00:30 +0000 (UTC) (envelope-from gonzo@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluezbox.com; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+SaUEJbbm+kslGpSjVzvjK5lPInJ8Kh2BIzYZHtUva8=; b=szGT4Zm6I3ym+t0uanQoqJCcXG hJ/0ukU6i9lJ4hqGZr8Fg8xTbaNvGYbcMl+lm3Of2TNRnLHK+64e6ZEnTCzzDIZYYIFpcRj8/xVFu ZSHrzIQL/6KsFFpfW6Uh1lYFRCSiCRQrFramdEFz3Wze4MPpUi8d+t2B+P3Rce4nnOJg=; Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1l6U8E-0007kV-RI; Mon, 01 Feb 2021 00:00:23 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 11180M4L029790; Mon, 1 Feb 2021 00:00:22 -0800 (PST) (envelope-from gonzo@freebsd.org) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@freebsd.org using -f Date: Mon, 1 Feb 2021 00:00:22 -0800 From: Oleksandr Tymoshenko To: Mateusz Guzik Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: e0a0a3efcb09 - main - mips: fix early kernel panic when setting up interrupt counters Message-ID: <20210201080022.GA29734@bluezbox.com> References: <202101312144.10VLiwhn025787@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Mateusz Guzik (mjguzik@gmail.com) wrote: > This breaks building mips XLP64: Sorry about that and thanks for reporting. Should be fixed now. -- gonzo Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: 4DTgNZ5H4zz4tkl X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 08:00:30 -0000 Mateusz Guzik (mjguzik@gmail.com) wrote: > This breaks building mips XLP64: Sorry about that and thanks for reporting. Should be fixed now. -- gonzo