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 1D54833EC; Sun, 29 Mar 2026 20:33:36 +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=1774816417; cv=none; b=haMCZxQbBwBZVKyVCI+lF3X1P0Iv7JQnnP87LG1fNe4iKW/5LYi5Ayp4h1dH17xqenNEmIUSK0FzriDIAKwKYLAR2iz2DV3hpPDFnVciwlqxqLhUuPq08D+uXDqaw+IFEBUS6JH5Egom7t7ApiVYbIwwFpQogWx+tHdcv2fsKOI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774816417; c=relaxed/simple; bh=b1qN/QmmHyjDsZ1S9VwDWDPOs1KQeHXkZssW5Tti60M=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TDFDlVHOVSE71zycqNQAFxP/whCR/7V4AkWlA2hum2RRttABIu7uHQkdRJXI7KFqzcuVW0bOspnrDobBCDD3Lm27j8tzMSl0oR0XWWThmIlZ911xqZGO7FI8ypGUD0Draml6arZDz+TOM3TFluHhgHjyUcyrRWQRWtZl0VC3Juo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lZhilpZB; 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="lZhilpZB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C7B2C116C6; Sun, 29 Mar 2026 20:33:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774816416; bh=b1qN/QmmHyjDsZ1S9VwDWDPOs1KQeHXkZssW5Tti60M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lZhilpZBz7DGzJadRK9UuEunDiurdIq3qSlXsGUYhUvtMTzezCXS9iGGECsu9OglZ /pq/eLDDFWBCFjnLYeB7v1jt2dtpyr7pHiXafTk3sNj39nOqTSYzYehbzfLLLHu8eT wb3q6It3eWkruNtOl8RlaKpboope5U5uNVoMKxb2usnbaaVFxbN6LcVg+3MnvRyD5E GQT1MPKA64RSIQ3vE2QS8yIW8eJXMdMlvAIy2EV6cGe4I1DOGP2O4rHkKwOE19aRUF snpv2/hc4o1t3JwyTNWRin/mMfh2AXlrAbETIXv90oS0ggXNzIx+MfIFxUgl9qQNmV i5Udi/vKhcwZQ== Date: Sun, 29 Mar 2026 13:33:35 -0700 From: Jakub Kicinski To: Manivannan Sadhasivam Cc: Simon Horman , Manivannan Sadhasivam , davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, andersson@kernel.org, yimingqian591@gmail.com, chris.lew@oss.qualcomm.com, stable@vger.kernel.org Subject: Re: [PATCH 1/2] net: qrtr: ns: Limit the maximum server registration per node Message-ID: <20260329133335.6dba8048@kernel.org> In-Reply-To: References: <20260325104415.104972-1-manivannan.sadhasivam@oss.qualcomm.com> <20260325104415.104972-2-manivannan.sadhasivam@oss.qualcomm.com> <20260327095832.GC111839@horms.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-Transfer-Encoding: 7bit On Fri, 27 Mar 2026 15:40:01 +0530 Manivannan Sadhasivam wrote: > > I am wondering if any bounds are placed on the number of nodes that can be > > created. And, if not, is this a point of concern from a memory exhaustion > > perspective? > > That's true. I plan to send a followup for that. This series just limits the > scope in addressing the reported issue. This series is moot without such limit, tho. Let's fix it all in one series. I'll send you the remaining AI feedback.