[PATCH v2 2/3] elf: Remove ldconfig kernel version check

Florian Weimer fweimer@redhat.com
Mon May 16 12:46:49 GMT 2022


* Adhemerval Zanella:

> diff --git a/sysdeps/generic/dl-cache.h b/sysdeps/generic/dl-cache.h
> index df385dca2d..2944963531 100644
> --- a/sysdeps/generic/dl-cache.h
> +++ b/sysdeps/generic/dl-cache.h
> @@ -95,7 +95,6 @@ struct file_entry_new
>        uint32_t key, value;	/* String table indices.  */
>      };
>    };
> -  uint32_t osversion;		/* Required OS version.	 */
>    uint64_t hwcap;		/* Hwcap entry.	 */
>  };
>  

Please leave this field in place and just updated the name or comment.
I don't think there is much to gain from changing the /etc/ld.so.cache
format in this way.

Rest looks okay to me.

Thanks,
Florian



More information about the Libc-alpha mailing list