From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Suma Hegde <suma.hegde@amd.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
platform-driver-x86@vger.kernel.org,
Naveen Krishna Chatradhi <nchatrad@amd.com>
Subject: Re: [PATCH v3 3/3] platform/x86/amd/hsmp: improve the error log
Date: Tue, 19 Sep 2023 16:00:58 +0300 (EEST) [thread overview]
Message-ID: <5264812-64d7-a55d-90af-b92ebf566f7d@linux.intel.com> (raw)
In-Reply-To: <20230919092057.2235437-3-suma.hegde@amd.com>
[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]
On Tue, 19 Sep 2023, Suma Hegde wrote:
> 1. Change print message during platform init to a more meaningful
> clear message.
> 2. Return the error code returned by hsmp_test() itself, rather then
> returning a common EOPNOTSUPP error.
>
> Signed-off-by: Suma Hegde <suma.hegde@amd.com>
> Reviewed-by: Naveen Krishna Chatradhi <nchatrad@amd.com>
> ---
> Changes since v1:
> 1. changed commit message
> Changes since v2:
> No change
>
> drivers/platform/x86/amd/hsmp.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/platform/x86/amd/hsmp.c b/drivers/platform/x86/amd/hsmp.c
> index fc6fba18844e..c4d324436a40 100644
> --- a/drivers/platform/x86/amd/hsmp.c
> +++ b/drivers/platform/x86/amd/hsmp.c
> @@ -568,10 +568,10 @@ static int __init hsmp_plt_init(void)
> for (i = 0; i < plat_dev.num_sockets; i++) {
> ret = hsmp_test(i, 0xDEADBEEF);
> if (ret) {
> - pr_err("HSMP is not supported on Fam:%x model:%x\n",
> + pr_err("HSMP test message failed on Fam:%x model:%x\n",
> boot_cpu_data.x86, boot_cpu_data.x86_model);
> - pr_err("Or Is HSMP disabled in BIOS ?\n");
> - return -EOPNOTSUPP;
> + pr_err("Is HSMP disabled in BIOS ?\n");
> + return ret;
> }
> }
>
>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
--
i.
next prev parent reply other threads:[~2023-09-19 13:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-19 9:20 [PATCH v3 1/3] platform/x86/amd/hsmp: create plat specific struct Suma Hegde
2023-09-19 9:20 ` [PATCH v3 2/3] platform/x86/amd/hsmp: add support for metrics tbl Suma Hegde
2023-09-19 13:07 ` Ilpo Järvinen
2023-09-21 15:14 ` Hans de Goede
2023-09-22 8:56 ` Ilpo Järvinen
2023-09-26 8:20 ` Hans de Goede
2023-09-19 9:20 ` [PATCH v3 3/3] platform/x86/amd/hsmp: improve the error log Suma Hegde
2023-09-19 13:00 ` Ilpo Järvinen [this message]
2023-09-19 13:00 ` [PATCH v3 1/3] platform/x86/amd/hsmp: create plat specific struct Ilpo Järvinen
2023-09-26 13:05 ` Ilpo Järvinen
2023-09-27 11:18 ` Ilpo Järvinen
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=5264812-64d7-a55d-90af-b92ebf566f7d@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=hdegoede@redhat.com \
--cc=nchatrad@amd.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=suma.hegde@amd.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.