From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202502 header.b=FNDuR0T6; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 5F4565A0272 for ; Fri, 28 Mar 2025 04:34:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202502; t=1743132859; bh=CQTLOs94TZ32gxmv53wdZSISF8F+ldSpcNvf0wX3afk=; h=From:To:Cc:Subject:Date:From; b=FNDuR0T60wCH/Hg3vlBYYEeCYtTSFxM7n3GMgdZLc141MU4iECQuYG8UtCtwI2KaV 12xbUS3BohP6oFqXbfEEP82O+Myy/twESBq8AgBCoUIXiHx4UB1/TkslPoSrtbsZHi ZhlPazRsVvEFgCEvGacpDjqVgJp6VmcpQp2t7KotjYO2p1Ax4xHamcvVKFVOpfRQXU ezm/4F8ojUE8+GKb8jSaFbHEilf04adW5hmmbOzuFd0jBHdUgcp8CFnOa5pC0P0JLv ezYGIJGN/az1d5p0FtZdlrRlfGy52iYqg7NrDNDFgVXpgNvcgmiKOjpQDAIbtnqI2l TEM11I2WR55Ag== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4ZP5jl52BDz4x3d; Fri, 28 Mar 2025 14:34:19 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top, Jon Maloy Subject: [PATCH v2 0/2] udp: Fix some minor warts in the ICMP error propagation code Date: Fri, 28 Mar 2025 14:34:13 +1100 Message-ID: <20250328033415.1038536-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.49.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 7CHHFGZVLMYX7MMUK3V6BB7SB4W2YG6H X-Message-ID-Hash: 7CHHFGZVLMYX7MMUK3V6BB7SB4W2YG6H X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: While working on using connected sockets for both sides of UDP flows, I spotted a couple of minor problems in the recently added ICMP error propagation code. Here are the fixes. v2: * Rebase and fix conflict with Jon's recent fix in the same code David Gibson (2): udp: Don't attempt to forward ICMP socket errors to other sockets udp: Improve name of UDP related ICMP sending functions udp.c | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) -- 2.49.0