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 C2B77259CB9 for ; Mon, 17 Nov 2025 12:24:48 +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=1763382289; cv=none; b=tQqU5ehGq2R+mmNGxx+C92G3I+b3EKb4n14asK13SuCmUzvZsxoSnj57RkFt8sv3GgY9v6VZCXdtVA8fGJdGXdZohQ113tM2gej3Faj9hFigRj1fLiiyVCVhdCIE418XWYIFTRN615tOZl06omyylJ27GqPD3DQC/oolS/blSkI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763382289; c=relaxed/simple; bh=V128wr6CJE6AXQV0IX4OtXOwAeSWLgRJbKzTlI4m8AM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=UTOsM0XQL7o0J/cLA4+8+3LbdxFEhmJnGud3QH0sQS6VTyu6qKz3c+CLVXj1D4bhBJKl5sv1ChJPwRJsMXTzCEwAUZaoMkqaWlFYylJp6Njq48daozDCTwhY5xfTsn91m8qGs4K2b9Tx6Dq5EceT/7FDusZ97NbAOdILcNOKhxU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f+mbzvaP; 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="f+mbzvaP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE932C4CEFB; Mon, 17 Nov 2025 12:24:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763382288; bh=V128wr6CJE6AXQV0IX4OtXOwAeSWLgRJbKzTlI4m8AM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=f+mbzvaPD8954q1a8/avLoiQtoXRrou2LzdhE6dG2xe71HL1YtOwyf7rcEoZ0lYqz AFs5HptF+f4iJDb3J2aQLq/WonhQ3u0B4x+JK+1TVgUiDRXnOt+FWfJwCrYRg5dU1v Rg5B6p+jOQeEQKE3Z/RYWut9p5xahYtcQyKukofMUNDn2g65bOLtQS+N+2KPozDpir 5zZGib4pFHsyIw/y4lYBy8PMjngqq2SokOLfReP/jHftwOv+kGU4KSqllvBYIuXzka z4JryDxTyDR+lAJNBiex6p1GEHMxdjZLJk+pINGaXVHlXfGbVYhH91d56yn3WZMZCf kk0NVQ1soSUQw== Message-ID: Date: Mon, 17 Nov 2025 13:24:43 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [BUG] General Protection Faults During Git Clone and Kernel Build on Latest Kernel To: "Longia, Amandeep Kaur" , catalin.marinas@arm.com, Linux Kernel Mailing List , akpm@linux-foundation.org Cc: lance.yang@linux.dev, will@kernel.org, b-padhi@ti.com, aishwarya.tcv@arm.com, broonie@kernel.org, Raghavendra.KodsaraThimmappa@amd.com, Jan Polensky References: <9401208f-2db1-4397-a615-a03fd7520e53@amd.com> From: "David Hildenbrand (Red Hat)" Content-Language: en-US In-Reply-To: <9401208f-2db1-4397-a615-a03fd7520e53@amd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 17.11.25 13:08, Longia, Amandeep Kaur wrote: > Hi all, > > We've encountered critical issues while running our CI pipeline on the > latest kernel (v6.18-rc6), which involves cloning multiple repositories > for testing and building the kernel. During this process, we observed > two major issues: Hi, I observed something similar while testing on Friday between rc4 (good) and rc5+ (bad). I'm sure this it the known issue of adfb6609c6809e107ded9a1cd46f519c882e64ea we discussed already here [1]. @Jan, can you send the fix out today? Otherwise I can take care of this so we get this fixed asap. [1] https://lkml.kernel.org/r/20251109003613.1461433-1-japo@linux.ibm.com -- Cheers David