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 D37398F58 for ; Thu, 24 Jul 2025 03:46:51 +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=1753328813; cv=none; b=pIXuf39REkQ/LBvqUyjiP+gYo8YJMvqxbvwDe2P6TMAJjll07V3KZpaMaUF+fAbUiSXiWhZShqEn6MOzn5+H/9BceOF+yEHzYrcsVNAbVZelsR/CE+uxB6TQf9dkdfgP10jd2kw4h6ISAUFHksWN6Sx15eKIKBL7wQHfoDd48VU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753328813; c=relaxed/simple; bh=OZ+wUYEDiPPc/eauVKaCLzYZv1JB58LsririkIbR7Vo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=Ctg4iGyA99NFB1E9a4qjtr2JFebDyCAJcGgQ89ppkp8gFIeDNIPyFY3ol4QSQQWrvStPLcBx0ioxzLqm/ohWChPcvQDPUCMTDPtTZGHTCi+Y5THo6+0IehI52vyQeOfUhOoiPXw1VBJPMz2wwx8fk0A6Qa9140R9GnuIVH7giMY= 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=d+/RUftP; 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="d+/RUftP" Received: by linux.microsoft.com (Postfix, from userid 1158) id 5C2842120398; Wed, 23 Jul 2025 20:46:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5C2842120398 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1753328811; bh=aiQAVMS+QCHqgf7L4RUucokaXJAR6PElZPtqVeQtAKc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d+/RUftPjjNuHDQX10RS+0csvxWknDgq1UdZ8a60KAbMvueu/6BGdChwE7Pe8PFS6 gwxAUVjey47qYNDfxoOADGTdaGd/MFR0Z4woR4NUia77mKJTf3saLPbpPjVIXgaJ4K /jrmOvwjINQcao1bdlDeWgjvo1qF+Ci79Ztfg+eE= From: Hardik Garg To: gregkh@linuxfoundation.org Cc: akpm@linux-foundation.org, broonie@kernel.org, conor@kernel.org, f.fainelli@gmail.com, hargar@microsoft.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, lkft-triage@lists.linaro.org, patches@kernelci.org, patches@lists.linux.dev, pavel@denx.de, rwarsow@gmx.de, shuah@kernel.org, srw@sladewatkins.net, stable@vger.kernel.org, sudipm.mukherjee@gmail.com, torvalds@linux-foundation.org Subject: Re: [PATCH 6.6 000/111] 6.6.100-rc1 review Date: Wed, 23 Jul 2025 20:46:51 -0700 Message-Id: <1753328811-17253-1-git-send-email-hargar@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <20250722134333.375479548@linuxfoundation.org> References: <20250722134333.375479548@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: The kernel, bpf tool, and perf tool builds fine for v6.6.100-rc1 on x86 and arm64 Azure VM. Kernel binary size for x86 build: text data bss dec hex filename 27324638 16736514 4640768 48701920 2e721e0 vmlinux Kernel binary size for arm64 build: text data bss dec hex filename 34724208 13857266 970368 49551842 2f419e2 vmlinux Tested-by: Hardik Garg Thanks, Hardik