From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B943B3C5542 for ; Thu, 11 Jun 2026 22:30:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781217034; cv=none; b=H4yv/b2ibWqxcdwKyOkt3pGOo7LNt1sfYEQ3BfJRiTLcDpLiHlVnAyFawjpYtqJ8aoEwQiFRNo1JSPPdoq6Vuy/aIi4GcHfV6efMphaqIc89MtpWCiOPHLfjpUT1WQblH5z/TSbRn0fPT/ywsT6JeWKb/q6Pn0SiY8SW6JTesck= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781217034; c=relaxed/simple; bh=XHfYT3sF+zyRiGrqTN9Wi90kuUcJFZELzAJqJ9mQgQI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=QyuCeWnqBcHDg1CysEv0e0DjV6Ap+eqFT3TAxY54ss2HuxMtn6M2k52wvtz2sjDPw4qClPN7ljxc3gxvM8M4atihbiv8X2vQMk7M9lVsQWXUtClwCrb/4X16PmxK436ir+Z1KMNnqWVVRxIBvnveaRIrQQGWzDufeqBjHf8hr0k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=J4Gnt94I; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="J4Gnt94I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69F691F00A3A; Thu, 11 Jun 2026 22:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781217030; bh=Yj5EYUYxN4J6y+/HXSIACdpOV4ojowLmt/wqo3CXtNE=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=J4Gnt94IqiaxBQKaQHjylYlZgYD9mwJ33aX/7JypGk5Ip6DZhe8DyLPAUlhzi5psv ivyqFEX4wdUW1gAzTeFEiyC8uqIkn/q0uu7q6j9mj5MN/lQkd9IGMbIlktJ3yzexeJ wj2szOmjJN/17HX3zAb+BZrDtwXcx6kYbzwqhVYr5AhnSCpahxBozqXMJTRO7eGd05 UmBW1hGmo0qa07AHMMExFnaa6cTZYcE1aQY3nBwqW0bf6k/QLaoiWDUDnu1OnqBqui AAiaZcjMZTfqOSAHWCoKSULwH2a5Muk4eXs992KdYPlN/d7Qa5DvrYKSbmBR1qWs3V Ulxr4zZDXkQ8w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D09913930FAD; Thu, 11 Jun 2026 22:30:28 +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 v1 net-next] ipmr: Convert mr_table.cache_resolve_queue_len to u32. From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178121702738.389578.12063239753161596176.git-patchwork-notify@kernel.org> Date: Thu, 11 Jun 2026 22:30:27 +0000 References: <20260609222013.1550355-1-kuniyu@google.com> In-Reply-To: <20260609222013.1550355-1-kuniyu@google.com> To: Kuniyuki Iwashima Cc: dsahern@kernel.org, idosch@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuni1840@gmail.com, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 9 Jun 2026 22:20:04 +0000 you wrote: > mr_table.cache_resolve_queue_len is always updated under > spin_lock_bh(&mfc_unres_lock). > > Let's convert it to u32. > > Signed-off-by: Kuniyuki Iwashima > > [...] Here is the summary with links: - [v1,net-next] ipmr: Convert mr_table.cache_resolve_queue_len to u32. https://git.kernel.org/netdev/net-next/c/65440a8ce42d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html