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 3B0CC19F464 for ; Tue, 20 May 2025 13:42:51 +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=1747748572; cv=none; b=bVePAbrBbIX51TaWU12gDXRCc0jwcTW7lPR47936vYHOAlOx79fAhfoNxbBp3VV4Rpf2OajF6AK/YGykewAKeMcxTp4X2HGhvpK/M9jPpkxZYY2Kl4UKeIEuA3YY1sao/fm96mhLgNi6SVsCGsL0YJTv8Jb5sJvwl9rPAAbDqJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747748572; c=relaxed/simple; bh=4u11MVM+UjgaSV+oNLyvxP/oQWYbi3EFecdzIy2Q/8E=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=BJVUgoqwXJOqcbSkqRBE+zQQCzpulQVdkUCH/h4C6NT3Nn1JG54sU5+/4+auWKT4YJZ6UruOFe4Vh+k4vknPnjwcWvfjeG6MhnTKzbikvenZ5D5mVw9kWav71C+N/2D7s2QnDp7qdrvKkOiFlIbd+N2J1qEPdZN3PB1eEUkdfVo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hWELI5BC; 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="hWELI5BC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35681C4CEE9; Tue, 20 May 2025 13:42:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747748571; bh=4u11MVM+UjgaSV+oNLyvxP/oQWYbi3EFecdzIy2Q/8E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hWELI5BCzjWNttAggVa9rYQRHEQs8T+IGkHEn27TGWY4UeRHGwfbgGMqiZ70FKlg3 9KjsjFmZBMchI83NKA8bxTyQzvu9YcXbfeEDoWJt/N9Om6o/57uCJF/jxNUCAfVGyP qsJy5hiBl7VpX04wrHW/latqooTgGH3+RI0cMm1JOtQlgEfhuxbzo2CiD2dGjmGmTJ Rc9R3Koy5vpQGj+RKr35hTWo4d9kSqkyRf/CyjWjrnEnOY77NjxK1hTRCdXueguJNF NWnTAOjwnz28Cvk+eVjUgLMasuCVVddKWb4vxVDEztdDB7EqE/axUNqTU1LA4sNVfx qhl/D2lgxLdXw== From: Sasha Levin To: stable@vger.kernel.org, yangtiezhu@loongson.cn Cc: Sasha Levin Subject: Re: [PATCH for 6.14.y] perf tools: Fix build error for LoongArch Date: Tue, 20 May 2025 09:42:49 -0400 Message-Id: <20250520053648-04702da893db7265@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250520063009.23504-1-yangtiezhu@loongson.cn> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, Summary of potential issues: ⚠️ Could not find matching upstream commit No upstream commit was identified. Using temporary commit for testing. Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.14.y | Success | Success |