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 X-Spam-Level: X-Spam-Status: No, score=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE856C433ED for ; Tue, 6 Apr 2021 23:50:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD070613C4 for ; Tue, 6 Apr 2021 23:50:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344792AbhDFXuY (ORCPT ); Tue, 6 Apr 2021 19:50:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:39360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344770AbhDFXuS (ORCPT ); Tue, 6 Apr 2021 19:50:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 8DF41613C0; Tue, 6 Apr 2021 23:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617753009; bh=zU5PgoVX2+C0VrAQex2YCIxLZ67eZY8t2e0MftEbYLQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mJRJ+0F598Bd7NO2mfX+bICpAhOOEDMNyWUIt0KaebLJkSb8CZIHZiYbuS8z9DhKS P9qQUxkdrkqd0vG1i7Ig/tb98l/BlGPGffGsbBq17elGiFbNg0nAr0l9lKcujmnPXU P68109bzf+0usMg1eMgho769QG0iif8qT4OMWSrDVf3HQwsN6W4PY9kn/tCzLnoDkS v7ixYFkVO61pyq18Tt/cQpdGJQ9v0FqOqq0VkDY2s9Havzn1+Jt6DHndZI0q5jKqWi tpjvQQ01JqRU712epjS4XJBFEP12y84kj580o/hNA7G0aa04zYeYOHrlcl73pA82Zw 5YubED4voGCPg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v1 1/1] ethtool: fix incorrect datatype in set_eee ops From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161775300950.25054.9937992682848380005.git-patchwork-notify@kernel.org> Date: Tue, 06 Apr 2021 23:50:09 +0000 References: <20210406131730.25404-1-vee.khee.wong@linux.intel.com> In-Reply-To: <20210406131730.25404-1-vee.khee.wong@linux.intel.com> To: Wong Vee Khee Cc: davem@davemloft.net, kuba@kernel.org, mkubecek@suse.cz, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 6 Apr 2021 21:17:30 +0800 you wrote: > The member 'tx_lpi_timer' is defined with __u32 datatype in the ethtool > header file. Hence, we should use ethnl_update_u32() in set_eee ops. > > Fixes: fd77be7bd43c ("ethtool: set EEE settings with EEE_SET request") > Cc: # 5.10.x > Cc: Michal Kubecek > Signed-off-by: Wong Vee Khee > > [...] Here is the summary with links: - [net,v1,1/1] ethtool: fix incorrect datatype in set_eee ops https://git.kernel.org/netdev/net/c/63cf32389925 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html