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 BFB2062809; Sun, 21 Jun 2026 13:47:51 +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=1782049672; cv=none; b=VnzTayFjV2NqzYmjEu2Y/SDU8iw/TuXJskeRWatoVp8dcGSp3jNWKcHkbBaK75iAYYsNvBsE3nrdAVEu3txQcSDEVXsm++iSLs+/nXu6NIrZY1Cr+u+tPXbw4tyWO3nEI8XizSDOdnZNuB76yUFxXnZpLDZc3IOyOE+wBsB0SYI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782049672; c=relaxed/simple; bh=jTt+q7O5j3RA/6wGusIo+lg7UvlNzef6PG0kLb1kuuk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=aI63rvlGgNKZJAhq4Y29Ll5PCKjSWZFRmBzu9pY8K8EJCKeThb/U+3s2tMJUNTwfakfH6/6L89T5MCHMmrZe2gjhAO3VquSkOUwNeykhiI/DHmHN3QtNeHQHoe8cRc6NV6G1CH7LV3B1Ak963oG98efn+GxFbkYL2chMNu54tcc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ch0+rBHI; 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="ch0+rBHI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A277B1F000E9; Sun, 21 Jun 2026 13:47:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782049671; bh=Cwqlpih/3DV5Qn5DW47DcDxSY1IksWixUGqM+qr3+Z8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ch0+rBHIetmXZJNAAfB5TZwrN3cxxw26iKks+93AsfZk6KFrHgkCM/qMXPMFUtUR9 CMSmMYVjxfiex/66bHOEAVvJdUHEem7LcMI7gEc/c44LS70pfXqpB9Oddv84MIvxW7 0zlsC6l0mFEt9MkRSUDOshaJjUvd06SoCccBWFTMJb7WMvgyI95569mlHXnI24MXK2 cSgWhHlj+5k12U8/C5G48hdWUp5yfHxSoHt8EGim7w4nwHTLQfHErtAJMlAGqQPebg pPiyU7iHLGAxL+/MAPr8RhoMMMuytvD0eckc+D/sNabLOdwDfQTmPsI2Bsf9+iAFiV IIluiS7rZc1oA== From: Sasha Levin To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: Sasha Levin , patches@lists.linux.dev, stable@kernel.org, Sven Eckelmann Subject: Re: [PATCH 6.12 125/307] batman-adv: tt: prevent TVLV entry number overflow Date: Sun, 21 Jun 2026 09:47:39 -0400 Message-ID: <20260621133722.0001.sashal@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <8696716.T7Z3S40VBb@sven-desktop> References: <20260607095727.647295505@linuxfoundation.org> <20260607095732.348045111@linuxfoundation.org> <8696716.T7Z3S40VBb@sven-desktop> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Fri, Jun 19, 2026 at 06:54:33PM +0200, Sven Eckelmann wrote: > No real objection for 6.12. But it was missed in > > * 6.6: ... > * 6.1: ... > - applied when using the correct order - no actual change in the patch > * 5.15: > - it depends on the also missed patch (with context conflicts): ... > * 5.10: > - it depends on the also missed patch (with context conflicts): ... Thanks Sven. Queued the missed backports for all four trees: - 6.6 and 6.1: applied the single main fix directly. - 5.15 and 5.10: applied the prerequisite 1e9fab756f83 ("batman-adv: tt: reject oversized local TVLV buffers") first, then the main fix, per the ordering you pointed to. All four built cleanly. -- Thanks, Sasha