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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D28EC4321E for ; Fri, 15 Oct 2021 02:30:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A839611EE for ; Fri, 15 Oct 2021 02:30:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235072AbhJOCcR (ORCPT ); Thu, 14 Oct 2021 22:32:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:58568 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235025AbhJOCcO (ORCPT ); Thu, 14 Oct 2021 22:32:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 7D88061208; Fri, 15 Oct 2021 02:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634265008; bh=p+QPzmS5dZu17z8yn3SznLJd2MDihycY2A0EcWAH7m4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rPZT4CIwsW8+q5jB4q81URA1VlNcb3QdTaahlRYJ8Cv8//QYZ9/GtmvKt27Jd1I3i J4jVhRjxyxYxijQa/WSKJtdcEAf39qH/EInd7B17Qe2XuLZ+9riVQPbMawdkzVoe0e QjhynGgLmV0erILlsulPRYkJespnn8EltriPidRVLZrAiBKW8SEgSrk651IdymHy9H 4uizhyt4OhQPl73PX/pQed+qe/dedL+RHNzdA79ctA1lrfZA/ySS0A+VvEmKqikF+n WAcbINgQNMzod99hraVAZ083mcItCGAUOgsWQN4UM5O68zd7snfj2KsIzSGZOssl9A Bc5Gz2a3dv/gQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: fealnx: fix build for UML From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163426500848.31820.18368368881396978501.git-patchwork-notify@kernel.org> Date: Fri, 15 Oct 2021 02:30:08 +0000 References: <20211014050500.5620-1-rdunlap@infradead.org> In-Reply-To: <20211014050500.5620-1-rdunlap@infradead.org> To: Randy Dunlap Cc: netdev@vger.kernel.org, linux-um@lists.infradead.org, jdike@addtoit.com, richard@nod.at, anton.ivanov@cambridgegreys.com, davem@davemloft.net, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 13 Oct 2021 22:05:00 -0700 you wrote: > On i386, when builtin (not a loadable module), the fealnx driver > inspects boot_cpu_data to see what CPU family it is running on, and > then acts on that data. The "family" struct member (x86) does not exist > when running on UML, so prevent that test and do the default action. > > Prevents this build error on UML + i386: > > [...] Here is the summary with links: - [net-next] net: fealnx: fix build for UML https://git.kernel.org/netdev/net-next/c/cd2621d07d51 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mbCz3-0053sF-Fi for linux-um@lists.infradead.org; Fri, 15 Oct 2021 02:30:13 +0000 MIME-Version: 1.0 Subject: Re: [PATCH net-next] net: fealnx: fix build for UML From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163426500848.31820.18368368881396978501.git-patchwork-notify@kernel.org> Date: Fri, 15 Oct 2021 02:30:08 +0000 References: <20211014050500.5620-1-rdunlap@infradead.org> In-Reply-To: <20211014050500.5620-1-rdunlap@infradead.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Randy Dunlap Cc: netdev@vger.kernel.org, linux-um@lists.infradead.org, jdike@addtoit.com, richard@nod.at, anton.ivanov@cambridgegreys.com, davem@davemloft.net, kuba@kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 13 Oct 2021 22:05:00 -0700 you wrote: > On i386, when builtin (not a loadable module), the fealnx driver > inspects boot_cpu_data to see what CPU family it is running on, and > then acts on that data. The "family" struct member (x86) does not exist > when running on UML, so prevent that test and do the default action. > > Prevents this build error on UML + i386: > > [...] Here is the summary with links: - [net-next] net: fealnx: fix build for UML https://git.kernel.org/netdev/net-next/c/cd2621d07d51 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um