From nobody Mon Feb 27 22:56:23 2023 X-Original-To: bugs@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 4PQbTM2TFZz3tHH6 for ; Mon, 27 Feb 2023 22:56:23 +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 4PQbTM125Gz3sVC for ; Mon, 27 Feb 2023 22:56:23 +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=1677538583; 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=EKhfCdEXAjSQPpS8+NpT5wgZgkCRL6VUeKPHM8W245Y=; b=LQA7dS0Yq1/j0BSQtMmdlt3ozaEMsy1oDOAPstwE6Wv4ni7pad/7qsBdgLDCvzk4IZJBkm PJ+V14RzqmZbeK8F+gcgtps7v29k0IGhVPQqXTYTTHTGjSbLT3l4inzQGJJjveqpe4igKg xvfY5Yo5dp/M0yko5IUJdmItEdGDPxadmu9/VIHHEzSreBDq1Pr6JdYL89JBUF5N7oRKWH v+lkQDhwvRnstmuqfNTMvUHSPUUccibtG2dIcaRjcBZ7ZbJQQH15jggQEgMhEjgUi1rHxi bu3o1bpGuwidAUkqRtBQqUkMxYF0enTCwgGEZNerQ+dUewc8zCM565oLbupEHw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1677538583; a=rsa-sha256; cv=none; b=xjsF+CesTUSmSzvdW2QiibtOeGZcCMZN1IAdSyFbMBy1PyrHWYmjZyMyoXJJU0iZz9U3ep 2gJO7+bLKcS4k1CaYY/gBw/gMI0BTX++0R+Plq+cm7ktyo8pHDvcReYtMg7UKK6H4bqLtB bc/A2YvFZuT/FGMVDKST6oQW3T+fFsY4RFJorgpR1FWqBrTkjlSU2RIyCFbadUzt6UYs79 +ioPWwjQqjFRN22E0ejRoZZKhBDHN7VuSDPesZimI8NN2yUtXMACgj6hO4ProPIgTodujc dlaW+yhF1J14pwGTLjohXsXKR9Avzwa35wV6Xea4jlxWajTUDWXv4uNJYBaNtw== 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 4PQbTM06BdzkdM for ; Mon, 27 Feb 2023 22:56:23 +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 31RMuM6s053851 for ; Mon, 27 Feb 2023 22:56:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 31RMuMEC053850 for bugs@FreeBSD.org; Mon, 27 Feb 2023 22:56:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262406] [re] if_re doesn't generate MAC address if hardware has none Date: Mon, 27 Feb 2023 22:56:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 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 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262406 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D55747938b5c4c913f742fd03189f0c660= ced7bef commit 55747938b5c4c913f742fd03189f0c660ced7bef Author: Evgeni Golov AuthorDate: 2023-02-27 22:50:56 +0000 Commit: Warner Losh CommitDate: 2023-02-27 22:51:27 +0000 if_re: Generate an address if there is none in the EEPROM There exists hardware that has no ethernet address burned into the EEPROM. Loading if_re on such a HW brings the device up with '00:00:00:00:00:00' as the address, and that doesn't get you too far in a real network. PR: 262406 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/670 Signed-off-by: Evgeni Golov Differential Revision: https://reviews.freebsd.org/D34485 sys/dev/re/if_re.c | 5 +++++ 1 file changed, 5 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=