From owner-svn-src-head@freebsd.org Tue Mar 31 05:56:41 2020 Return-Path: Delivered-To: svn-src-head@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 9129A278B1F; Tue, 31 Mar 2020 05:56:41 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) (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 48rz9L6780z4HDj; Tue, 31 Mar 2020 05:56:38 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f170.google.com with SMTP id c13so7247549ybp.9; Mon, 30 Mar 2020 22:56:38 -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=FZ+X4tTI5d7SPq5xyrm9v6eN8WnBI+WqIVTJKRGij5M=; b=j2EXyaQeKXr1yLaXR8D2geW8WyyWDoy1MTosroaIqT96rlAtJvFhIzlr+fwCuFWCFo em/Kg4sgzM0TbluM2dgHb0KyDTVOd9urmXCPjhJc1PMifmGD4k5VWBfsISqqaSoycGJA 6tPwc50rH4nqatmL0WFTf6tndu+ERZ7d1JWnCp0zvsKQO8G6Hl0nyu82f5S1lP3lDP0J vvppohSNoSDr8X//4dTYb4s/wdc4WeGKXito9RF0krf2/Oo02llY1IG1HvZuYAjSDsSV Re+RqOq/jhHmxml90hQkMaQUqKZCCJKrRm/z4HVTXqAjbJsAUy3TXR4SMkxW1+z79WRL G76g== X-Gm-Message-State: ANhLgQ0JIZrk7Q2Pew8K8j7GxCiMMDBNZlsawATRLV1xIgNGZ2wJ8pk+ CKDaHzq55iiCd4nxOybnA6zALJ15tMDMwt8reLmUSwnt X-Google-Smtp-Source: ADFU+vtZlEKB5GUzR5meegquCsChCjr2O6dK9N+QKIGbDmbMi5RBvjV46huuXHmwB5EamBcc099UtYRHUkN/phcEJMI= X-Received: by 2002:a25:10d4:: with SMTP id 203mr26737113ybq.176.1585634190118; Mon, 30 Mar 2020 22:56:30 -0700 (PDT) MIME-Version: 1.0 References: <202003301422.02UEMrxL059978@repo.freebsd.org> <20200331015905.GC65028@raichu> <20200331023127.GA97238@raichu> In-Reply-To: <20200331023127.GA97238@raichu> From: Li-Wen Hsu Date: Tue, 31 Mar 2020 13:56:17 +0800 Message-ID: Subject: Re: svn commit: r359436 - in head/sys: kern net sys To: Mark Johnston Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48rz9L6780z4HDj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 05:56:41 -0000 On Tue, Mar 31, 2020 at 10:55 AM Mark Johnston wrote: > > > It seems could be triggered by sys.netinet6.frag6.* > > > sys.netpfil.common.* sbin.pfctl.pfctl_test.* tests, and there are lots > > > of test cases timed out. > > > > > > Can you help check these? > > > > I see, it is actually caused by r359438. I'm looking at it now. > > I verified that the netpfil and netinet6 tests pass with r359477. Thanks for the fixing, the latest test panics at epair_qflush: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/14747/consoleFull while executing sys.netpfil.pf.* tests. I'm not sure if this is related or because of previous commits (I suspect the later). I'll look into this. Best, Li-Wen