est SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vk6H36fsKz4Zg3 for ; Tue, 21 May 2024 07:57:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1716278255; a=rsa-sha256; cv=none; b=xZCIdKZx6HloLTOkGalFJ6LGY/EQVsFg3YajEnYZdcjNCUkEOSvPwOEzh0Ik2RXy8KiMml pp5OTTXt3btFMw5YLI8Y6Twm/W8cv+kfUaeqOXEvRoE4gFFVfM9Uqe6gpchKSRmB447ukW L0WBoc+sw6xgVWgDDSjE+XrysX2QbR2tbvOcVEDFGFRQ7hgmU64KXoVCis+ZX2qfaUfTkJ whRNTtJSYBWIrAulNTkvng1+z3Tqh6rUhe3uRm+zPJSArlGrQX2NIqD0t3f5AJu40vymyB Ng+RmyIXEpu2SUK4vZ4k4FUA7gyYNhWDd7mpzBBir9knJGXIuCMr4phKbvnjTA== 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=1716278255; 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; bh=8FutpPuOLVb8BApzbQbc2dlp4wPN1Klw6B8FivOIRIs=; b=paPeC39K3Cah8U2FWkPzqmtDysplUULhfiprQzhmNehNAtjj+65AXEeSF29b7HVv1QwA6u crtKNW29ztE2igkjjx2U2adUxLFlcY+TljvKMFtPeavpIaFqAJP9XNolDtvMpgoY653AmV yDZvc+z0hD1PeQxgbF7c+C+cVRwejf2jolC9+xxUHWh+CPRt/G21wnFG/eQo3yd2T4P+dd xPKuICFD0NxiSYcd9B+A1Lyp0lTPsDgUwayBIzj6qi5pd2n1vDODdkI44ha9tbs9VZED5P Pd3MqxSapS6tAaguEJjb56rQsDwRoceEyG9yy1Do2AuZzvoqf59oAHHNXGVGEA== 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 4Vk6H36GSHzDq5 for ; Tue, 21 May 2024 07:57:35 +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 44L7vZ93061048 for ; Tue, 21 May 2024 07:57:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 44L7vZfg061047 for bugs@FreeBSD.org; Tue, 21 May 2024 07:57:35 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: bugs@FreeBSD.org Subject: [Bug 279195] kernel panic while re-configuring if_vlan(4) vlan id Date: Tue, 21 May 2024 07:57:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279195 Bug ID: 279195 Summary: kernel panic while re-configuring if_vlan(4) vlan id Product: Base System Version: 14.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: zlei@FreeBSD.org Spot this while repeating https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279181 . Steps to repeat: ``` # ifconfig vlan0 create vlan 100 vlandev cxl0 # ifconfig vlan1 create vlan 110 vlandev cxl0 # ifconfig vlan0 vlan 110 ifconfig: SIOCSETVLAN: File exists # ifconfig vlan0 vlan 110 # ifconfig vlan0 vlan 111 ... panic ... ``` --=20 You are receiving this mail because: You are the assignee for the bug.=