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 BDBAF3A7F75 for ; Tue, 5 May 2026 02:41:02 +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=1777948862; cv=none; b=fSLAy9shMLSIbPuctpBASuvTozpi0741f3OIGQRJw3Yj/lNK00O0pUrIAmUe+NjZMZHKZoeiJuo+LVckM90mfMStDo28a0+ZTeBMKTfPajX0EQr5smbnzpqJMhXW/+eOPhrc8TMGwdsxxXGPi2Om30owai5dVkY70XOSGxtCqFA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777948862; c=relaxed/simple; bh=nMVA8taU+9uc5GeXWS1mdP0oXmuGECdZbORfbB6hLsk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=O5exgtM6vZVMRNioj5UohEdtpnmzx5r0dv2tr2Tp6jTG/4tskebAGW4hn4HiChtKQioGPgP5aIP7T6p7WrtgB7OAeKD3pzlbUnKNP/8GkCSl1JLtD49Z75pSzMTy4+vE3YDH2utyScqdihrR1u4ZeFlvmyfAk/no+eSwkvzdGV0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=K1PMT8Yq; 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="K1PMT8Yq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E503C2BCB8; Tue, 5 May 2026 02:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777948862; bh=nMVA8taU+9uc5GeXWS1mdP0oXmuGECdZbORfbB6hLsk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=K1PMT8Yq/P94inoRVo6ASog8DcpwsQme7KIZBC05N/woWYTwkK44lfHLZOBYmVoxP eCwGYeakWCM5cqsm7/P+epp7nSkFx+LPUXZqOuMNoq63CYU/hGYqDvyNwMB+YIns1b BojJlGFaQa7Clrk2K9fkifJ41kSBMxzp8NZgmTwuBM2Im5/obgBeUFZPkf/GikjIp8 4kAym+tijzOZqzCiinX9jQx4yVetz/xyw+WCGIku5NKInSb1dAc8NmcBuYi9+D92bC exZEnZDzSfYWA8wy3Z06To7NlM6VTJo0R/lTkdOIbOWDxaNkmUx2pDAwU8yXPXwviO NmurGeQV2VB2A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE1139301A2; Tue, 5 May 2026 02:40:14 +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] ipmr: Add __rcu to netns_ipv4.mrt. From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177794881305.1397274.3711796595324240725.git-patchwork-notify@kernel.org> Date: Tue, 05 May 2026 02:40:13 +0000 References: <20260502180755.359554-1-kuniyu@google.com> In-Reply-To: <20260502180755.359554-1-kuniyu@google.com> To: Kuniyuki Iwashima Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuni1840@gmail.com, netdev@vger.kernel.org, lkp@intel.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Sat, 2 May 2026 18:07:47 +0000 you wrote: > kernel test robot reported this Sparse warning: > > $ make C=1 net/ipv4/ipmr.o > net/ipv4/ipmr.c:312:24: error: incompatible types in comparison expression (different address spaces): > net/ipv4/ipmr.c:312:24: struct mr_table [noderef] __rcu * > net/ipv4/ipmr.c:312:24: struct mr_table * > > [...] Here is the summary with links: - [v1,net] ipmr: Add __rcu to netns_ipv4.mrt. https://git.kernel.org/netdev/net/c/a6039776c799 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html