diff mbox series

[1/2] elf: update NT_FDO_PACKAGING_METADATA spec URL

Message ID 20240510212732.1149519-1-luca.boccassi@gmail.com
State New
Headers show
Series [1/2] elf: update NT_FDO_PACKAGING_METADATA spec URL | expand

Commit Message

Luca Boccassi May 10, 2024, 9:27 p.m. UTC
From: Luca Boccassi <bluca@debian.org>

Page was renamed some time ago, there's a redirect but better
to point to the right one

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 elf/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arjun Shankar May 14, 2024, 3:38 p.m. UTC | #1
Hi Luca,

> Page was renamed some time ago, there's a redirect but better
> to point to the right one
>
> Signed-off-by: Luca Boccassi <bluca@debian.org>

Thanks! This looks good to me.
Reviewed-by: Arjun Shankar <arjun@redhat.com>

> ---
>  elf/elf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elf/elf.h b/elf/elf.h
> index 55b2e87860..1df9b59935 100644
> --- a/elf/elf.h
> +++ b/elf/elf.h
> @@ -1337,7 +1337,7 @@ typedef struct
>  #define NT_GNU_PROPERTY_TYPE_0 5
>
>  /* Packaging metadata as defined on
> -   https://systemd.io/COREDUMP_PACKAGE_METADATA/ */
> +   https://systemd.io/ELF_PACKAGE_METADATA/ */
>  #define NT_FDO_PACKAGING_METADATA 0xcafe1a7e
>
>  /* Note section name of program property.   */
> --
> 2.39.2
>
diff mbox series

Patch

diff --git a/elf/elf.h b/elf/elf.h
index 55b2e87860..1df9b59935 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1337,7 +1337,7 @@  typedef struct
 #define NT_GNU_PROPERTY_TYPE_0 5
 
 /* Packaging metadata as defined on
-   https://systemd.io/COREDUMP_PACKAGE_METADATA/ */
+   https://systemd.io/ELF_PACKAGE_METADATA/ */
 #define NT_FDO_PACKAGING_METADATA 0xcafe1a7e
 
 /* Note section name of program property.   */