X86 platform drivers
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "Hegde, Suma" <Suma.Hegde@amd.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
	platform-driver-x86@vger.kernel.org,
	 kernel test robot <lkp@intel.com>,
	 Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Subject: Re: [PATCH v2] platform/x86/amd/hsmp: Add CONFIG_ACPI dependency
Date: Tue, 20 Feb 2024 14:06:25 +0200 (EET)	[thread overview]
Message-ID: <f4e34659-3571-2e3e-dfaa-db9bc4d79fde@linux.intel.com> (raw)
In-Reply-To: <64d36beb-0123-4f00-b1e2-692f1f54064d@amd.com>

On Tue, 20 Feb 2024, Hegde, Suma wrote:
> On 2/19/2024 6:15 PM, Hans de Goede wrote:
> > On 1/30/24 08:34, Suma Hegde wrote:
> > > HSMP interface is only supported on x86 based AMD EPYC line of
> > > processors. Driver uses ACPI APIs, so make it dependent on CONFIG_ACPI.
> > > 
> > > Reported-by: kernel test robot <lkp@intel.com>
> > > Closes:
> > > https://lore.kernel.org/oe-kbuild-all/202401281437.aus91srb-lkp@intel.com/
> > > Signed-off-by: Suma Hegde <suma.hegde@amd.com>
> > > Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
> > Thank you for your patch, I've applied this patch to my review-hans
> > branch:
> > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans
> > 
> > Note it will show up in my review-hans branch once I've pushed my
> > local branch there, which might take a while.
> > 
> > I will include this patch in my next fixes pull-req to Linus
> > for the current kernel development cycle.

> This change was merged by Ilpo in review-ilpo branch into commit:
> platform/x86/amd/hsmp: Add support for ACPI based probing.

> > > diff --git a/drivers/platform/x86/amd/Kconfig
> > > b/drivers/platform/x86/amd/Kconfig
> > > index 54753213cc61..f88682d36447 100644
> > > --- a/drivers/platform/x86/amd/Kconfig
> > > +++ b/drivers/platform/x86/amd/Kconfig
> > > @@ -8,7 +8,7 @@ source "drivers/platform/x86/amd/pmc/Kconfig"
> > > 
> > >   config AMD_HSMP
> > >        tristate "AMD HSMP Driver"
> > > -     depends on AMD_NB && X86_64
> > > +     depends on AMD_NB && X86_64 && ACPI

Yes, it only belongs to for-next.

The change that triggered the build fail is (it is only in for-next):

commit ba8dcff0e9c4f8fa6a46315126fb837acb0f98fc
Author: Suma Hegde <suma.hegde@amd.com>
Date:   Sat Jan 6 02:25:28 2024 +0000

    platform/x86/amd/hsmp: Add support for ACPI based probing

-- 
 i.


  reply	other threads:[~2024-02-20 12:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30  7:34 [PATCH v2] platform/x86/amd/hsmp: Add CONFIG_ACPI dependency Suma Hegde
2024-01-30  7:34 ` [PATCH v2] platform/x86/amd/hsmp: Remove NULL dereferencing code Suma Hegde
2024-02-19 12:48   ` Hans de Goede
2024-02-20 11:47     ` Hegde, Suma
2024-02-19 12:45 ` [PATCH v2] platform/x86/amd/hsmp: Add CONFIG_ACPI dependency Hans de Goede
2024-02-20 11:54   ` Hegde, Suma
2024-02-20 12:06     ` Ilpo Järvinen [this message]
2024-02-20 13:36       ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4e34659-3571-2e3e-dfaa-db9bc4d79fde@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=Suma.Hegde@amd.com \
    --cc=hdegoede@redhat.com \
    --cc=lkp@intel.com \
    --cc=naveenkrishna.chatradhi@amd.com \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox