From owner-freebsd-riscv@freebsd.org Tue Oct 8 08:52:34 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 9D670140193 for ; Tue, 8 Oct 2019 08:52:34 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) (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 46nWM5602gz4cGZ; Tue, 8 Oct 2019 08:52:33 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f171.google.com with SMTP id y204so5634140yby.10; Tue, 08 Oct 2019 01:52:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=fNNHaAXW0bQO9gSvR7HZeD4jy77LJ/+yzpdW+XtiyOg=; b=ZbwS8CkX3zMxbf+Bo72NfSuWk3G1xbjfbRjrUJx99x05MhILlTZT3JkZz9ic0HT6qT FEsz23j3wYG435z/gEm5dotO1BvGQ/3Rt6UCUIDWDgOCdnncPStq6xc0yCP77IhOf8bn eXHXxXwzMTRGHal3gm7AbSZoyM1z/+Vv02nsoZSd104MUY3Nw7mAcwSPWW+UBChsemHA K0Bn54Auk3h986V9uCJHOeHk7HjhgjmKv08OsY++jGcKPuP8O8cXdUgVDiQnv3qfzUPB iz3TtAztRddbdXYlngUjGROP2/qr00dj02fo8I3OHzg8kavAU0eGZUjsrEQxZeasNbwy CcdQ== X-Gm-Message-State: APjAAAXRk6A4+RU+0sfTluWb73BXotpoiKI3De5+Wia7v/3xMCciYHYz 0WH1+y1CiWnTh/SCxjhI+LyokILLBxI5brzlJI78jOc+ X-Google-Smtp-Source: APXvYqwwW/D3kO8/lQOZKdyql9yhFGXPe/gzytax2UdMlptZSWUthBbuhxTlGh5P6foITwezJQ1AtqTCytbyFUCLuac= X-Received: by 2002:a25:5755:: with SMTP id l82mr13926250ybb.451.1570524752492; Tue, 08 Oct 2019 01:52:32 -0700 (PDT) MIME-Version: 1.0 From: Li-Wen Hsu Date: Tue, 8 Oct 2019 16:52:19 +0800 Message-ID: Subject: RISC-V panics on booting after r353294 To: Mark Johnston Cc: freebsd-riscv Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 46nWM5602gz4cGZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of lwhsufreebsd@gmail.com designates 209.85.219.171 as permitted sender) smtp.mailfrom=lwhsufreebsd@gmail.com X-Spamd-Result: default: False [-4.95 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_NEQ_ENVFROM(0.00)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_TLS_ALL(0.00)[]; IP_SCORE(-2.95)[ip: (-9.29), ipnet: 209.85.128.0/17(-3.26), asn: 15169(-2.14), country: US(-0.05)]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[171.219.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[171.219.85.209.rep.mailspike.net : 127.0.0.17]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Tue, 08 Oct 2019 08:52:34 -0000 Hi Mark, I found that FreeBSD-head-riscv64-test is failing after this build: https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/12203/ I suspect r353294 changed some VM stuff and caused this. Can you help check this? Thanks! Best, Li-Wen From owner-freebsd-riscv@freebsd.org Tue Oct 8 09:28:12 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 5DEFD1413B7 for ; Tue, 8 Oct 2019 09:28:12 +0000 (UTC) (envelope-from 0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com) Received: from b230-172.smtp-out.eu-west-1.amazonses.com (b230-172.smtp-out.eu-west-1.amazonses.com [69.169.230.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46nX8B1lpKz4fD8 for ; Tue, 8 Oct 2019 09:28:09 +0000 (UTC) (envelope-from 0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=3cplnviw2evbq5mtsigkvse7zwbsh5h3; d=yuman.us; t=1570526888; h=Message-ID:Date:Subject:From:To:MIME-Version:Content-Type:List-Unsubscribe; bh=BAwp5OI2MtHEZlTHqGuVYKzLDwGHcNDaaB76vEm0xRY=; b=dS6H1o34KgTURi8A3ZbZq8VZQZiUrYY70qqQjb7WtPL196nfznWqiFk+Y+jBXX3x QkvSuW3XpY1XqKtBqplnVXctO/6aDE0INz95ft6yf3rgx7Odhui+3FZWIhEZHdnEdjH xQaRkkoXUe5kbLxoSnrIM6EOAwzUb6Qh4/IS4CCg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ihchhvubuqgjsxyuhssfvqohv7z3u4hn; d=amazonses.com; t=1570526888; h=Message-ID:Date:Subject:From:To:MIME-Version:Content-Type:List-Unsubscribe:Feedback-ID; bh=BAwp5OI2MtHEZlTHqGuVYKzLDwGHcNDaaB76vEm0xRY=; b=bdj4wV2GkVoyYsPsFu4iV2lWJW/iNdnPXRdHud3vEOWP8jX5wQ1wbFxUlizObtjj RKuMw0Y9tKpg+0TXded3HR1I8LfBnw3fCkKf+Hb1bQSOaZlrc6pDyt+iJEUha5sRJSP bo3jmlbYuZMEmWgLkqG+UoGKaA+hbdcGV4SP+LBk= Message-ID: <0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com> Date: Tue, 8 Oct 2019 09:28:08 +0000 Subject: Invitation for YUMAN From: Vincent To: freebsd-riscv@freebsd.org MIME-Version: 1.0 X-EmailOctopus-Version: 3 X-EmailOctopus-Started-Preparing-At: 2019-10-08T09:27:04+00:00 X-EmailOctopus-Ses-Configuration-Set-Name: emailoctopus-92ac08625b86fcb74e8dc6e633188d55 X-EmailOctopus-Sent-At: 2019-10-08T09:28:08+00:00 X-EmailOctopus-Parent-Type-Id: campaign X-EmailOctopus-Parent-Id: c20dc832-e9ad-11e9-be00-06b4694bee2a X-EmailOctopus-List-Id: 7f1bc218-e9ad-11e9-be00-06b4694bee2a X-EmailOctopus-List-Contact-Id: 8856d02b-e9ad-11e9-be00-06b4694bee2a X-SES-Outgoing: 2019.10.08-69.169.230.172 Feedback-ID: 1.eu-west-1.JI6BXWUnqSuL5cSR/HsaAGkJDrJ+yb1niJ5h//2yBCc=:AmazonSES X-Rspamd-Queue-Id: 46nX8B1lpKz4fD8 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yuman.us header.s=3cplnviw2evbq5mtsigkvse7zwbsh5h3 header.b=dS6H1o34; dkim=pass header.d=amazonses.com header.s=ihchhvubuqgjsxyuhssfvqohv7z3u4hn header.b=bdj4wV2G; dmarc=pass (policy=none) header.from=yuman.us; spf=pass (mx1.freebsd.org: domain of 0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com designates 69.169.230.172 as permitted sender) smtp.mailfrom=0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com X-Spamd-Result: default: False [0.62 / 15.00]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yuman.us:s=3cplnviw2evbq5mtsigkvse7zwbsh5h3,amazonses.com:s=ihchhvubuqgjsxyuhssfvqohv7z3u4hn]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:69.169.224.0/20:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; HTML_SHORT_LINK_IMG_1(2.00)[]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.94)[-0.935,0]; MANY_INVISIBLE_PARTS(0.10)[2]; DKIM_TRACE(0.00)[yuman.us:+,amazonses.com:+]; DMARC_POLICY_ALLOW(-0.50)[yuman.us,none]; RCVD_IN_DNSWL_NONE(0.00)[172.230.169.69.list.dnswl.org : 127.0.15.0]; NEURAL_SPAM_MEDIUM(0.46)[0.459,0]; FORGED_SENDER(0.30)[vincent@yuman.us,0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+,1:+,2:~]; IP_SCORE(-0.29)[asn: 16509(-1.40), country: US(-0.05)]; ASN(0.00)[asn:16509, ipnet:69.169.230.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[vincent@yuman.us, 0102016daab28223-695d4e62-a946-41d6-868c-081c32b7202e-000000@eu-west-1.amazonses.com] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Tue, 08 Oct 2019 09:28:12 -0000 [https://www.yuman.io/?mail=3Dfreebsd-riscv@freebsd.org]=20 Yuman redefines what a CMMS should be=E2=80=8B =09=09 Start Free Trial [https://www.yuman.io/pricing?trial=3Dtrue?mail=3Dfreebsd-riscv@freebsd.org= ] _Invitation to Yuman Advanced for 60 days _ =09=09 [https://www.yuman.io?mail=3Dfreebsd-riscv@freebsd.org]=20 Plan your interventions, manage your maintenance! Mobile First, YUMAN allows managers to instantly communicate with technicians on the field and, technical teams to better deal with urgent problems, solve complex cases, collect information and share it directly. Our platform integrates PREDICTIVE, PREVENTIVE AND CURATIVE TOOLS to fully deliver the value promised by the digitalization of maintenance operations=C2=A0=E2=80=8B =09=09 [https://www.yuman.io/planning_interventions?mail=3Dfreebsd-riscv@freebsd.o= rg] Planning & Cartography =09=09 [https://www.yuman.io/technician_interventions?mail=3Dfreebsd-riscv@freebsd= .org] Curative, Preventive, Predictive Operations =09=09 [https://www.yuman.io/maintenance_management?mail=3Dfreebsd-riscv@freebsd.o= rg] Maintenance & Contracts=20 _100% of Yuman customers have increased their turnover in less than 6 months=20 _ =09=09 Book a Demo [https://www.yuman.io?contact&mail=3Dfreebsd-riscv@freebsd.org]=20 =09=09 [https://www.facebook.com/yuman.io/]=20 =09=09 [https://twitter.com/HelloYuman]=20 =09=09 [https://www.linkedin.com/company/yuman-io/]=20 Questions before starting ? Don't hesitate to answer to this email or contact us on=C2=A0hello@yuman.io Unsubscribe [https://arborescens.eomail1.com/unsubscribe?l=3D7f1bc218-e9ad-11e9-be00-06= b4694bee2a&lc=3D8856d02b-e9ad-11e9-be00-06b4694bee2a&p=3Dc20dc832-e9ad-11e9= -be00-06b4694bee2a&pt=3Dcampaign&spa=3D1570526824&t=3D1570526888&s=3Db1719e= d22b7d87e9bc3010b8878d88cf62d6bb8534f473b4046e982fd7cecdfe]. From owner-freebsd-riscv@freebsd.org Tue Oct 8 09:30:45 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 C94FD141C0E for ; Tue, 8 Oct 2019 09:30:45 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhob16.registeredsite.com (atl4mhob16.registeredsite.com [209.17.115.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.registeredsite.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46nXC85DVWz4fvh for ; Tue, 8 Oct 2019 09:30:44 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from mailpod.hostingplatform.com (atl4qobmail01pod2.registeredsite.com [10.30.77.35]) by atl4mhob16.registeredsite.com (8.14.4/8.14.4) with ESMTP id x989Uej2032415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 8 Oct 2019 05:30:41 -0400 Received: (qmail 27031 invoked by uid 0); 8 Oct 2019 09:30:40 -0000 X-TCPREMOTEIP: 99.253.177.25 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.3?) (dclarke@blastwave.org@99.253.177.25) by 0 with ESMTPA; 8 Oct 2019 09:30:40 -0000 Subject: Re: RISC-V panics on booting after r353294 To: freebsd-riscv@freebsd.org References: From: Dennis Clarke Message-ID: Date: Tue, 8 Oct 2019 09:30:39 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Thunderbird/70.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46nXC85DVWz4fvh X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of dclarke@blastwave.org has no SPF policy when checking 209.17.115.109) smtp.mailfrom=dclarke@blastwave.org X-Spamd-Result: default: False [3.75 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-riscv@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_MEDIUM(0.79)[0.785,0]; NEURAL_SPAM_LONG(0.99)[0.994,0]; RCVD_IN_DNSWL_NONE(0.00)[109.115.17.209.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[blastwave.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:19871, ipnet:209.17.112.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(1.07)[ip: (1.68), ipnet: 209.17.112.0/21(2.07), asn: 19871(1.66), country: US(-0.05)]; RWL_MAILSPIKE_POSSIBLE(0.00)[109.115.17.209.rep.mailspike.net : 127.0.0.17] 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: Tue, 08 Oct 2019 09:30:45 -0000 On 2019-10-08 08:52, Li-Wen Hsu wrote: > Hi Mark, > > I found that FreeBSD-head-riscv64-test is failing after this build: > > https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/12203/ > > I suspect r353294 changed some VM stuff and caused this. > > Can you help check this? Thanks! > How are you using qemu for this? -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional From owner-freebsd-riscv@freebsd.org Tue Oct 8 09:49:29 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 D171114249A for ; Tue, 8 Oct 2019 09:49:29 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yw1-f65.google.com (mail-yw1-f65.google.com [209.85.161.65]) (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 46nXcm65k3z3CT7 for ; Tue, 8 Oct 2019 09:49:28 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yw1-f65.google.com with SMTP id 129so6199405ywb.8 for ; Tue, 08 Oct 2019 02:49:28 -0700 (PDT) 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=XWwCzEkrJWO3KC63/T3LVkbZCMAECBoU4C51hLS8IN4=; b=g1EIkQbkLLwZfL2PwiIm2UKjWEfGkjdWvIEKIT8MR+qZQ/H35LnVHLY4ssEjszOqIb Xf/GIod4Pt9sIcQk5inKeMtF2SQGhXo7B5riUY6uyF52RGZSZc0pI+VUrfEVylYUNpOw 1Zu+ENaDknKAXE22/TGS+XkhEZsEveTgSRFCjqLso7Dc613D6AvlL9ECfSrUsJ0bF7yI XMLBJymgDBz1SJD8o0OyZyR6oiHeGOZmC53k0WaDjB/rZOjfSsHXzhEIMuWHxqlwmJS4 ZtRyqG3uihYnFJATakMvO4vxmiTyvpyKYs2k2dtVnceY7cW9c7co9O6b7TTX6lu8uYt8 wPGA== X-Gm-Message-State: APjAAAVui28VsfzBgaGWhWOB+OI95b7140VANCy0+hTX7o+x4Ov8SCl6 BAKdTBDrhD8OINF1ucLdwGhIr52gzSsbUA96X1+actUF X-Google-Smtp-Source: APXvYqxdALSgh9YmhzcHU4LBET4/9xVKB89XbebQH1eADv8P0dNU8xOd0N/XwiJPf0HyWwgZa0rIhg946hwf0+MLwX4= X-Received: by 2002:a81:6cc1:: with SMTP id h184mr24583760ywc.380.1570528167457; Tue, 08 Oct 2019 02:49:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Li-Wen Hsu Date: Tue, 8 Oct 2019 17:49:13 +0800 Message-ID: Subject: Re: RISC-V panics on booting after r353294 To: Dennis Clarke Cc: freebsd-riscv Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 46nXcm65k3z3CT7 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of lwhsufreebsd@gmail.com designates 209.85.161.65 as permitted sender) smtp.mailfrom=lwhsufreebsd@gmail.com X-Spamd-Result: default: False [-3.21 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-riscv@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[65.161.85.209.list.dnswl.org : 127.0.5.0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-1.21)[ip: (-0.58), ipnet: 209.85.128.0/17(-3.26), asn: 15169(-2.14), country: US(-0.05)]; FORGED_SENDER(0.30)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[65.161.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[lwhsu@freebsd.org,lwhsufreebsd@gmail.com]; RCVD_COUNT_TWO(0.00)[2] 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: Tue, 08 Oct 2019 09:49:29 -0000 On Tue, Oct 8, 2019 at 5:30 PM Dennis Clarke wrote: > > On 2019-10-08 08:52, Li-Wen Hsu wrote: > > Hi Mark, > > > > I found that FreeBSD-head-riscv64-test is failing after this build: > > > > https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/12203/ > > > > I suspect r353294 changed some VM stuff and caused this. > > > > Can you help check this? Thanks! > > > > > How are you using qemu for this? > AS in https://github.com/freebsd/freebsd-ci/blob/master/jobs/FreeBSD-head-riscv64-test/test-in-qemu.py#L13 qemu-system-riscv64 -machine virt -nographic -m 2048M -kernel ./bbl From owner-freebsd-riscv@freebsd.org Tue Oct 8 14:55:48 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 ABC9312BC5D for ; Tue, 8 Oct 2019 14:55:48 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) (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 46ngQD436Yz43sH; Tue, 8 Oct 2019 14:55:48 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-qk1-x742.google.com with SMTP id u186so17046774qkc.5; Tue, 08 Oct 2019 07:55:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0qZpFNoqDrnsAzaxh0OuPI8JejRbBvdwLEr7chW8YgU=; b=DqIYgPpvWqtiGkbwXO9JBQb4zwJnH7SHT1yMkBERDryF01EFscCVn3id7q8wgCziEH TR2aJ490o6ITfSm6XMK/BinheV328XxHCpYvZe+kxDCpOMUT/qQpg+3YJ8Ybr0Pa2YaP TzRysxX778pqYUPn8NAXJB+zlRjcADDEArJv7O1SzSVxQA1JGPaIcli31fwjHitzldkP 9fsL2n1eJ5wN/4xSZWLPEpQm1AQzBS00DtQSTvUW2BkK8giULfv37YlStqEI122YQLu3 8Az6n1Mh+VMtIgnljGI2awSrmwZ3E9DotsApnYXpWS8qgGCMVflRiO+aE1GFuC9aoljT /srw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=0qZpFNoqDrnsAzaxh0OuPI8JejRbBvdwLEr7chW8YgU=; b=BJ9CGAaqaKirm3lgq+rM73h2rpvWjYC+esLgg7mwb3Z7aUrMr2PEJTVL7LVfXqsRIP /u9lz77k1dAAX5KM58zpV8+ksUBufqo1+9M6sLLTYIwkieBh2Q4fD1kbsI+EGzw7Xdz8 Z7fGXTuP09zZpPBQnEhpKyaiZYxbO1ADrzuamdH/xu2teM3swzQmVutmRHnzWYbciQJC Q70QqG1gz9wyMabvRhlrdht+40tcm/PNotWmbomopcXlLuMp4ErlTK86K6GmYdCkJjJM wQy7BCOVbuqNcV8RVAYoKAks3QMRrn3KOdOTk+5lowHQHkae2lt4RdjFyBpJzzLNNZto ye4g== X-Gm-Message-State: APjAAAWEyTT1QsmnWKevV6iZAHf0H4LECqZNzJl/Tij8/uRNS3eRgoOR S/A+0HdMQmzFOlR45oQ3t30gF0Qi X-Google-Smtp-Source: APXvYqx0AvihQr92NY1edHEBOPgeR5ov2kJM2HlJEkprwBSigX1k+yoaEJcxfm2e5ho/OI+VNQ8/zA== X-Received: by 2002:a37:6384:: with SMTP id x126mr21996069qkb.209.1570546546558; Tue, 08 Oct 2019 07:55:46 -0700 (PDT) Received: from raichu (toroon0560w-lp130-05-69-158-183-252.dsl.bell.ca. [69.158.183.252]) by smtp.gmail.com with ESMTPSA id z5sm8311307qkl.101.2019.10.08.07.55.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2019 07:55:45 -0700 (PDT) Sender: Mark Johnston Date: Tue, 8 Oct 2019 10:55:41 -0400 From: Mark Johnston To: Li-Wen Hsu Cc: freebsd-riscv Subject: Re: RISC-V panics on booting after r353294 Message-ID: <20191008145541.GA46601@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46ngQD436Yz43sH X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Tue, 08 Oct 2019 14:55:48 -0000 On Tue, Oct 08, 2019 at 04:52:19PM +0800, Li-Wen Hsu wrote: > Hi Mark, > > I found that FreeBSD-head-riscv64-test is failing after this build: > > https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/12203/ > > I suspect r353294 changed some VM stuff and caused this. > > Can you help check this? Thanks! Thanks Li-Wen. I reproduced the panic; it should be fixed by r353306.