From owner-freebsd-current@freebsd.org Thu May 31 02:04:22 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD30EF424E for ; Thu, 31 May 2018 02:04:22 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E009B87A9F; Thu, 31 May 2018 02:04:21 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: by mail-wm0-f43.google.com with SMTP id x2-v6so43668003wmh.5; Wed, 30 May 2018 19:04:21 -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:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ixtbzleMwgQjSyjd38tNmkosUBQLeXU+1yciXLjJir8=; b=GIj6LEK5rgG7mD68D+0gui79bRjglNIq+zRssiiCc7k+ymG0mGtT/pK6Ls7qwE0wvX nrbe50GlhWclP4mI8YeNO1pJrc3bQ69LYre+SQDNCLlk51/L1nGHC68AYQCjO+eb3bSx 5cyajiFWK0S4V6MMfxJ90TG00UNpdL5bY+Ou71Db6am/+UrC64k3qQ5VaTvrY2jyXKi6 0HDRrnAi7PLDGBIiHYXKLFBREq9/2VBe87d6QvXkmA9TMKVI9G+scRDcpKkHDVPveVNa V3LXQPZ0Id0AkPikvvw/2VXF0lld6Otz685SoJchq7ksdQWZRDn74pK1FiqOy/poCU4b VB4w== X-Gm-Message-State: ALKqPwdfRxf3PZ/ALkJgRgnQjpjt1GyMZ4ZAQjbbuY4skNre7/uMKD+v /EDDiGhpk8rza8to0nov/rKhF0d+ X-Google-Smtp-Source: ADUXVKKUaa7Zb9cgZQa6a1vaOvGWDoYnj0aVtMANvZo0iQvpvrWDMRdHh86R3pkZ6cu0HkIU989vfA== X-Received: by 2002:a50:cfca:: with SMTP id i10-v6mr5800550edk.35.1527732255206; Wed, 30 May 2018 19:04:15 -0700 (PDT) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com. [74.125.82.52]) by smtp.gmail.com with ESMTPSA id r48-v6sm21029369edd.16.2018.05.30.19.04.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 May 2018 19:04:14 -0700 (PDT) Received: by mail-wm0-f52.google.com with SMTP id x2-v6so43667970wmh.5; Wed, 30 May 2018 19:04:14 -0700 (PDT) X-Received: by 2002:a1c:170f:: with SMTP id 15-v6mr2925443wmx.90.1527732254393; Wed, 30 May 2018 19:04:14 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:adf:c50c:0:0:0:0:0 with HTTP; Wed, 30 May 2018 19:04:13 -0700 (PDT) In-Reply-To: References: <932853d2-16f9-67c0-fcf8-745bb5e358d4@FreeBSD.org> From: "Jonathan T. Looney" Date: Wed, 30 May 2018 22:04:13 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: panic: vm_phys_free_pages: page 0x... has unexpected order 0 To: Andriy Gapon Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 02:04:22 -0000 On Tue, May 29, 2018 at 10:18 AM, Andriy Gapon wrote: > > [ping] > > On 21/05/2018 11:44, Andriy Gapon wrote: > > > > FreeBSD 12.0-CURRENT amd64 r332472 > > Does this panic ring a bell to anyone? > > Has it already been fixed? > > Thank you! > Is there any chance that r333703 fixes this problem for you? It fixes a race that can manifest itself in other ways. I'm honestly not sure whether it could also cause this problem. Jonathan