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 9FF5625DB0D for ; Wed, 26 Nov 2025 15:40:47 +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=1764171647; cv=none; b=BClo8eDU9ilswWwOKtxYZyoN2mH2rvVHrGiQtfY8LA0cKF0tzDpzMjBIkIPJi2800eMx8TO/zoaE3bcHypNu1orNM+M63dGOy1L1725yFcaXcOWcLy+AUdoGlgKEuHIYXcERtrGmcNG4hFgfosnP/F3Ju6NJKf6zlOG/1JbbgLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764171647; c=relaxed/simple; bh=U3CDHUxKiNPdkrp06riE1Ud7PWKu//nHZU4THiPNmDo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kGnpZLi/jFJ7TiV0YFjaQeC1UYC+PQHm8PQNRLvgbPuU77MSHnegWB++IHmmFnVYn/Lvh3LI343EPq2QE+RJO0pDxsuhKfDqibzpI3TOLfZKI5unt9DD8/oiSsnoKf6Ded8lBQ34R6m2hg9SgGtVY1XQKKu1e6nvl0bCloJnF3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rtokxXzs; 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="rtokxXzs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9550DC4CEF7; Wed, 26 Nov 2025 15:40:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764171647; bh=U3CDHUxKiNPdkrp06riE1Ud7PWKu//nHZU4THiPNmDo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rtokxXzs+3GkijwTkI31NZ8qULKTsdF1sEnmAlo1/YkZPiBhxtjy/OoAtGxAJYHbC g8BJB1d9Vz2iPvwvV+9IZas4F86j4Oe76lSj35puhPm8NBLjFfkmhhHfPPNA2rBb+X ohdYK7ot5RXjCMVQEQpY8pt59bBFY8s5OqMW5H8UQ5kScAhEzGF1c3EZIhqB+yq5J/ C/OJZqstWtL9PLWWontvzh+Jq963cH068mf9FRDhYYv/U0VQG0Mpq0mgDTC3/IQlYO MRQUpVLBr9u6iBpeqsDKy2xnqCM9C3LDwyz3P7F9vs6RF5nqB396YkmlrGTgUnspUz P0975f0G6/GSg== Message-ID: <557b5500-412a-4d26-8c4b-147c9a00d5fd@kernel.org> Date: Wed, 26 Nov 2025 16:40: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: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, Andrew Morton , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Christophe Leroy References: <20251021100606.148294-1-david@redhat.com> From: "David Hildenbrand (Red Hat)" Content-Language: en-US In-Reply-To: <20251021100606.148294-1-david@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 10/21/25 12:06, David Hildenbrand wrote: > Two smaller fixes identified while doing a bigger rework. > > Compile-tested only as I don't have an easy way to test right now. > > I would prefer for these patches to go through the MM tree as I will > be sending out a bigger version soon that is based on this series -- > I split of the fixes from the other stuff. > Ping, I tried to get CMM running again (using the simulation mode I introduced a while back), but so far my attempts to get a reasonable powernv VM booted in QEMU failed :( (e.g., Fedora qcow2 images use xfs, but the open powernv loader is based on a 5.10 kernel without some mystical XFS feature ...) -- Cheers David