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 EBE52C43217 for ; Fri, 15 Oct 2021 02:30:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D10CA611CC for ; Fri, 15 Oct 2021 02:30:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235053AbhJOCcO (ORCPT ); Thu, 14 Oct 2021 22:32:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:58540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231580AbhJOCcO (ORCPT ); Thu, 14 Oct 2021 22:32:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 609A6611C8; 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=15UENu5nbar5CfBfiiflqMOoq3UrkgZsIwBjCFi825E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=h92Qh8GjCK+j6DafuOKDprvTwmYcS4+HN3nzn8zD3J+Tgf4l+bHuQhBohJvVANuob OOsVViuxcm4UPoNipCcDHVv+ElAP5BxzJ7Iz85IjAhBIFz2nslhnaEkMbVV5LKQSeg BempBpraRu3M1NzXJNNxj/SkvZvCsmZSKFISDCBaEh929PI49l4f0B/F1wHtcP4wNv W2nvnr/ZG3VDXIFeO0jwQ187Mbl5SFXtjkLQc5W97hZQBpxA5xdEDU6VRL0RGoXOrt 5JqKbK/p1aPULZK6hInwPHU3nLUCQly8iRlgOrKV69SRIAK1EDP6ZknhWPw+BaCUvz 579xlOcQPp8GQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: intel: igc_ptp: fix build for UML From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163426500834.31820.14758482906938638216.git-patchwork-notify@kernel.org> Date: Fri, 15 Oct 2021 02:30:08 +0000 References: <20211014050516.6846-1-rdunlap@infradead.org> In-Reply-To: <20211014050516.6846-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, jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com, intel-wired-lan@lists.osuosl.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:16 -0700 you wrote: > On a UML build, the igc_ptp driver uses CONFIG_X86_TSC for timestamp > conversion. The function that is used is not available on UML builds, > so have the function use the default system_counterval_t timestamp > instead for UML builds. > > Prevents this build error on UML: > > [...] Here is the summary with links: - [net-next] net: intel: igc_ptp: fix build for UML https://git.kernel.org/netdev/net-next/c/523994ba3ad1 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 From: patchwork-bot+netdevbpf@kernel.org Date: Fri, 15 Oct 2021 02:30:08 +0000 Subject: [Intel-wired-lan] [PATCH net-next] net: intel: igc_ptp: fix build for UML In-Reply-To: <20211014050516.6846-1-rdunlap@infradead.org> References: <20211014050516.6846-1-rdunlap@infradead.org> Message-ID: <163426500834.31820.14758482906938638216.git-patchwork-notify@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 13 Oct 2021 22:05:16 -0700 you wrote: > On a UML build, the igc_ptp driver uses CONFIG_X86_TSC for timestamp > conversion. The function that is used is not available on UML builds, > so have the function use the default system_counterval_t timestamp > instead for UML builds. > > Prevents this build error on UML: > > [...] Here is the summary with links: - [net-next] net: intel: igc_ptp: fix build for UML https://git.kernel.org/netdev/net-next/c/523994ba3ad1 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-0053sA-Do for linux-um@lists.infradead.org; Fri, 15 Oct 2021 02:30:12 +0000 MIME-Version: 1.0 Subject: Re: [PATCH net-next] net: intel: igc_ptp: fix build for UML From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163426500834.31820.14758482906938638216.git-patchwork-notify@kernel.org> Date: Fri, 15 Oct 2021 02:30:08 +0000 References: <20211014050516.6846-1-rdunlap@infradead.org> In-Reply-To: <20211014050516.6846-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, jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com, intel-wired-lan@lists.osuosl.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 13 Oct 2021 22:05:16 -0700 you wrote: > On a UML build, the igc_ptp driver uses CONFIG_X86_TSC for timestamp > conversion. The function that is used is not available on UML builds, > so have the function use the default system_counterval_t timestamp > instead for UML builds. > > Prevents this build error on UML: > > [...] Here is the summary with links: - [net-next] net: intel: igc_ptp: fix build for UML https://git.kernel.org/netdev/net-next/c/523994ba3ad1 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