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 5748B249F9; Sat, 1 Mar 2025 13:44:27 +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=1740836668; cv=none; b=r71r8I4cLQ2szgBmsWi2HhHRbI0BRKJ1kVU1Ftri8gb1PnEME4JSzD4Sb3VWQVvx6n2g5SKydSm13nqIncJymq+wAqMFCSfKvZGHfocnJW5EJokLoufURZ4EqG3fwuL54rCUVLyH4MifhoiP0oBule7fi022wX7uId8tWjjUIfQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740836668; c=relaxed/simple; bh=h3vHCIfVJCCiGkV7ISSfFTxz68bVIJF5cI8rPcNKEfQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=QTpA1fvyqMJeBWi0KMa9deyV7ku8VZ6PlazJcus/IoC/b062cT4Tx+9rCzGA1pFrcp37pvprNn3DcBiNm1v+8JuaXowHtbXwz0Gxm64XjM0R0IJkP0tiMtAUiv+SDoUxEuqRm4zFJGHBmQQMiiRVfADqKSvXx4NDIE481z6YHeg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dtGMaeWx; 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="dtGMaeWx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B0E3C4CEDD; Sat, 1 Mar 2025 13:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740836667; bh=h3vHCIfVJCCiGkV7ISSfFTxz68bVIJF5cI8rPcNKEfQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dtGMaeWxRw/bUxZICtcCiHwvZ6y+JJbyEy7vw+G8k6kP0BZqRODyzofXBo887J6Yq 8bmppSvXlJLHuVjQTz5dXgV/eKz1JVt/ffPP2DMQIzXh8zl5Tee4NX63IuhmrjTVmU qWGXGKt8hGryaIUdy0tYU2ww9iz4ldtIKB1LIdeSSGDQz1bo/D6h4cNrcNZCbGx7g6 gHXtC/uV59msiLVt0+KzNm23vMmrla+UdWDdXx4l9D/cjbrvyiYBO+ns53Eu+GFPhu 5WgQXG5UUOMkbMWRB16cC902aD8zB9I07R0WVVKeYMfnKNKc8gJXZvSzLbmNaJxoyG Q5wR+ll3hm23g== Message-ID: <8ae80eef-ce73-401a-97ae-cc62416bd2a7@kernel.org> Date: Sat, 1 Mar 2025 07:44:22 -0600 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/3] Add support for hidden choices to platform_profile To: Antheas Kapenekakis Cc: Shyam Sundar S K , "Rafael J . Wysocki" , Hans de Goede , =?UTF-8?Q?Ilpo_J=C3=A4rvinen?= , "Luke D . Jones" , Mark Pearson , "open list:AMD PMF DRIVER" , open list , "open list:ACPI" , "Derek J . Clark" , me@kylegospodneti.ch, Denis Benato , Mario Limonciello References: <20250228170155.2623386-1-superm1@kernel.org> Content-Language: en-US From: Mario Limonciello In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/1/25 05:09, Antheas Kapenekakis wrote: > I just tested this. The behavior of this patch series matches mine > 1-1. Feel free to add a tested-by. I understand your intent, but can you please explicitly type out your tag? This is especially important because maintainers often use 'b4' to pull all tags out of an email thread when accepting patches. > > IMO it is a bit cleaner/thought through than my series, so I am fine > with dropping mine. Should be as it is essentially a V3 > > Also; Rafael mentioned this in another thread, but please refrain from top posting when possible [1]. [1] https://www.kernel.org/doc/html/v6.14-rc4/process/submitting-patches.html#use-trimmed-interleaved-replies-in-email-discussions