From nobody Tue Dec 12 00:18:45 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Spzjx5Vhnz54Hnb for ; Tue, 12 Dec 2023 00:18:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Spzjx3dzwz3Mgx for ; Tue, 12 Dec 2023 00:18:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702340325; a=rsa-sha256; cv=none; b=trOFYvEZb6sAEoqKiIUQr6C7o4no56iqGNV512n+Qapwu696IISE0Y3BnaDm5H637lYDoZ n4e1W4z1bn1JblE7GkB4MquzwiWQdEeZ70vOBGus9ZG+fjWGaSA1GnZl9g82gvhtHQ32Ak 6fCnkNt362RQYiMSilPi6H91I+nwjftlQX7o3ImrDCQ56HhBQwCVRwfiY2l7UdGeniyWbl ZeTRiwrilWfU38lscIK0VLrby6WZbQ6AucRHK7p+jBGbo+6WpoXfYUz/rV20QUM1PKbRjx 94nWfMa9ojbbNhObRMXNWm/umOuzgHLQ97R/uPq3Pnn8rIPZcTcARsVvDy3Bjg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702340325; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ySP21JgW3jsDC2gN97/kj1VJNN6/gFnUolz9qOqmQNg=; b=aSAa3hjvj7TKVPdFak37DofKivImtxKPh+aggZzUT4nYnoqio2MMWzZfLeyoBHbzMlEpuH WFMeaeXrfLqPS5PXeAxjackWt9L68+hUxYHJlL0tNbGsAVdqWt8wLcrr+7F1UhGdprfA6T Uu+xBQmedw6mc/QaNIERdVoxt5iFjV0iK4+O0iKSXvhOOplSAepJFyLcc4rsZC/fX6ZoHP yLL63wafMG8IJQbG8SH5O3ZhurPgBoXJghWwea/JzfVGiHoWGBNcGbbXC3AtZBQJhTTQ8N FVRe+nHe01AU2aA7XbHUBoBNrc8LcXnUNukbn3PPd95fjAWHwyYVs8m3n21avg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Spzjx2jHZzsVW for ; Tue, 12 Dec 2023 00:18:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BC0Ij1t039205 for ; Tue, 12 Dec 2023 00:18:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BC0IjUc039204 for net@FreeBSD.org; Tue, 12 Dec 2023 00:18:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 266999] tun(4): kernel: panic: make_dev_sv: bad si_name (error=17, si_name=tun2) in in make_dev_sv > tun_create_device > tunclone Date: Tue, 12 Dec 2023 00:18:45 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.1-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266999 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #7 from Konstantin Belousov --- https://reviews.freebsd.org/D43001 --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=