From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (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 3B7391E3DED; Mon, 1 Dec 2025 21:35:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.3.242.68 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764624957; cv=none; b=g3JyTBSfPrCCSI3frbjxPDjVLEkXcRIvMhWcXkl1B/9xEEwumHJP4acxDm2KuzSrhErO749lMkYPjioHW1AIQ15DYt6YaSzSUkKdaVPQYQxqDE7IrIFT8yuhflWqnL5okiRV+/6a7qeZLdFZX5U9DGvJmYysqt19vQLn41XMm2c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764624957; c=relaxed/simple; bh=GdjaPXWV3ue/nmxT7gBPKUaIdb7nZYUxca2XfeKI1hM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z8TJ9JtLvi3X/TN5YQ5AHR+ovKyiQhqmQ3yg9gWs+7A9W4sGP3tVf66CfvAlEsLhPrWil1RWEE1Q9ktPCJW8rivjaCgs6adOeHfMo8YDXzulpsNsnNaQ6LMcfDmF16KxBu4uWBnvyMJrcOPpqMnuGfeGSXmPGu3FxdD6BZm0Mio= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cve.cx; spf=pass smtp.mailfrom=cve.cx; dkim=pass (1024-bit key) header.d=cve.cx header.i=cve@cve.cx header.b=C0rKoo9Y; arc=none smtp.client-ip=212.3.242.68 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cve.cx Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cve.cx Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=cve.cx header.i=cve@cve.cx header.b="C0rKoo9Y" Received: from smtpauth1.co-bxl (smtpauth1.co-bxl [10.2.0.15]) by wilbur.contactoffice.com (Postfix) with ESMTP id EE4FDE7D; Mon, 1 Dec 2025 22:35:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1764624951; s=20250923-2z95; d=cve.cx; i=cve@cve.cx; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:In-Reply-To; bh=VHi2Hr4GrF1rqu59ax7ERJ3TpoC4BxHIGd0SiRUEKvM=; b=C0rKoo9Yt2TNzr93AQwpsx0NeDcu63Zc2RSYtM1DHESisEJ4Hi6Y236UHkn52Ok6 tQ/ZzFrksrDmdvY1dV4Ie8Rsxqt/i8Nn+2DlWCEscCRp04qk1ALJa8xyh6drFWz5Fjg 75vbRwJZkvTGeZK/lWxCWNT8/lova2lr4fnQMNcM= Received: by smtp.mailfence.com with ESMTPSA ; Mon, 1 Dec 2025 22:35:48 +0100 (CET) Date: Mon, 1 Dec 2025 22:35:46 +0100 From: Clara Engler To: Jakub Kicinski Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, dsahern@kernel.org, edumazet@google.com, pabeni@redhat.com, horms@kernel.org Subject: Re: [PATCH] ipv4: Fix log message for martian source Message-ID: References: <20251127181743.2bdf214b@kernel.org> <20251128104712.28f8fa7c@kernel.org> <20251201114025.1e6aa795@kernel.org> 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: <20251201114025.1e6aa795@kernel.org> X-ContactOffice-Account: com:620022785 On Mon, Dec 01, 2025 at 11:40:25AM -0800, Jakub Kicinski wrote: > I see. Sounds legit, we can adjust the error msg per you suggestion. > Unfortunately, we just entered a merge window and then there will be > an end-of-year shutdown period so you'll need to post v2 in around a > month :( Alright, will come back to it at the start of next year!