From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bregans-1.gladserv.net (bregans-1.gladserv.net [185.128.211.58]) (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 C4A422EE616; Tue, 26 Aug 2025 17:53:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.128.211.58 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756230840; cv=none; b=sjkqdcVMSFMmWiuTYiEv5FytwasiBqcfRyGsg10l1bDygrsQe/ssaxKpcbhTxI4CL9UrA4pLr+FXIVJJ6DdwGV2UaYNdiKffvsvpCxfQ6FZTPDSB7IdgORGyFA4dYpoq1ijdAFMNGx4BbVYuuMbEVzd+9xepUEMYl9isB+ECn9c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756230840; c=relaxed/simple; bh=OOxFs2L2lydDjwpwP83E4mc7GWA4+cT+G+2gY3UxRNE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=R7RKHR6lgq53KnGMSqVvCxkGRSkBhSLJmdqaAaUu5fZmg8xS5Rf6ONcIBdxnhpFhxTojS0ADcy3A5+d7W6JKoFoomnn8KbPU5YW9lcSvbK3v46MS5/S29kZdN9YbtJiVfdtRUx6zH8F1Y2E7buLqajnXDj3iJ09q8rc+Am6SwsI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=librecast.net; spf=pass smtp.mailfrom=librecast.net; arc=none smtp.client-ip=185.128.211.58 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=librecast.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=librecast.net From: Brett A C Sheffield To: gregkh@linuxfoundation.org Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, Brett A C Sheffield Subject: Re: 5.10.241-rc1 review Date: Tue, 26 Aug 2025 17:53:33 +0000 Message-ID: <20250826175332.30144-2-bacs@librecast.net> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250826110924.562212281@linuxfoundation.org> References: <20250826110924.562212281@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Upstream commit: 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") introduces a regression which breaks IPv4 broadcast, which stops WOL working (breaking my CI system), among other things: https://lore.kernel.org/regressions/20250822165231.4353-4-bacs@librecast.net Mainline fix pending. # Librecast Test Results 010/010 [ OK ] libmld 120/120 [ OK ] liblibrecast CPU/kernel: Linux auntie 5.10.241-rc1-00524-gd8db2c8f2fff #50 SMP Tue Aug 26 17:16:08 -00 2025 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux Tested-by: Brett A C Sheffield