Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 09:11:35 -0500
From:      "Jonathan T. Looney" <jtl@freebsd.org>
To:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r367763 - head/cddl/contrib/opensolaris/common/ctf
Message-ID:  <CADrOrmukFAjbNtO%2BJkkHOVn0Yz6x%2BjYNGYkcRn0WDfSLrXj25w@mail.gmail.com>
In-Reply-To: <202011171407.0AHE7ROZ099170@repo.freebsd.org>
References:  <202011171407.0AHE7ROZ099170@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 17, 2020 at 9:07 AM Jonathan T. Looney <jtl@freebsd.org> wrote:

> Author: jtl
> Date: Tue Nov 17 14:07:27 2020
> New Revision: 367763
> URL: https://svnweb.freebsd.org/changeset/base/367763
>
> Log:
>   When copying types from one CTF container to another, ensure that we
>   always copy intrinsic data types before copying bitfields which are
>   based on those types. This ensures the type ordering in the destination
>   CTF container matches the assumption made elsewhere in the CTF code
>   that instrinsic data types will always appear before bitfields based on
>   those types.
>
>   This resolves the following error message some users have seen after
>   r366908:
>       "/usr/lib/dtrace/ipfw.d", line 121: failed to copy type of 'ip6p':
>       Conflicting type is already defined
>
>   Reviewed by:  markj
>   Sponsored by: Netflix
>   Differential Revision:        https://reviews.freebsd.org/D27213


FWIW, this should also have said:

MFC after: 2 weeks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADrOrmukFAjbNtO%2BJkkHOVn0Yz6x%2BjYNGYkcRn0WDfSLrXj25w>