From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8A158C433EF for ; Wed, 15 Jun 2022 15:51:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1F0B7605D8; Wed, 15 Jun 2022 15:51:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UQpma464II02; Wed, 15 Jun 2022 15:51:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 186666079E; Wed, 15 Jun 2022 15:51:34 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E74AA1BF577 for ; Wed, 15 Jun 2022 15:51:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D264840940 for ; Wed, 15 Jun 2022 15:51:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=kernel.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lrYt8Va-XeCg for ; Wed, 15 Jun 2022 15:51:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by smtp4.osuosl.org (Postfix) with ESMTPS id 7FD4C4093D for ; Wed, 15 Jun 2022 15:51:31 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 48DB4617BA; Wed, 15 Jun 2022 15:51:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38986C3411C; Wed, 15 Jun 2022 15:51:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655308289; bh=YMAkR9zIrmdqS/6EOyVX+UljQv+WcxcGfDTx8YhjXaU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=j/pXI8YNlA4qXs/2wfrwFC4vrqJIZ6vJ6TBpg7rwUV7lJu45hn4hl4q9Nkwb/ajA9 PonHf7ddrRXargppmxaikaWwcfxJXfbDqaq0WuibRY0xFSTRXR0eTwOk1Br6VwOj0b 7joESKKJzXZQZhPTt+T7GSnOPeybinEeB1KKFm6BKvAj5zy9OldcXxWEgg8GWbVsXt AJOW9KnjRDeLxQeXIsMMip3DK+A5aJQ4W3VnQQrKh1n8nnjn8BDcND+8n00cIPrBIp pp0nE+5ItjCItYxl0vZe3bdWm135ZghJ/8tPM2SIRLIWITO5JrlFAw76GwLe3CJ9A3 xjomiaeKnqU4Q== Date: Wed, 15 Jun 2022 08:51:28 -0700 From: Jakub Kicinski To: Arnd Bergmann Message-ID: <20220615085128.026f1c56@kernel.org> In-Reply-To: References: <202206091828.eNkyL2EI-lkp@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-wired-lan] drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h:1174:29: error: enumerator value for 'i40e_static_assert_i40e_aqc_cloud_filters_element_data' is not an integer constant X-BeenThere: intel-wired-lan@osuosl.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Wired Ethernet Linux Kernel Driver Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, Linux Kernel Mailing List , Russell King - ARM Linux , Eric Dumazet , Intel Wired LAN , Paolo Abeni , "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-wired-lan-bounces@osuosl.org Sender: "Intel-wired-lan" On Wed, 15 Jun 2022 16:11:17 +0200 Arnd Bergmann wrote: > The bug is that 'i40e_aqc_cloud_filters_element_data' and some other > structures in the > same file are broken when building an ARM kernel without CONFIG_AEABI, which has > unusual struct packing rules and triggers the static assertion. What are those packing rules, out of curiosity? _______________________________________________ Intel-wired-lan mailing list Intel-wired-lan@osuosl.org https://lists.osuosl.org/mailman/listinfo/intel-wired-lan