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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 353F4C4332F for ; Wed, 14 Dec 2022 04:00:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237321AbiLNEA2 (ORCPT ); Tue, 13 Dec 2022 23:00:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237303AbiLNEAU (ORCPT ); Tue, 13 Dec 2022 23:00:20 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE2C9183B2 for ; Tue, 13 Dec 2022 20:00:19 -0800 (PST) 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 5F15B617DC for ; Wed, 14 Dec 2022 04:00:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A224AC433F1; Wed, 14 Dec 2022 04:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670990418; bh=MN9702pZk1qolnEC/tnRezgtF322g5zNuHpS6DNyWoo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=D1ZQ5nqrbGprqPisF588GsE3T879rpW+mf7NA/CORVdeEis0dRTpcAmz2aPafSYLL QXJ85ltdtMOPizq136Rwn8qtyhBiVHxnjFVfyJkhQw76QYZiZX9kAgWZPKoZOZp6nu qYmiPHBCoOYdthlsGAwsbxhHYZTTqnhOyRJGmNODryLBmtXiADsImGzCIAbHB4DVtj qEuIL+U5QakuZ2pQBNPJXhpXtqoMUUTU4dq7XSsznJ3Gv68JJPNi1zVzW3tcj6cofY iol3J3KuSGUkSfUjCsrMJ+JCeWYj2xDDQuvTQkD21DH1TpHzHi+h7RycmeY8ZGehK0 u34yhA8lYcYRA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 7AC4CE50D78; Wed, 14 Dec 2022 04:00:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 1/1] igb: Initialize mailbox message for VF reset From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167099041849.9337.1143674230455461708.git-patchwork-notify@kernel.org> Date: Wed, 14 Dec 2022 04:00:18 +0000 References: <20221212190031.3983342-1-anthony.l.nguyen@intel.com> In-Reply-To: <20221212190031.3983342-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, agraf@suse.de, akihiko.odaki@daynix.com, yan@daynix.com, gregkh@linuxfoundation.org, security@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Mon, 12 Dec 2022 11:00:31 -0800 you wrote: > When a MAC address is not assigned to the VF, that portion of the message > sent to the VF is not set. The memory, however, is allocated from the > stack meaning that information may be leaked to the VM. Initialize the > message buffer to 0 so that no information is passed to the VM in this > case. > > Fixes: 6ddbc4cf1f4d ("igb: Indicate failure on vf reset for empty mac address") > Reported-by: Akihiko Odaki > Signed-off-by: Tony Nguyen > Reviewed-by: Akihiko Odaki > > [...] Here is the summary with links: - [net,1/1] igb: Initialize mailbox message for VF reset https://git.kernel.org/netdev/net/c/de5dc44370fb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html