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 3CB351096F; Fri, 17 Jan 2025 02:26:16 +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=1737080777; cv=none; b=MWpm10ImnC4nR+vPS2MZVC1AjgP6sZT5QfLTVL+XCQ1k2iXRmajrlybzSMWvSmHSyhxKOgM0C3EDAzXWbn+CoWYXV+MHV/h+M/B8zZ8iugnkVpTTS4DJ9PQdxIJsWylPP9IBi5QkYLKJqdZC49nMd+Zfww4Ukm+JGuvqH7rmseY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737080777; c=relaxed/simple; bh=KuohAN5yww51P25HvlNwxeVvJmAKy6nFysml2x+JO/I=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=brZ8bn5Zy5w6qDwCjssJK6TmsbaJU+1IyR8TkLOFLUXx1YRQpmbj38QEO13TMD7Fne6NQ/WA4TrAUXQ2WExegfh+JvvYPn8WG3O3bsmnH9voe5uc/Gh2AD1xGXzV615CGsamgPeYeltd4HFaulW3+QzQgLHbnA5r2KkL80vGr7E= 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=j4zXEgyy; 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="j4zXEgyy" Received: by linux.microsoft.com (Postfix, from userid 1158) id DB90D20BEBE1; Thu, 16 Jan 2025 18:26:15 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DB90D20BEBE1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1737080775; bh=KuohAN5yww51P25HvlNwxeVvJmAKy6nFysml2x+JO/I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j4zXEgyyEs6xkNmJDVD5s+cyQh8oEwUW4b3KwIlGlfiFmYWQDSyv/TuQngfE2hYgm aFmvnFzAh4XxDn2h3mAjViAlKhn7NmIC4MPuzXwSy09p3NSu8gSdp0BRmL+DZFnzx+ phaDWRZxKtMKjGnR/9tc9ypVVMHRWMY8X6fGssvw= 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] 6.6.72-rc1 review Date: Thu, 16 Jan 2025 18:26:15 -0800 Message-Id: <1737080775-23716-1-git-send-email-hargar@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <20250115103554.357917208@linuxfoundation.org> References: <20250115103554.357917208@linuxfoundation.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The kernel, bpf tool, amd kselftest tool builds fine for v6.6.72-rc1 on x86 and arm64 Azure VM. Tested-by: Hardik Garg Thanks, Hardik