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 CD45232ED33 for ; Thu, 4 Dec 2025 22:16:52 +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=1764886612; cv=none; b=U/X+jLelfckeg+ut47sXVXnbit2rNSBoPgEcmzRPx8rmu5DG5RXR7yXYTktd31XuUe51ptW1K+ehr+by8flOJKiORME3v9QWt2TQyBVxkrN7BrAaumTt5kCApgg8ZkAjJ8n2y+BDoo90ZplDn8928oPpL+1Vt8NdDyJAAcNr+qg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764886612; c=relaxed/simple; bh=GIuj8czK7JN8iz28EipslA6aGAVYQK/Gu9reaHBCPGc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=qaKGawqTT0Dgf4Np68w8IssZBtoN5984JcjoGvr9TyQ5Wtim7x/Bu7gmpCTe5yBlslCiuStb8EIQlQH/qwklBVmKjV2hR0c5vg2qNBzR49aJrvwLMwmf/xIUkSL5cFOWu+dK0nMF4fePy/5V/PYMyKswMLmGdLtFww7Rv12e+lU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KBuApwTD; 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="KBuApwTD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D13FC4CEFB; Thu, 4 Dec 2025 22:16:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764886612; bh=GIuj8czK7JN8iz28EipslA6aGAVYQK/Gu9reaHBCPGc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KBuApwTDXxWWdiJtQf5qi+0VX47yor8Nk3F7562GYuC/SHmqcNeAWPL9H/c8XV8DC UPqGDSIG+kiOWeBOB2NOnleo4M6fuA+1IUkD0gtnUP2MHOPxx+GRl3FHzajYTp/mdj YhItdid8utmBaZBdehY95VBwYuAeXWDgyAXUqsNbvJfJVdOXTx+DdbZnmHRJ/yuemW 5E6TamsqebK90TLJQSk7/QyvhdNy8bmKE0UJOaQI1ovMRqWIv9iqKocBetKjbVcGlF Y95h+kTKIqv9R3MRTVA4DXw+fZbKZYhZ20Diq0x07sT7jnzqNDzgkxxaVPxW3UeckK /XNqUzLH3VJjw== Message-ID: <51d8549e-b084-498e-84c0-76fd3de116cb@kernel.org> Date: Thu, 4 Dec 2025 23:16:45 +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: [PATCH] Revert "mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb" To: Shuah Khan , akpm@linux-foundation.org Cc: maddy@linux.ibm.com, mpe@ellerman.id.au, npiggin@gmail.com, christophe.leroy@csgroup.eu, lorenzo.stoakes@oracle.com, Liam.Howlett@oracle.com, vbabka@suse.cz, rppt@kernel.org, surenb@google.com, mhocko@suse.com, masahiroy@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20251204023358.54107-1-skhan@linuxfoundation.org> From: "David Hildenbrand (Red Hat)" Content-Language: en-US In-Reply-To: <20251204023358.54107-1-skhan@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/4/25 03:33, Shuah Khan wrote: > This reverts commit 39231e8d6ba7f794b566fd91ebd88c0834a23b98. > > Enabling HAVE_GIGANTIC_FOLIOS broke kernel build and git clone on two > systems. git fetch-pack fails when cloning large repos and make hangs > or errors out of Makefile.build with Error: 139. Looking at the last part, "Error 139" was confirmed to be fixed in 6.18, right? At least reading [1] there I find "it was issue of 6.18.0-rc6 kernel itself. After switching to default Arch Linux kernel build went without problem and I'm now on 6.18 stable kernel." Did you mange to report the make issue you reported here [2] on 6.18 as well, or only pre 6.18-rc7? [1] https://gitlab.freedesktop.org/drm/amd/-/issues/4724 [2] https://lore.kernel.org/all/5af4522e-30ab-4eec-a861-c2760cdabd4f@linuxfoundation.org/T/#u -- Cheers David