Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jan 2022 16:34:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260884] [zfs] Panic in zfs_onexit_destroy [fix available]
Message-ID:  <bug-260884-227-sGOffBc4XA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260884-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260884-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260884

--- Comment #4 from Michael Gmelin <grembo@FreeBSD.org> ---
(In reply to Ed Maste from comment #2)

Cherry-picking the change could be done this way:

    cd $(git rev-parse --show-toplevel)
    git pull
    git checkout releng/13.0
    git pull
    git cherry-pick -n -m1 -X theirs -X subtree=3Dsys/contrib/openzfs 9db44=
a8e
    git reset HEAD
    git add sys/contrib/openzfs/module/os/freebsd/zfs/kmod_core.c
    git add sys/contrib/openzfs/include/sys/zfs_ioctl.h
    git checkout .
    git clean -fd
    git status
    git diff --staged
    # inspect changes
    git commit

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260884-227-sGOffBc4XA>