From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 32440 invoked from network); 16 Apr 2020 03:10:39 -0000 Received-SPF: pass (mother.openwall.net: domain of lists.openwall.com designates 195.42.179.200 as permitted sender) receiver=inbox.vuxu.org; client-ip=195.42.179.200 envelope-from= Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with UTF8ESMTPZ; 16 Apr 2020 03:10:39 -0000 Received: (qmail 3514 invoked by uid 550); 16 Apr 2020 03:10:37 -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 3493 invoked from network); 16 Apr 2020 03:10:36 -0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1587006636; h=Content-Type: MIME-Version: Message-ID: Date: Subject: To: From: Sender; bh=k3+ohzyZJC52LifK6Ho5avqG3q/TrOI1RU7cfooxxno=; b=qE22fAWgTIo+YJgIKDiY4PNjFgzq++qQlFi6JASrelFVgi5Vd9stYXdTc8PKubFjvDmp7YqD ysic39NrIk27uOXKjnJNImmq99WslTmcQOnyCS+9ZOwXRbI/1d/1HVCOdm3m2HsaoDn4bFVl 0iKVmhBdk/eRL+YOWhlfbCzFiAs= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI1MGQzMyIsICJtdXNsQGxpc3RzLm9wZW53YWxsLmNvbSIsICJiZTllNGEiXQ== Sender: sidneym=codeaurora.org@mg.codeaurora.org DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B171CC433F2 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=sidneym@codeaurora.org From: To: Date: Wed, 15 Apr 2020 22:10:20 -0500 Message-ID: <093e01d6139c$90bd9da0$b238d8e0$@codeaurora.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_093F_01D61372.A7E831E0" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdYTnIPztUjHlp0JTKKVkpm0TtOVpQ== Content-Language: en-us Subject: [musl][hexagon] testing updates This is a multipart message in MIME format. ------=_NextPart_000_093F_01D61372.A7E831E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Updated alltypes.h.in and added sem.h. This change cleared the following errors: src/functional/pthread_mutex-static.exe src/functional/pthread_mutex.exe src/functional/pthread_mutex_pi-static.exe src/functional/pthread_mutex_pi.exe src/functional/sem_init-static.exe src/functional/sem_init.exe src/regression/pthread_cond-smasher-static.exe src/regression/pthread_cond-smasher.exe src/regression/pthread_cond_wait-cancel_ignored-static.exe src/regression/pthread_cond_wait-cancel_ignored.exe src/regression/pthread_once-deadlock-static.exe The patch is here: https://github.com/quic/musl/commit/ca20acd472a8e9e58e584d51c4cd00ced6f37087 I will continue to examine the issues and follow up. Thanks, ------=_NextPart_000_093F_01D61372.A7E831E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Updated alltypes.h.in and added sem.h.  This = change cleared the following errors:

      = src/functional/pthread_mutex-static.exe

      = src/functional/pthread_mutex.exe

      = src/functional/pthread_mutex_pi-static.exe

      = src/functional/pthread_mutex_pi.exe

      = src/functional/sem_init-static.exe

      = src/functional/sem_init.exe

      = src/regression/pthread_cond-smasher-static.exe

      = src/regression/pthread_cond-smasher.exe

      = src/regression/pthread_cond_wait-cancel_ignored-static.exe

=

      = src/regression/pthread_cond_wait-cancel_ignored.exe

      = src/regression/pthread_once-deadlock-static.exe

 

The patch is = here: https://github.com/quic/musl/commit/ca20acd472a8e9e58e584d51= c4cd00ced6f37087

 

I will = continue to examine the issues and follow up.

 

Thanks,

 

------=_NextPart_000_093F_01D61372.A7E831E0--