linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/uv: Fix the comment of the uv_find_secret() function
@ 2025-10-02 15:54 Thomas Huth
  2025-10-02 16:24 ` Claudio Imbrenda
  2025-10-08 12:47 ` Janosch Frank
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2025-10-02 15:54 UTC (permalink / raw)
  To: freude, Christian Borntraeger, Janosch Frank, Claudio Imbrenda,
	Vasily Gorbik, Alexander Gordeev
  Cc: David Hildenbrand, Heiko Carstens, Sven Schnelle, kvm, linux-s390,
	linux-kernel

From: Thomas Huth <thuth@redhat.com>

The uv_get_secret_metadata() function has been removed some
months ago, so we should not mention it in the comment anymore.

Fixes: a42831f0b74dc ("s390/uv: Remove uv_get_secret_metadata function")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 arch/s390/kernel/uv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/s390/kernel/uv.c b/arch/s390/kernel/uv.c
index 47f574cd1728a..324cd549807a5 100644
--- a/arch/s390/kernel/uv.c
+++ b/arch/s390/kernel/uv.c
@@ -866,8 +866,8 @@ static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN],
 	return -ENOENT;
 }
 
-/*
- * Do the actual search for `uv_get_secret_metadata`.
+/**
+ * uv_find_secret() - search secret metadata for a given secret id.
  * @secret_id: search pattern.
  * @list: ephemeral buffer space
  * @secret: output data, containing the secret's metadata.
-- 
2.51.0


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

* Re: [PATCH] s390/uv: Fix the comment of the uv_find_secret() function
  2025-10-02 15:54 [PATCH] s390/uv: Fix the comment of the uv_find_secret() function Thomas Huth
@ 2025-10-02 16:24 ` Claudio Imbrenda
  2025-10-08 12:47 ` Janosch Frank
  1 sibling, 0 replies; 3+ messages in thread
From: Claudio Imbrenda @ 2025-10-02 16:24 UTC (permalink / raw)
  To: Thomas Huth
  Cc: freude, Christian Borntraeger, Janosch Frank, Vasily Gorbik,
	Alexander Gordeev, David Hildenbrand, Heiko Carstens,
	Sven Schnelle, kvm, linux-s390, linux-kernel

On Thu,  2 Oct 2025 17:54:23 +0200
Thomas Huth <thuth@redhat.com> wrote:

> From: Thomas Huth <thuth@redhat.com>
> 
> The uv_get_secret_metadata() function has been removed some
> months ago, so we should not mention it in the comment anymore.
> 
> Fixes: a42831f0b74dc ("s390/uv: Remove uv_get_secret_metadata function")
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>

> ---
>  arch/s390/kernel/uv.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/s390/kernel/uv.c b/arch/s390/kernel/uv.c
> index 47f574cd1728a..324cd549807a5 100644
> --- a/arch/s390/kernel/uv.c
> +++ b/arch/s390/kernel/uv.c
> @@ -866,8 +866,8 @@ static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN],
>  	return -ENOENT;
>  }
>  
> -/*
> - * Do the actual search for `uv_get_secret_metadata`.
> +/**
> + * uv_find_secret() - search secret metadata for a given secret id.
>   * @secret_id: search pattern.
>   * @list: ephemeral buffer space
>   * @secret: output data, containing the secret's metadata.


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

* Re: [PATCH] s390/uv: Fix the comment of the uv_find_secret() function
  2025-10-02 15:54 [PATCH] s390/uv: Fix the comment of the uv_find_secret() function Thomas Huth
  2025-10-02 16:24 ` Claudio Imbrenda
@ 2025-10-08 12:47 ` Janosch Frank
  1 sibling, 0 replies; 3+ messages in thread
From: Janosch Frank @ 2025-10-08 12:47 UTC (permalink / raw)
  To: Thomas Huth, freude, Christian Borntraeger, Claudio Imbrenda,
	Vasily Gorbik, Alexander Gordeev
  Cc: David Hildenbrand, Heiko Carstens, Sven Schnelle, kvm, linux-s390,
	linux-kernel

On 10/2/25 5:54 PM, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> The uv_get_secret_metadata() function has been removed some
> months ago, so we should not mention it in the comment anymore.
> 
> Fixes: a42831f0b74dc ("s390/uv: Remove uv_get_secret_metadata function")
> Signed-off-by: Thomas Huth <thuth@redhat.com>

FYI:
The 390 team has picked this up and will move it through their repository.

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

end of thread, other threads:[~2025-10-08 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 15:54 [PATCH] s390/uv: Fix the comment of the uv_find_secret() function Thomas Huth
2025-10-02 16:24 ` Claudio Imbrenda
2025-10-08 12:47 ` Janosch Frank

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).