linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvme: Re-word D3 Entry Latency message
@ 2024-03-07 19:17 Len Brown
  2024-03-07 19:51 ` Keith Busch
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Len Brown @ 2024-03-07 19:17 UTC (permalink / raw)
  To: kbusch, linux-nvme; +Cc: maxg, axboe, hch, sagi, linux-kernel, Len Brown

From: Len Brown <len.brown@intel.com>

Some words are alarming in routine kernel messages.
"timeout" is one of them, so avoid using it.

Fixes: 1a3838d732ea ("nvme: modify the debug level for setting shutdown timeout")

Suggested-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/nvme/host/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index 0a96362912ce..2601dc1c4f42 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -3206,7 +3206,7 @@ static int nvme_init_identify(struct nvme_ctrl *ctrl)
 
 		if (ctrl->shutdown_timeout != shutdown_timeout)
 			dev_info(ctrl->device,
-				 "Shutdown timeout set to %u seconds\n",
+				 "D3 entry latency set to %u seconds\n",
 				 ctrl->shutdown_timeout);
 	} else
 		ctrl->shutdown_timeout = shutdown_timeout;
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: Re-word D3 Entry Latency message
  2024-03-07 19:17 [PATCH] nvme: Re-word D3 Entry Latency message Len Brown
@ 2024-03-07 19:51 ` Keith Busch
  2024-03-08  0:11 ` Chaitanya Kulkarni
  2024-03-08 10:09 ` Sagi Grimberg
  2 siblings, 0 replies; 4+ messages in thread
From: Keith Busch @ 2024-03-07 19:51 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-nvme, maxg, axboe, hch, sagi, linux-kernel, Len Brown

On Thu, Mar 07, 2024 at 02:17:34PM -0500, Len Brown wrote:
> From: Len Brown <len.brown@intel.com>
> 
> Some words are alarming in routine kernel messages.
> "timeout" is one of them, so avoid using it.
> 
> Fixes: 1a3838d732ea ("nvme: modify the debug level for setting shutdown timeout")
> 
> Suggested-by: Keith Busch <kbusch@kernel.org>
> Signed-off-by: Len Brown <len.brown@intel.com>

Our messages must have crossed:

  https://lore.kernel.org/linux-nvme/20240307165933.3718589-1-kbusch@meta.com/T/#u

I haven't been receiving random messages from the list lately either. Or
maybe I cc'ed the wrong email.

Anyway, we just sent the nvme-6.9 pull request today, so I'll wait a few
more days before starting the next batch.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: Re-word D3 Entry Latency message
  2024-03-07 19:17 [PATCH] nvme: Re-word D3 Entry Latency message Len Brown
  2024-03-07 19:51 ` Keith Busch
@ 2024-03-08  0:11 ` Chaitanya Kulkarni
  2024-03-08 10:09 ` Sagi Grimberg
  2 siblings, 0 replies; 4+ messages in thread
From: Chaitanya Kulkarni @ 2024-03-08  0:11 UTC (permalink / raw)
  To: Len Brown, kbusch, linux-nvme
  Cc: Max Gurtovoy, axboe, hch, sagi, linux-kernel, Len Brown

On 3/7/24 11:17, Len Brown wrote:
> From: Len Brown <len.brown@intel.com>
>
> Some words are alarming in routine kernel messages.
> "timeout" is one of them, so avoid using it.
>
> Fixes: 1a3838d732ea ("nvme: modify the debug level for setting shutdown timeout")
>
> Suggested-by: Keith Busch <kbusch@kernel.org>
> Signed-off-by: Len Brown <len.brown@intel.com>
> ---
>   drivers/nvme/host/core.c | 2 +-
>

not sure which one will get in, hence ...

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: Re-word D3 Entry Latency message
  2024-03-07 19:17 [PATCH] nvme: Re-word D3 Entry Latency message Len Brown
  2024-03-07 19:51 ` Keith Busch
  2024-03-08  0:11 ` Chaitanya Kulkarni
@ 2024-03-08 10:09 ` Sagi Grimberg
  2 siblings, 0 replies; 4+ messages in thread
From: Sagi Grimberg @ 2024-03-08 10:09 UTC (permalink / raw)
  To: Len Brown, kbusch, linux-nvme; +Cc: maxg, axboe, hch, linux-kernel, Len Brown

Whatever is taken...

Reviewed-by: Sagi Grimberg <sagi@grimberg.me>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-08 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 19:17 [PATCH] nvme: Re-word D3 Entry Latency message Len Brown
2024-03-07 19:51 ` Keith Busch
2024-03-08  0:11 ` Chaitanya Kulkarni
2024-03-08 10:09 ` Sagi Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).