From: Jani Nikula <jani.nikula@linux.intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [PATCH topic/core-for-CI] Revert "libata: Downgrade unsupported feature warnings to notifications"
Date: Wed, 09 Apr 2025 10:05:33 +0300 [thread overview]
Message-ID: <87cydlyfuq.fsf@intel.com> (raw)
In-Reply-To: <20250408194331.11046-1-lucas.demarchi@intel.com>
On Tue, 08 Apr 2025, Lucas De Marchi <lucas.demarchi@intel.com> wrote:
> This reverts commit 3f412047c54e28ecd50c10bdcec698f166c861e8.
>
> Tentative removal from topic/core-for-CI.
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
> ---
> drivers/ata/libata-core.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index 14bed90d83367..773799cfd4430 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -2178,7 +2178,7 @@ static bool ata_identify_page_supported(struct ata_device *dev, u8 page)
> * for drives which implement this ATA level or above.
> */
> if (ata_id_major_version(dev->id) >= 10)
> - ata_dev_notice(dev,
> + ata_dev_warn(dev,
> "ATA Identify Device Log not supported\n");
> dev->quirks |= ATA_QUIRK_NO_ID_DEV_LOG;
> return false;
> @@ -2249,7 +2249,7 @@ static void ata_dev_config_ncq_send_recv(struct ata_device *dev)
> unsigned int err_mask;
>
> if (!ata_log_supported(dev, ATA_LOG_NCQ_SEND_RECV)) {
> - ata_dev_notice(dev, "NCQ Send/Recv Log not supported\n");
> + ata_dev_warn(dev, "NCQ Send/Recv Log not supported\n");
> return;
> }
> err_mask = ata_read_log_page(dev, ATA_LOG_NCQ_SEND_RECV,
> @@ -2273,8 +2273,8 @@ static void ata_dev_config_ncq_non_data(struct ata_device *dev)
> unsigned int err_mask;
>
> if (!ata_log_supported(dev, ATA_LOG_NCQ_NON_DATA)) {
> - ata_dev_notice(dev,
> - "NCQ Non-Data Log not supported\n");
> + ata_dev_warn(dev,
> + "NCQ Non-Data Log not supported\n");
> return;
> }
> err_mask = ata_read_log_page(dev, ATA_LOG_NCQ_NON_DATA,
> @@ -2937,14 +2937,14 @@ int ata_dev_configure(struct ata_device *dev)
> if (ata_id_is_cfa(id)) {
> /* CPRM may make this media unusable */
> if (id[ATA_ID_CFA_KEY_MGMT] & 1)
> - ata_dev_notice(dev,
> + ata_dev_warn(dev,
> "supports DRM functions and may not be fully accessible\n");
> snprintf(revbuf, 7, "CFA");
> } else {
> snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id));
> /* Warn the user if the device has TPM extensions */
> if (ata_id_has_tpm(id))
> - ata_dev_notice(dev,
> + ata_dev_warn(dev,
> "supports DRM functions and may not be fully accessible\n");
> }
>
> @@ -3100,8 +3100,8 @@ int ata_dev_configure(struct ata_device *dev)
> }
>
> if ((dev->quirks & ATA_QUIRK_FIRMWARE_WARN) && print_info) {
> - ata_dev_notice(dev, "WARNING: device requires firmware update to be fully functional\n");
> - ata_dev_notice(dev, " contact the vendor or visit http://ata.wiki.kernel.org\n");
> + ata_dev_warn(dev, "WARNING: device requires firmware update to be fully functional\n");
> + ata_dev_warn(dev, " contact the vendor or visit http://ata.wiki.kernel.org\n");
> }
>
> return 0;
--
Jani Nikula, Intel
prev parent reply other threads:[~2025-04-09 7:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 19:43 [PATCH topic/core-for-CI] Revert "libata: Downgrade unsupported feature warnings to notifications" Lucas De Marchi
2025-04-08 20:08 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2025-04-08 20:24 ` ✓ CI.Patch_applied: success " Patchwork
2025-04-08 20:24 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-08 20:25 ` ✓ CI.KUnit: success " Patchwork
2025-04-08 20:29 ` ✗ i915.CI.BAT: failure " Patchwork
2025-04-08 20:41 ` ✓ CI.Build: success " Patchwork
2025-04-08 20:43 ` ✓ CI.Hooks: " Patchwork
2025-04-08 20:45 ` ✓ CI.checksparse: " Patchwork
2025-04-08 21:31 ` ✓ Xe.CI.BAT: " Patchwork
2025-04-08 22:55 ` ✗ Xe.CI.Full: failure " Patchwork
2025-04-09 5:50 ` ✗ Fi.CI.CHECKPATCH: warning for Revert "libata: Downgrade unsupported feature warnings to notifications" (rev2) Patchwork
2025-04-09 6:18 ` ✓ i915.CI.BAT: success " Patchwork
2025-04-09 7:05 ` Jani Nikula [this message]
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=87cydlyfuq.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@intel.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.