From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6408817FE for ; Fri, 3 Jan 2025 22:10:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735942236; cv=none; b=c1GVuaPzCccg1xPhOCVlO8XX3N4risHejTzZPoxRW6CeDZQ2ZOi0B0328vs7arx1KDGUk7AggbYKmf4g+jkKXbTQx3pINfq7cQ1Lz23r0cGRTKKVSJsorEKmWyT84qI4J95IlVZMDr7VeAEA8wQV2V0H0b1OqfaalOPDJJqUN5M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735942236; c=relaxed/simple; bh=lQVqlq8RVDYccExyZ1h4h9IzoXo3PKob9iA1hu34Gs0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=o56AS41w7VXN0lwMOOqoHeXMuB46k6cP4YKk1+Yge42L4zEbxf3x/Aaj8md25GjLQ4Qhis/KJbN5719XGCsDHoE0vvOUGFmWpOJbLx6pmY/NATS+OYMzKpCbfiz7uTNfcSkgIGiMf1hqLZZc0syh4QYqk07VPmhNGP/u7J042kw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=pRxNpN0+; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="pRxNpN0+" Received: by linux.microsoft.com (Postfix, from userid 1158) id 047C92041AAC; Fri, 3 Jan 2025 14:10:35 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 047C92041AAC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1735942235; bh=lQVqlq8RVDYccExyZ1h4h9IzoXo3PKob9iA1hu34Gs0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pRxNpN0+UCQbzfPYs5KklgqtKnJUdwCez2yqdHX4j1eXmxKWbFHLtwa0wI/VqlQk7 YQdKIQN7Ex5wkcWST1bJJO6A3o5KGZAeoHCu2TqVahT4SYwrxW057HwIEC4PIILwUl LzQR33nJaQn1cZldXbMm3TdSO1XkIlsQWLcF6wcg= From: Hardik Garg To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, sgeorgejohn@microsoft.com Cc: mhklinux@outlook.com, libo.chen@oracle.com, ssengar@linux.microsoft.com, ssengar@microsoft.com Subject: Re: [PATCH] x86/Kconfig: Allow NR_CPUS between 512 and 8192 Date: Fri, 3 Jan 2025 14:10:34 -0800 Message-Id: <1735942234-3970-1-git-send-email-hargar@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <20240414163108.GA19890@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240414163108.GA19890@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Hello Maintainers, Please review the patch and share your feedback. Some of the earlier discussions related to this patch: https://lore.kernel.org/lkml/1708092603-14504-1-git-send-email-ssengar@linux.microsoft.com/ https://lore.kernel.org/lkml/794a1211-630b-3ee5-55a3-c06f10df1490@linux.com/ Thanks, Hardik