From nobody Fri Oct 04 11:12:56 2024 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 4XKm9j1W4Cz5XbkK for ; Fri, 04 Oct 2024 11:12:57 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XKm9j0PWgz4Vsk for ; Fri, 4 Oct 2024 11:12:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1728040377; 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=mvEjHQsJcU6t5vrwgxzUT7idsQ6rCI8VZuu+vBjirSY=; b=BH3cCleYjs+wcFMDOoF+Kl0BO0+HgeBRzE1w1qroEViOFL/GPIWY9Hq8qa8VrtUpeM4Hmk 3Mlf4bko+sCHP3ZHUSI5Q2Stu+v0/qrk+a3alvedvd9fxg2f03LQ2oLI9T0jKi7BRT+DrI HcnLxaqjTOZ/qHl8wGcqFSw9JVdgD2W9wxaCYMKZ5+r/wnfRkNmMFp6FWcjb2QL9U3syDa rc5wZxt8Pc+KqX64DYRMlSxB8Py3LZW7H6Tjass0iw12XZIylVYMCt4m2Ywvc1tt0agxO+ uVJEWM2fg3DMs046xXsuju8iYTGevwkd1B8hoaNEK1qpMX43CnShdhlRtfCIKQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728040377; a=rsa-sha256; cv=none; b=JesOkbf38TTwxxupGypSXbL8lyxkKaHyUGU+w8hbJk6EtTrLMa/wUiKxcZIoALoDKfSiuk h/bMbCGcXwBWAYbqxi1zPJ7zsmUI7dpmPL7/7Uhluo7VoxyaS63VPwBrOWnadt3ELkYNbF 57h6Q6u95hy1n2a2hWvf99r1kJfjNL7iC032TCDdIQ9htkz84Y/WwOnoX8mwwHU0yLgSTb ZdZ+9iKC4Db3T6CelAqsEF6jvoQQOD9i3+XiztQqg9vVV0Ex2t3dz7eL9zV9CFogWVsQsT qwHxY/1PqPU2LljVduLU705Abp/BhoyNrTBQ9aGwJOmHhu09HtWTgVu5oUpnUw== 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 4XKm9h6ry6zXqS for ; Fri, 4 Oct 2024 11:12:56 +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 494BCuYX091498 for ; Fri, 4 Oct 2024 11:12:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 494BCu6S091497 for net@FreeBSD.org; Fri, 4 Oct 2024 11:12:56 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 262024] em(4): iflib handles bad packets incorrectly Date: Fri, 04 Oct 2024 11:12:56 +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: CURRENT X-Bugzilla-Keywords: IntelNetworking, needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? maintainer-feedback? maintainer-feedback? mfc-stable13? X-Bugzilla-Changed-Fields: flagtypes.name 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=3D262024 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|mfc-stable12? | --- Comment #4 from Mark Linimon --- ^Triage: clear stale flags. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=