From owner-freebsd-riscv@freebsd.org Mon Dec 16 21:11:52 2019 Return-Path: Delivered-To: freebsd-riscv@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 216C31CED34 for ; Mon, 16 Dec 2019 21:11:52 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yw1-f44.google.com (mail-yw1-f44.google.com [209.85.161.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47cDVJ04FSz4Kg8; Mon, 16 Dec 2019 21:11:51 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yw1-f44.google.com with SMTP id b186so3091570ywc.1; Mon, 16 Dec 2019 13:11:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p96iWYR20AvJ7P4uuKsYYsOo+OyTpg5umh8HH+XprVU=; b=giQ6iB3Om4mudf03XbZNU+dlFqC4EORGYqrdtgPM1S8MT8fIA7SXDwwqn7W6Wu8o/6 YVgVZO8jgGqc6WtqDDhDL+qNlkzv0Fz0jcFG4ZohTPuVeP3+mWdyRm9GB5txgXnCP5/d kuremytiqs09l0Mb9JWwZzwuDHUPJmYeOU/+nKrkmzl34vp6z5El+25ttwcMnYvI9vY3 Zad3KOj1Gu0kpXv8IwnajDKh68+5+NzFyXeWcezOrcNv9d4oJRsIM6HeFLz4888/l2d9 SZfG/F5SsaJ7QdtSifErY24jX6T6WKjNWVQbRRX+FUSzXvn+zhp7BVnKVU5r43MZMuCD gEFw== X-Gm-Message-State: APjAAAXGCzB5aPZkkWGHBHqCPHkKczBMQiq0xfqNjSnwUelEREqZDp2z INeKQUMWKiocrIKu0O2ro30/6DmyJgzD7IFs8YFRb9KT X-Google-Smtp-Source: APXvYqxsNrc8GB+DIC35WqUoaHVvpPXe9+R+Idr0Ug22Bb74tRTrLMzFheKZZHWYJdVIrEuI+yubGYWI/PMCzVVYs9k= X-Received: by 2002:a0d:c3c2:: with SMTP id f185mr20404622ywd.21.1576530710510; Mon, 16 Dec 2019 13:11:50 -0800 (PST) MIME-Version: 1.0 References: <2bc61d55-e45d-0b10-34ee-14bad17ed693@blastwave.org> In-Reply-To: From: Li-Wen Hsu Date: Tue, 17 Dec 2019 05:11:37 +0800 Message-ID: Subject: Re: r355009 dies with a kernel panic To: Mitchell Horne Cc: Dennis Clarke , freebsd-riscv Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47cDVJ04FSz4Kg8 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-riscv@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD on the RISC-V instruction set architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2019 21:11:52 -0000 Please check that the CI actually also has a test job running with qemu: https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/ For now it's just running a boot test. But in the near future we're going to run regression test in it. If you have a reproducible case to trigger this panic, we can add to the test suite. Li-Wen