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 29225 invoked from network); 29 Dec 2020 07:44:27 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 29 Dec 2020 07:44:27 -0000 Received: (qmail 6140 invoked by uid 550); 29 Dec 2020 07:44:22 -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 6122 invoked from network); 29 Dec 2020 07:44:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golovin.in; s=mail; t=1609227849; bh=zLDzeQXCO4L6yXbUYckPTrfjwG+abjFfDWkegJTH8GQ=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=q7lszaOJFXY+AUUGzG3YaXIbaXHRo/obiL4mu75V2U1H1D30BUSbZHH1QVjx0i4MB NUMuoGgcIW1w4WDLJYtCYqid37okWKcX9Lhk0dL/j9PKLfuZYy5KvNNlUiazAw/42b 3hPZGwtr+oPd3K65IRlqTxh0xlLRsG/sinM73MQo= Authentication-Results: sas1-f446987054ad.qloud-c.yandex.net; dkim=pass header.i=@golovin.in From: Dmitry Golovin To: "musl@lists.openwall.com" In-Reply-To: <20201229061500.7eksavfiobh326lk@gmail.com> References: <20201229061500.7eksavfiobh326lk@gmail.com> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 29 Dec 2020 09:44:09 +0200 Message-Id: <561201609227527@mail.yandex.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: Re: [musl] sanitizers and musl 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