From owner-freebsd-bugs@freebsd.org Fri Sep 11 14:24:37 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B46DA3DC60B for ; Fri, 11 Sep 2020 14:24:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bnygn4RJqz4QN8 for ; Fri, 11 Sep 2020 14:24:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9678D3DC44E; Fri, 11 Sep 2020 14:24:37 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 963DD3DC609 for ; Fri, 11 Sep 2020 14:24:37 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bnygn3Vskz4QVv for ; Fri, 11 Sep 2020 14:24:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 58D222553C for ; Fri, 11 Sep 2020 14:24:37 +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 08BEObaK049396 for ; Fri, 11 Sep 2020 14:24:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 08BEObaT049395 for bugs@FreeBSD.org; Fri, 11 Sep 2020 14:24:37 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 249254] ixl(4) currently broken on 12.2-BETA1 on powerpc64 Date: Fri, 11 Sep 2020 14:24:37 +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: 12.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@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 MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2020 14:24:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249254 Bug ID: 249254 Summary: ixl(4) currently broken on 12.2-BETA1 on powerpc64 Product: Base System Version: 12.1-STABLE Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org I noticed that ixl(4) is currently enabled in GENERIC64 on powerpc64 for 12.2-BETA1. This is a great change, however currently missing is a MFC of r358698 to fix runtime on powerpc64. Could that be also pushed to stable/12 and then releng/12.2? Since ixl(4) is enabled anyway, could you also MFC (and then MFS) endianness fix? BTW, I'm not sure how relevant that is, since stable/12 uses old GCC, but t= here are some warnings during building: root@talos:$/usr/src/sys/modules/ixl$ make -s In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/ixl_pf.h:41, from /usr/src/sys/dev/ixl/ixl_pf_main.c:36: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here /usr/src/sys/dev/ixl/ixl_pf_main.c:50: warning: 'ixl_add_maddr' declared 'static' but never defined /usr/src/sys/dev/ixl/ixl_pf_main.c:51: warning: 'ixl_match_maddr' declared 'static' but never defined In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/ixl_pf.h:41, from /usr/src/sys/dev/ixl/ixl_pf_qmgr.h:36, from /usr/src/sys/dev/ixl/ixl_pf_qmgr.c:36: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/ixl_txrx.c:47: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/ixl_pf.h:41, from /usr/src/sys/dev/ixl/ixl_pf_i2c.c:35: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/i40e_osdep.c:38: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/if_ixl.c:35: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/ixl.h:108, from /usr/src/sys/dev/ixl/ixl_pf.h:41, from /usr/src/sys/dev/ixl/ixl_pf_iflib.c:35: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/i40e_common.c:37: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/i40e_nvm.c:35: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/i40e_adminq.c:39: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/i40e_lan_hmc.c:40: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here In file included from /usr/src/sys/dev/ixl/i40e_dcb.c:36: /usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration= of 'i40e_blink_phy_link_led' [-Wredundant-decls] /usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of 'i40e_blink_phy_link_led' was here --=20 You are receiving this mail because: You are the assignee for the bug.=