From owner-freebsd-current@freebsd.org Thu Aug 27 18:35:42 2020 Return-Path: Delivered-To: freebsd-current@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 6B5603BB956 for ; Thu, 27 Aug 2020 18:35:42 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BcryQ2KcCz462d for ; Thu, 27 Aug 2020 18:35:42 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 490953BB64D; Thu, 27 Aug 2020 18:35:42 +0000 (UTC) Delivered-To: current@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 478EE3BB64C for ; Thu, 27 Aug 2020 18:35:42 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BcryP6QcZz462c for ; Thu, 27 Aug 2020 18:35:41 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id A62542D4DD for ; Thu, 27 Aug 2020 18:35:41 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lj1-f178.google.com with SMTP id v9so7564660ljk.6 for ; Thu, 27 Aug 2020 11:35:41 -0700 (PDT) X-Gm-Message-State: AOAM531Bs9tZqupwMD6A+WwVdyRLqYxIhlH2CJqeeGW2+mgamfJxnRzA nszYdQrvT/hCigqcnUm5EOsLuONLhRbBioOJaLI= X-Google-Smtp-Source: ABdhPJyzvlGN9sHJJie4Q809pe1DR5P9WTolDcDfY7sVOjhFYecT7tqo72ul1xKB/oj6Uiyeh2mxNNdWBnWYI1vDI2g= X-Received: by 2002:a2e:730f:: with SMTP id o15mr889157ljc.297.1598553339987; Thu, 27 Aug 2020 11:35:39 -0700 (PDT) MIME-Version: 1.0 References: <2f1b2cdd-305a-b85a-4138-b2849135531f@xsmail.com> In-Reply-To: <2f1b2cdd-305a-b85a-4138-b2849135531f@xsmail.com> From: Matthew Macy Date: Thu, 27 Aug 2020 11:35:28 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: can't handle raw ops yet!!! To: Yuri Pankov Cc: current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 27 Aug 2020 18:35:42 -0000 Expected. I'm working on it. It's just a friendly reminder when INVARIANTS is enabled. On Thu, Aug 27, 2020 at 11:17 AM Yuri Pankov wrote: > > After OpenZFS merge, during boot I'm getting several occurrences of what > seems to be the following: > > http://src.illumos.org/source/xref/freebsd-head/sys/contrib/openzfs/module/os/freebsd/spl/spl_kstat.c#207 > > And, yes, I'm running GENERIC, so with INVARIANTS. > > Should I be worried? > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"