From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3E36A47AF57 for ; Tue, 28 Apr 2026 18:30:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777401034; cv=none; b=f2vhiUWe+yWCnHzpqTEeFJTNw2w/cC3ST4fYw7jQrPjXVR6QRFs9dppBwMjL6lGRVHbhTEWSN9BBl4EmVc025EDOmZvKevJdr1chErr8M7jJD6k35E0UTjLgTbvYIPzpjwMaOPNO+2HmAY//sbw/rQY8dpwRBi14z5K8AtYSdMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777401034; c=relaxed/simple; bh=Wu1rPi/JdV1ncJyIF4Ch7km429IcExTfSCrhEs8W8Z0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Qcptru7480KnFzYQGWO7Elz7xzV3cElCp0ixdOKT+G5RPSJxVm2eN/bQE7/4jEGyIlzuU11B/Fo8E+GwqwmibNQ8cdp1Tv5QMBdWCBHWInpH1JyQnc1RLVSmxUgaSdntAivYaU+GdceN129KsGQbVfpZ2YM9EM4zkajYUftXM/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oZ6EVaz3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oZ6EVaz3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD311C2BCAF; Tue, 28 Apr 2026 18:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777401033; bh=Wu1rPi/JdV1ncJyIF4Ch7km429IcExTfSCrhEs8W8Z0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oZ6EVaz3yviM37KAMMTNpZicruYnfKUMHrJj8SvzFlDOnUNiKRML/TxszMZo3DSM2 F5XBC7oJOdIPdAIyPzz6W/sUbfolUoVhw7b8pcheYc1a0MuO4IG90vPYRL+md6oNei l4hmoneb4L6LFLE8kbXU91VUsxnqSjnnnJP0z1Em/phrzzmaUgJAMBQ/lCJWPsGrW8 dhJwXBoLsV/NLYyQBcFJXizp32OOairjonwzEClmSSEMxpCcWQqK5z+xSNkDU1/JqA pWLizWs9VTjXrbCS/rUunuG9OMCXbr6KiZLQ9YXAuLxevEwAdiDALqaKkOrGPOTEA4 sDiq4zQ7owNIg== Date: Tue, 28 Apr 2026 19:30:28 +0100 From: Simon Horman To: Ren Wei Cc: b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org, marek.lindner@mailbox.org, sw@simonwunderlich.de, antonio@mandelbit.com, sven@narfation.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, yuantan098@gmail.com, yifanwucs@gmail.com, tomapufckgml@gmail.com, bird@lzu.edu.cn, tr0jan@lzu.edu.cn, wangjiexun2025@gmail.com Subject: Re: [PATCH net v2 1/2] batman-adv: reject new tp_meter sessions during teardown Message-ID: <20260428183028.GW900403@horms.kernel.org> References: <20260427064338.1526762-1-n05ec@lzu.edu.cn> 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: <20260427064338.1526762-1-n05ec@lzu.edu.cn> On Mon, Apr 27, 2026 at 02:43:33PM +0800, Ren Wei wrote: > From: Jiexun Wang > > Prevent tp_meter from starting new sender or receiver sessions after > mesh_state has left BATADV_MESH_ACTIVE. > > Fixes: 33a3bb4a3345 ("batman-adv: throughput meter implementation") > Cc: stable@kernel.org > Reported-by: Yuan Tan > Reported-by: Yifan Wu > Reported-by: Juefei Pu > Reported-by: Xin Liu > Co-developed-by: Luxing Yin > Signed-off-by: Luxing Yin > Signed-off-by: Jiexun Wang > Signed-off-by: Ren Wei > --- > Changes in v2: > - Split the original fix into setup-side and teardown-side patches Hi Ren, An AI generated review of this patch-set is available on sashiko.dev. Could you take a look over that. I expect that some follow-up patches are warranted.