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 E7DE3199E89; Fri, 5 Jun 2026 01:30:12 +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=1780623017; cv=none; b=nqaASEUo3OYaRRHexoWW0VNquISY93BAuY//o5EXn+VSEVOtNtmZL99HPt/GUOGSZZ+yg3bUAhM5/9hJzUvrgdS3jR5BwVgSuKdNLjGUwAY/4jc5bEwPb13nTcj3uS0jdIRyO4PbvTWbmtTzvmJSzmYC1W+TzCLdjX5HAfI4dac= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780623017; c=relaxed/simple; bh=NR1Of+rdyifvrNHU+CMyh8ioNEGJEvFCUj6CFnZmLnY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=m2iaqMWdByVaEqkYOu9qPhpIJ7x+8/jdqJI9QGLwbqFnsu7P23XHji4ksH2lb7IdOg/5VHSinCa5ne5Qu0w8DVm6l7u7esm0I7ddVDPmpkOHoFqJHGFv/oRVpbjcSFuQP4RRN98b4ZXzRHDx3gJiBt2w2F/f9vEwHRo+pZpm6PE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ldCZFTYL; 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="ldCZFTYL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 725171F00898; Fri, 5 Jun 2026 01:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780623012; bh=m5eDcKmT8v0dWgq+2KNXWmUfrlzqanG98WeRl2xFrWw=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ldCZFTYLckZDLWR3G8rUwz25SiOgJnAPz569s7TFkntkMRwQ9ufKIVEUmUoTlbm57 e6bWr477hB8eW3fg7jiQsoy1HVfnKGZBl6YB+GPVKrqfHRqZ3ocjBAaCSi0wADSJLX +g5nNRG8vPhyyMC0XqAy7LLGUV5KXaK39pFaV2R9Du0N2Z6sNfnUm8wnFUo27mnQPu q0NwcGAjWONTJqNBIZ4TqIuK1JDsCqJwHnhCfwRXXA6fzVFJ+ybWO+aXL3VgD3fEDU fxpEuZNGikjpBlaoaaf4sgucu+BZek9F5cwmt1dPhLAzALxpcAxPF6lFS5Z7gUOwM5 Cygv/LkOdXuRA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 568343930A8A; Fri, 5 Jun 2026 01:30:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] inet: frags: remove redundant assignment in inet_frag_reasm_prepare() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178062301289.3093327.10586972224896342716.git-patchwork-notify@kernel.org> Date: Fri, 05 Jun 2026 01:30:12 +0000 References: <20260603065323.2736839-1-yuan.gao@ucloud.cn> In-Reply-To: <20260603065323.2736839-1-yuan.gao@ucloud.cn> To: yuan.gao Cc: dsahern@kernel.org, idosch@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 3 Jun 2026 14:53:23 +0800 you wrote: > The assignment is redundant because skb_clone() already copies skb->cb. > > Remove the unnecessary code. > > Signed-off-by: yuan.gao > --- > net/ipv4/inet_fragment.c | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net] inet: frags: remove redundant assignment in inet_frag_reasm_prepare() https://git.kernel.org/netdev/net-next/c/831d557a3e40 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html