From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13865 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Alexander Revin Newsgroups: gmane.linux.lib.musl.general Subject: ABI compatibility between versions Date: Tue, 26 Feb 2019 00:18:06 +0100 Message-ID: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="258760"; mail-complaints-to="usenet@blaine.gmane.org" To: musl@lists.openwall.com Original-X-From: musl-return-13881-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 26 00:18:33 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1gyPW4-0015Cd-Rg for gllmg-musl@m.gmane.org; Tue, 26 Feb 2019 00:18:32 +0100 Original-Received: (qmail 18244 invoked by uid 550); 25 Feb 2019 23:18:30 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18210 invoked from network); 25 Feb 2019 23:18:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=iTNESTnWXw4VQ7ReBPTS8natSXjJgzWwlzF7a5J+DyY=; b=HVMzSHIDACgRHIYvfm140ndQgFRHAn2vAzzVxW6xV8wK5kwGM+eOXnlmoVUl726Hfg z6Jk2tptAqaqI1UOLi2SuEWUMOrZazyHmaGENBWMV6BiCTnYNDcXiKeaQ8AUMH6KCbHd KyuLO7qnCJ3mVkCA0/KSNt8FdinY59hcsRyw0P4g9nV3teeFD82k9jhGotmRQi2C1+OO j/1xHw9vg0lu7abQnm01NjJmzO3dUVWCGD85ONWdZ1LZBqKAylu0iNUTd0d7CAJU9zCz ZVDY31++19FymYSfayjKt36o8fimd8qe0A3Xk9E+gDcCIBkLOc87AnpGJnpVWH0eYrQJ Y0rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=iTNESTnWXw4VQ7ReBPTS8natSXjJgzWwlzF7a5J+DyY=; b=mVsJ4qooCSKPi6DQ2lEopaO6gAk1z/FkvzblpYVg5UHRJGIJvjsS4UlCSk5PVjh5aJ F6CtGGqisazl/dCi6/333RcGhtJg6mOHq+JP3OzrbTbq5GFLB8UMeigxUFb0YFHSK9ic hG5Jvk8Rlh58ksFi8ESTA6jzJScRwpfCNrM1guYp2dwcXfrZEbDkhIXdoMUPmxDxqC85 0j3FbQq/0nBAi+fvZ6bICWfiRebgf+2JcCXABQGw/Eq8DUxeV2z8LBUCVQTfPKR9HpQc NuKwAakJ982bkD7XPrlW9NofugaGCtGxa1mJ3yAiL8OqTjvFSjbwyc8TtzkzZH+GShkE osNg== X-Gm-Message-State: AHQUAuZvOXlGRWDRz2WLplrinGHW3liePkonj7fTvp7DMtLPv/4uSm5f rS7fUf92cezGLMwFNCH0IlESMyRsFV1WtwySoBFcdw== X-Google-Smtp-Source: AHgI3IbUIXEbj/GFZX2oaZxNZbGe4YjJqMAkJRI/FFb8B+x8wvtDu+Do0G9nUhrZGTNJFjGoP15YBGiqYoaiBiZFsjw= X-Received: by 2002:a24:66c8:: with SMTP id k191mr810573itc.20.1551136697063; Mon, 25 Feb 2019 15:18:17 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:13865 Archived-At: Hi all, I know this have been briefly discussed here before, but still: does musl guarantee in some way that executable/library compiled against one musl version will work with another (for example, 1.18 and 1.21) ? I remember there were concerns against embedding versioning information in musl like glibc does, but is there a way to somehow ensure the stability between releases? Thanks! Alex