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.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18718 invoked from network); 20 Apr 2022 23:46:50 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 20 Apr 2022 23:46:49 -0000 Received: (qmail 23652 invoked by uid 550); 20 Apr 2022 23:46:47 -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 23614 invoked from network); 20 Apr 2022 23:46:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=8yrAw5velLW6sIt3df0cR6AWLTnjTy9gQRQS9IZlFOo=; b=UwNx7cMBMNdr00195J2a/VvhnRguUBky3fVhl6KHzJ57yv1tPQFR8FuSLNMrd9ZlLW KuYqPhJJWQcDTSTVTHY72wIRTwdAPUrjAd0Fw1wkDSsVvJDhvJYkgbmYPWhAMOUIoZPl lkYU95BIAxl1Hhsu/JdoQWMC1D4hiJuVZggD1gdGZKgczPY7PpEL9Gwe9axk2wAx6qD7 TJQbdIxwkqq/mtIhTHIEo5DEZ3HqrRZgZpCKXYkHBfSiWRSh49kg7SY73baYoKShzntU 22r58NbxzlIUnMu2ymtEX4xK/NFm6ae9i2GfEGH+B+yRdI5OI4LT1DV5p4NpwDJpdNyu GU+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=8yrAw5velLW6sIt3df0cR6AWLTnjTy9gQRQS9IZlFOo=; b=t2POS5sW8/2QY/Vw5P5w7Lnf+oSALtWXYRaYbSNJq4ouCDRDyvJ+7rIumlU+5gGqcr V4+lLum5MNPJFo8jAsUPaRylPxX85zV3CRXEUsxwaR55O8ALOqQd5lRajZ3ZqtlwZn8J 0NhyL20rXy2pVFeKazQf7QEnX5wjseHkay/4f+/E84rZ0FPhdS9KN+krPov2NxOd0hDL VE3SxyDCZ574B2mScuH8gWXUsyLr8KagBqHGGu+MVZYA4F+xqp5j3BgT0eEF2E92tzf4 069MtmuKBexc4GLcVC705VAPeMdCzoLXsFCac1JEteOuSTCVBSG9MH3Ib+Y/AhjdaoI2 RmVA== X-Gm-Message-State: AOAM530u9yjb6zNlzanr0S7ec60bPRtPhBGUNkFVSUvWqGXauMzdj1Qj UrwDm+OhG4a2K/yxgt8Gm0L33iqtGZtU9COpLCuz2lvwMzk= X-Google-Smtp-Source: ABdhPJx+HK3Zx8ix+yeVsS9YCq8dnwKrW2WZwVGOjMebUSbt0xv3g/JSZxT+wDEQQWhOk1z3z6cTH1oraAlLIksnBnM= X-Received: by 2002:a9f:326a:0:b0:308:f962:a19c with SMTP id y39-20020a9f326a000000b00308f962a19cmr6427895uad.53.1650498394297; Wed, 20 Apr 2022 16:46:34 -0700 (PDT) MIME-Version: 1.0 From: Leonid Shamis Date: Wed, 20 Apr 2022 16:46:23 -0700 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="0000000000007e9d5f05dd1e9ae0" Subject: [musl] robust list not issuing FUTEX_WAKE --0000000000007e9d5f05dd1e9ae0 Content-Type: text/plain; charset="UTF-8" Hey Musl Folks, I'm trying to understand the futex robust list and it's not quite working how I would expect it to from a reading of the man pages. In a minimal example, I'm getting the futex changed to FUTEX_OWNER_DIED instead of FUTEX_OWNER_DIED|tid and I'm not getting a FUTEX_WAKE event. Any idea why this might be? Happy to share the minimal example. Thanks for any help, --Leo --0000000000007e9d5f05dd1e9ae0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hey Musl Folks,

I'm trying to understand the fu= tex robust list and it's not quite working how I would expect it to fro= m a reading of the man pages.

In a minimal example, I'm getting = the futex changed to FUTEX_OWNER_DIED instead of FUTEX_OWNER_DIED|tid and I= 'm not getting a FUTEX_WAKE event.
Any idea why this might be?
<= br>Happy to share the minimal example.

Thanks for any help,
--Leo=

--0000000000007e9d5f05dd1e9ae0--