Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 09:45:05 -0600
From:      Kyle Evans <kevans@freebsd.org>
To:        Jan Beich <jbeich@freebsd.org>
Cc:        Ryan Moeller <freqlabs@freebsd.org>, ports-committers <ports-committers@freebsd.org>,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r556828 - in head/sysutils: openzfs openzfs-kmod
Message-ID:  <CACNAnaHF8OY_Y06Q%2BFgpOfRcX8_8oFXhV3FUWUMcuk-yvXekMQ@mail.gmail.com>
In-Reply-To: <7dq0-z0ar-wny@FreeBSD.org>
References:  <202012021454.0B2EshrA025784@repo.freebsd.org> <CACNAnaFYY0E7K4EUqEQmZxvDCEzrG6WLarCKbyA7iggxE-ah8Q@mail.gmail.com> <7dq0-z0ar-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 2, 2020 at 9:37 AM Jan Beich <jbeich@freebsd.org> wrote:
>
> Kyle Evans <kevans@freebsd.org> writes:
>
> > On Wed, Dec 2, 2020 at 8:54 AM Ryan Moeller <freqlabs@freebsd.org> wrote:
> >
> >>
> >> Author: freqlabs (src committer)
> >> Date: Wed Dec  2 14:54:43 2020
> >> New Revision: 556828
> >> URL: https://svnweb.freebsd.org/changeset/ports/556828
> >>
> >> Log:
> >>   sysutils/openzfs*: Bump, fix kmod on 13-CURRENT
> >>
> >>   When the kernel is built with INVARIANTS we also need to build ZFS
> >>   with INVARIANTS.  Additionally, the knob for this has been broken out
> >>   from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build
> >>   system.  We add an INVARIANTS option to the port for this, and enable
> >>   the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure
> >>   that a default configuration builds openzfs-kmod with the correct
> >>   options.
> >>
> >>   Users building their 13-CURRENT kernel without INVARIANTS will need to
> >>   disable the INVARIANTS option in the port manually.  I'm not aware of a
> >>   better way to implement this decision at the moment.
> >>
> >
> > FWIW, I think this is the most correct path given the constraints at
> > the moment. A more accurate approach could be pushing the logic
> > instead into ^/sys/conf/config.mk because we /probably/ should be
> > setting INVARIANTS for untied module builds on -CURRENT, then you can
> > just include that and check KERN_OPTS to set a default
> > WITH_INVARIANTS knob more appropriately.
>
> Why not drop "nooptions INVARIANT_SUPPORT" from GENERIC-NODEBUG?
>

Hi,

This does not solve problem at hand, unfortunately. In particular, the
problem that was observed is completely independent of
INVARIANT_SUPPORT. If the kernel was built with INVARIANTS, it will
observe a field that is not getting initialized if the module was
built without.

Thanks,

Kyle Evans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaHF8OY_Y06Q%2BFgpOfRcX8_8oFXhV3FUWUMcuk-yvXekMQ>