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,FREEMAIL_FROM,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 3437 invoked from network); 29 Dec 2020 08:37:23 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 29 Dec 2020 08:37:23 -0000 Received: (qmail 26517 invoked by uid 550); 29 Dec 2020 08:37:17 -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 26499 invoked from network); 29 Dec 2020 08:37:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=oUlHjkUUe2bkNO2W8G07kDzVRLZ6OKM6zQACcsvG3Es=; b=KdUJ4xcavEprHx1mtZxu4Cw1WP3KDwKKbBNg+1EjrGP2A0zeFt5d0wlpOHV0HymQJF g2mZJDgEVWZo6qWkN2HZd2zsv6z+h53YJ0MlSgigGT+iCN7YV6I2IW9twRAUV9vc3e7z lkMD87iM+EDqyETtWrkCVZF01rJXW/2lFcHbMrGkMrbTya6aL8j0fBiYtwtJOseSfexp lBlZfu3ZrYvsLCfYdS9T7uXrCa4G3gqJ6UB8LDUfiLi4eHIzVThPdIixociwtBhYWhLe kL4thQ70Eo90BAmbdysvFkX97nsvyDpYfQX0HBoMXQqDf3ShOrwnObh8VJs3G7clYUGj pC0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=oUlHjkUUe2bkNO2W8G07kDzVRLZ6OKM6zQACcsvG3Es=; b=dJx1Nz+LMr1TLGSYwDLefc9CyuDkaMxD7sHpmVut3ZQ67ICyCw1aE+dq+rOBqJ6kYL lML2ZCVB4lAvPHmHfabcRw/YoQlneEllkgfJMIiFBzh6gmTxQco3q++7kPDiBxYXQsW0 6MNDGA688BUTDp8Q4vgwDPVi1YTC2WvS13WM5pLN4unPp7S0ScQ38f623qd6fijATF57 0KndB+830QpHQDc715IzTsCP+dwLrvEzAzo0cncQBs8NAkCQkEyT4xfERlgNIE+rsex+ ZkjLSH2/C8+uroMekGY6Am9GQ7FglmD5Db0kJXRmSclDtHe/n/yHU66vMv0Z6qruRd59 xOow== X-Gm-Message-State: AOAM532Qwee1sdTpqnAOtTWeJKANzRodmlHnRtqQTVkR+bubIAjRpDnN 5tBdiLzT/qKmDwrrLSfogEUY2IyC9o1GQZW5d73aICxe X-Google-Smtp-Source: ABdhPJwEFZnMH2m+XfMNfs0bfgOHe7yiFHAbbtVfZzR7J1ImbEPFN9csZlVOzVFqLq1kvId+72rAZL/SkZfyC4gIgl8= X-Received: by 2002:ac8:7491:: with SMTP id v17mr47991818qtq.38.1609231023775; Tue, 29 Dec 2020 00:37:03 -0800 (PST) MIME-Version: 1.0 References: <20201229061500.7eksavfiobh326lk@gmail.com> <561201609227527@mail.yandex.ru> In-Reply-To: <561201609227527@mail.yandex.ru> From: Ray Date: Tue, 29 Dec 2020 00:36:52 -0800 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [musl] sanitizers and musl 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.)