From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (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 0A2133DBBF for ; Mon, 18 Mar 2024 13:18:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710767914; cv=none; b=LWamjCQkJ++TA64v0aZFMUd/4kxYXCNfH1WdLvRJigpbJquXEwadoTGjV5uKW2v3NtQ4pDOgsuTeK6tmiPcwzeWdWROoqVkWoDnlHe2ik8gdqT7bbsNo3zOLald2S6ba9y2iM1yzs+0rPUxzDOUf6MrJJCwJVzXSYvbcgKIL6zM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710767914; c=relaxed/simple; bh=zctEPVPrmyLwap/RgQgUq9C4DmR1jI/04X6W6u7Yq7o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YUKqTs4hBhCnReJ5z2djSZkrF1ZfN1iBmb2QPjxbejR4lUneigAsHM5rN9LiWfNf1h3B/LqeH89747FCJvyhn9uLM9vVFXMtW1zrwdecvWmYeOg0pq7AhXH8tLece9oVlkB1TUxRJFExa/nNUlDj0YzNpcKKtRI/B36X3gkqEEY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1rmCsg-0006Qq-Ee; Mon, 18 Mar 2024 14:18:22 +0100 Date: Mon, 18 Mar 2024 15:10:25 +0100 From: Florian Westphal To: Lynne Cc: Netdev , Kuniyu , Willemdebruijn Kernel Subject: Re: Regarding UDP-Lite deprecation and removal Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Lynne wrote: > UDP-Lite was scheduled to be removed in 2025 in commit > be28c14ac8bbe1ff due to a lack of real-world users, and > a long-outstanding security bug being left undiscovered. > > I would like to open a discussion to perhaps either avoid this, > or delay it, conditionally. Is there any evidence UDP-Lite works in practice? I am not aware of any HW that will peek into L3/L4 payload to figure out that the 'udplite' payload should be passed up even though it has bad csum. So, AFAIU L2 FCS/CRC essentially renders entire 'partial csum' premise moot, stack will never receive udplite frames that are damaged. Did things change?