mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Fangrui Song <i@maskray.me>
To: musl@lists.openwall.com
Cc: Cary Coutant <ccoutant@gmail.com>
Subject: Re: [musl] [PATCH] elf.h: add ELFCOMPRESS_ZSTD
Date: Tue, 2 Aug 2022 13:01:26 -0700	[thread overview]
Message-ID: <20220802200126.7mnqo67w7aegtog7@gmail.com> (raw)
In-Reply-To: <20220802175517.GR7074@brightrain.aerifal.cx>

On 2022-08-02, Rich Felker wrote:
>On Mon, Jul 25, 2022 at 07:14:33PM -0700, Fangrui Song wrote:
>> see
>>
>>   https://groups.google.com/g/generic-abi/c/satyPkuMisk
>>   Add new ch_type value: ELFCOMPRESS_ZSTD
>> ---
>>  include/elf.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/elf.h b/include/elf.h
>> index 86e2f0bb..d2231ba0 100644
>> --- a/include/elf.h
>> +++ b/include/elf.h
>> @@ -436,6 +436,7 @@ typedef struct {
>>  } Elf64_Chdr;
>>
>>  #define ELFCOMPRESS_ZLIB	1
>> +#define ELFCOMPRESS_ZSTD	2
>>  #define ELFCOMPRESS_LOOS	0x60000000
>>  #define ELFCOMPRESS_HIOS	0x6fffffff
>>  #define ELFCOMPRESS_LOPROC	0x70000000
>> --
>> 2.37.1
>
>Is this actually an adopted standard? It's not clear from the link
>above whether there's anything authoritative going on or a proposal
>that some people like.
>
>Rich

I think so, from Cary's https://groups.google.com/g/generic-abi/c/satyPkuMisk/m/KwTF_U8rBAAJ
"I will add this to the ELF spec, as proposed below:".

This question isn't alone. Carlos O'Donell asked on https://sourceware.org/pipermail/libc-alpha/2022-July/141130.html
"Is there a public repo that I can use to cross-check the glibc value with the accepted ELF gABI value?"


Let me summarize the history:

Roughly since 2015 https://groups.google.com/g/generic-abi/c/IakWYdGABjQ/m/7zTiAVveBAAJ
("Heads Up: John Wolfe no longer at Xinuos Inc"), the official generic ABI website
http://www.sco.com/developers/gabi/latest/contents.html no longer gets update. (I believe the last
change was https://groups.google.com/g/generic-abi/c/dBOS1H47Q64/m/jwc9xA9o0IsJ
"Proposed gABI addition: SHF_COMPRESS").

Since https://groups.google.com/g/generic-abi/c/9OO5vhxb00Y/m/Y0WthoOcCQAJ ("Ongoing Maintenance of the gABI"), 
Cary Coutant takes on the maintenance of the gABI spec.

At the moment there is no repository. If help is needed, I am happy to convert the
/developers/gabi/latest .html files to Markdown or reST.

  reply	other threads:[~2022-08-02 20:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  2:14 Fangrui Song
2022-08-02 17:55 ` Rich Felker
2022-08-02 20:01   ` Fangrui Song [this message]
2022-08-02 23:09     ` Cary Coutant
2022-08-03 10:00     ` Szabolcs Nagy
2022-11-08  7:21       ` Fangrui Song
     [not found]       ` <CAN30aBEOE2pr_5SfM4fyw5i-UUEwdDzvv9uXY+Fj7TyUqS9ktw@mail.gmail.com>
2023-02-04 22:02         ` Fangrui Song
2023-02-05 23:51           ` Rich Felker

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=20220802200126.7mnqo67w7aegtog7@gmail.com \
    --to=i@maskray.me \
    --cc=ccoutant@gmail.com \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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