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 D54B331F989; Thu, 14 May 2026 02:11:00 +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=1778724660; cv=none; b=dSCLKD6wkC0Z/tX0v9YgWbR4dvSrsAAj64/tL7vIdIifEKgeh3BQAYJmGGYOpOedsBbJnRLEkw2MfcyjHQmIElteyV2cZOYYLUyMRmxVTKVAT+GD+QGSazbJn0J9z9a6Lvb2exdybsqgDLKzV8p9IX/eI8bdZDIxhp/D8UEv5Og= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778724660; c=relaxed/simple; bh=LFmPmup5LjziaMIrWqaqSCFotJ6H44cj75Ztn02pIIY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=bz65pXwtXzoin9YfAU3PnRJnyEZ1jM5tNKs3/wPEdsde/g7k0NUbFPiCtz1IduU9WwRSU+Mq+EX6xLaDjgwdMaYgKCdj54LunQmEyO2Wm8pcWBBoDLdE2TBJSdGvvK1F20LR8bmY/e10GcBPazoM+aCZaJcUniiokz+QM0iycGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RRbdsn6i; 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="RRbdsn6i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6961EC19425; Thu, 14 May 2026 02:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778724660; bh=LFmPmup5LjziaMIrWqaqSCFotJ6H44cj75Ztn02pIIY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=RRbdsn6ipSwVx9ulLSg3jdE6JDJWWdHvXSHu7WalSHojvpnBoKXUgi6s/cmyINgiO r0x41PLpIk+SAbXFoGzHDJG2kuKJTBKEaoVA4XMVw1O6ehxjS1eA/Zuj2VeARdMmMr SjstR3se+CrzKgWxcZYeD63AVsZnBQ6FDS9Rf7wGJaRoL/ZqvowtxPME9f0TvLxJPq utZfczj4tk0tJhHWWK/GsCRW3nPDJ9BAObkJ6m/3WnsAhFsCTHeE9a1xh13RK/MqFY jA4RKVnpklQwdMBI00nvS5q7VdsG9LFVjQNYhDTw28MsHOnN5pwul9TC3SOFOU2DFL vcZLMe3sHxRdA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9F46382330B; Thu, 14 May 2026 02:10:06 +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 v4] net: net_failover: Fix the deadlock in slave register From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177872460555.3922273.10860420108465524891.git-patchwork-notify@kernel.org> Date: Thu, 14 May 2026 02:10:05 +0000 References: <20260511140552.3284563-1-faicker.mo@gmail.com> In-Reply-To: <20260511140552.3284563-1-faicker.mo@gmail.com> To: faicker mo Cc: sridhar.samudrala@intel.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, sdf@fomichev.me, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 11 May 2026 22:05:51 +0800 you wrote: > From: Faicker Mo > > There is netdev_lock_ops() before the NETDEV_REGISTER notifier > in register_netdevice(), so use the non-locking functions > in net_failover_slave_register(). > failover_slave_register() in failover_existing_slave_register() adds lock > and unlock ops too. > > [...] Here is the summary with links: - [v4] net: net_failover: Fix the deadlock in slave register https://git.kernel.org/netdev/net/c/b84c5632c7b3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html