Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 16:13:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 277286] Linuxulator awaiting acceptance
Message-ID:  <bug-277286-4077-Kiskn1ftyL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277286-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277286-4077@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=3D277286

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Ddb4429d00f0d95a1532f8707f8b828a74=
4586dc7

commit db4429d00f0d95a1532f8707f8b828a744586dc7
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-03-03 20:56:58 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-03-11 16:12:36 +0000

    linux: require vnet(9) context in ifname_bsd_to_linux_name()

    This function is used by netlink(9) only.  The netlink(9) taskqueue thr=
ead
    runs in the vnet of the socket whose request the thread is processing
    right now.  This is a correct vnet and resetting it to vnet0 is incorre=
ct.
    If the function is to be used by any other caller in addition to
    netlink(9), it would be caller's responsiblity to provide correct vnet(=
9).

    Reviewed by:            melifaro, dchagin
    Differential Revision:  https://reviews.freebsd.org/D44191
    PR:                     277286

    (cherry picked from commit 2f5a315b307447f91891c96fb23c7333fa406f2f)

 sys/compat/linux/linux.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--=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-277286-4077-Kiskn1ftyL>