From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5C04319D071 for ; Thu, 29 Jan 2026 04:10:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769659817; cv=none; b=bidmwdmf/XwdafXPqMHLehs2IQhpT+R3fFDKcbb5ZEApXvnHw0jLlnJG77Qwf26ZD+zy9omquCP2dHedz2Iz5nmUdcQLSw9Bgr2kXyJNrFZSCj+bFby4RXUde/h+JtvJ28F2UwnyccSAdBwUpGP/OZ+Vf5y1X2f/KOEpLp2VfLk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769659817; c=relaxed/simple; bh=/Y4xPxXVeKcFK+djUgaaEeNt9bE24fjOQjlzctbi7ls=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=kg6JeOrNRb0GmosR9e0znnQW28hAFgOzntXsHt9Y3OGMDrctv2D9e/IPty3S2ket4zYiSpcNLnhcLe/PmYJXcF8deibjHmFaXtVNyuO4TKkwxFilRdkKAVsx3/eEZ19RlhyLgN5HuounpWL3tfZQMd675mWClylMOZ2ritjZztM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jCIHsfVm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jCIHsfVm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E049EC116D0; Thu, 29 Jan 2026 04:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769659816; bh=/Y4xPxXVeKcFK+djUgaaEeNt9bE24fjOQjlzctbi7ls=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jCIHsfVm43anRX5tnfKdTZMYW3I9u/fDAeCPxYPQXHc55fKWUYGWd3F5RDZAyZ+dD tFEDQG1oBs6xufiURu8eq4l3W7TWHhBs9TNJOaNh3qhrUu3Ia17Xegw5aTYkgawaae ftQ8SGif47wtrJCMsP7DG+d6wd7yI5WTnfeoP2uepLJTJtb49bxVheVDygrZJVK2gq GGfUEmcQH/YXI8SakPe5kdgrf9j+kJxGoThjqXdKdtYUyYI6jRHTd+UXdMTv9DX6kL qKu734ODwbng2MueZcr4r5aQwS4qdQNKXO3RjEfZCpH8uEZO09p9bE0CpE2kfwGgLE 9nGYoTp7FpudQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4EC55380AA61; Thu, 29 Jan 2026 04:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-01-27 (ixgbe, ice) From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176965981010.2343973.12459834676591978429.git-patchwork-notify@kernel.org> Date: Thu, 29 Jan 2026 04:10:10 +0000 References: <20260127223047.3979404-1-anthony.l.nguyen@intel.com> In-Reply-To: <20260127223047.3979404-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, andrew+netdev@lunn.ch, netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Tony Nguyen : On Tue, 27 Jan 2026 14:30:41 -0800 you wrote: > For ixgbe: > Kohei Enju adjusts the cleanup path on firmware error to resolve some > memory leaks and removes an instance of double init, free on ACI mutex. > > For ice: > Aaron Ma adds NULL checks for q_vectors to avoid NULL pointer > dereference. > > [...] Here is the summary with links: - [net,1/4] ixgbe: fix memory leaks in the ixgbe_recovery_probe() path https://git.kernel.org/netdev/net/c/638344712aef - [net,2/4] ixgbe: don't initialize aci lock in ixgbe_recovery_probe() https://git.kernel.org/netdev/net/c/100cf7b4ca6e - [net,3/4] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues https://git.kernel.org/netdev/net/c/9bb30be4d89f - [net,4/4] ice: stop counting UDP csum mismatch as rx_errors https://git.kernel.org/netdev/net/c/05faf2c0a765 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html