From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31015 invoked from network); 29 Dec 2020 16:58:38 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 29 Dec 2020 16:58:38 -0000 Received: (qmail 7690 invoked by uid 550); 29 Dec 2020 16:58:36 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 7663 invoked from network); 29 Dec 2020 16:58:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golovin.in; s=mail; t=1609261104; bh=EC66CpUsNOjrmADeqCyJQZtnyIqqmTXMiGnDuhrcKvc=; h=Message-Id:Cc:Subject:In-Reply-To:Date:References:To:From; b=H46uEp0HrIioX0ZedgxwtWn7D7pTeJ0OQbdzR7sbtFCV0BkAKz8jp3m+BqCl0CwQO zP/kYzB1jlFjuFmkG7p4bxnuOXBs17593/D9pdta/flDQXerHMAvHZuzACUvbg9lOv Mmi489imTFJgSTpdpggzL+NAnlQXmlKbv9llzfek= Authentication-Results: myt3-a3d1bb5f3f13.qloud-c.yandex.net; dkim=pass header.i=@golovin.in From: Dmitry Golovin To: "musl@lists.openwall.com" Cc: anarchy@gentoo.org In-Reply-To: References: <20201229061500.7eksavfiobh326lk@gmail.com> <561201609227527@mail.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 29 Dec 2020 18:58:23 +0200 Message-Id: <594331609260735@mail.yandex.ru> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Subject: Re: [musl] sanitizers and musl 29.12.2020, 10:37, "Ray" : > On Mon, Dec 28, 2020 at 11:44 PM Dmitry Golovin wrote: >>  29.12.2020, 08:15, "Fangrui Song" : >>  > With https://reviews.llvm.org/D93848 (and various random fixes I pushed >>  > separately), many sanitizers will build and work on a musl based distribution. >>  > A maintainer said the patch is in a pretty good shape and is very likely >>  > accepted. >> >>  Hi Fangrui, >> >>  Did I understand correctly that your patches this one is rendered useless? >> >>  https://github.com/tpimh/ngtc/blob/docker/root/patch/compiler-rt-01-sanitizer-nongnu.patch >> >>  If your changes make it to LLVM 12, patching for musl won't be necessary anymore? >> >>  Regards, >>  Dima > > Thanks for the link! I was not aware of the other attempts. I'll check > whether your patch includes anything I'm missing. > > (My patch hasn't sorted out the ioctl issues.) Hi Ray, I'm not quite sure now who is the original author of this patch. Maybe Jory Pratt? Anyway I was updating the patch for recent LLVM releases, most up-to-date code should be in version-11.0.0 branch. Regards, Dima