From nobody Fri Jan 31 19:20:44 2025 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Yl5NW3z2Rz5msYS; Fri, 31 Jan 2025 19:21:31 +0000 (UTC) (envelope-from br@bsdpad.com) Received: from mail.bsdpad.com (mail.bsdpad.com [116.202.106.248]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Yl5NW1sRQz3Hsb; Fri, 31 Jan 2025 19:21:31 +0000 (UTC) (envelope-from br@bsdpad.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bsdpad.com; s=20201212; h=Subject:To:From; bh=xbzHbvPvxaq0f7BpX80AouPB6CVnYZjv+TMzvIJ6p4s=; b=W3sYmE+EnhFkHDcPa6RtEWyJz7 gsbk2U+11LJM5T0pfQCBrNaBKMUAA38uOafxPxNlKuzYQY1PRwcwBGoE8wSnFw111E2/3QxA0kmGw YU+bEDef4CVQbGVvZgtYQYHZMAOhFro6Z11u/HYQRqp9a18qfZh9oIh/I1JlxriBz7POUvZi2e3w1 1ue2lZpFK7VRQPS+Jmj4YKxLcv4vy5hHkG4kZtF9Rf+jOpTHidYpN+H/O340vsdk20U8gpwG3mbi0 DCS/XZa99TypWiO1FE66xpbsgA+NP31vwIiOM3MMvSt5CyVVfd7TQqklw6Feqhh8SQggUkbjb79Hc aFO2drdg==; Received: from localhost ([127.0.0.1] helo=bsdpad.com) by mail.bsdpad.com with smtp (Exim 4.94 (FreeBSD)) (envelope-from ) id 1tdwZI-000Pu3-Dm; Fri, 31 Jan 2025 19:20:44 +0000 Received: by bsdpad.com (nbSMTP-1.00) for uid 1001 br@bsdpad.com; Fri, 31 Jan 2025 19:20:44 +0000 (GMT) Date: Fri, 31 Jan 2025 19:20:44 +0000 From: Ruslan Bukin To: Jessica Clarke Cc: Doug Moore , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 0078df5f0258 - main - vm_phys: reduce touching of page->pool fields Message-ID: References: <202501290914.50T9EcNn077539@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Yl5NW1sRQz3Hsb X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:116.202.0.0/16, country:DE] On Fri, Jan 31, 2025 at 06:40:29PM +0000, Jessica Clarke wrote: > On 30 Jan 2025, at 22:11, Ruslan Bukin wrote: > > > > Hi Doug, > > > > riscv seems to panic after this commit. See the message > > https://people.freebsd.org/~br/panic.txt > > > > I think I hit the same panic around a week ago with the previous (now reverted) commit. > > Does 4015ff43cbbe fix this for you? > Yes! Thank you, Jess. Ruslan