From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id ECF453892472 for ; Tue, 5 Jan 2021 01:53:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ECF453892472 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jimw@sifive.com Received: by mail-ed1-x52d.google.com with SMTP id y24so29396024edt.10 for ; Mon, 04 Jan 2021 17:53:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WysRNs1bqW9F+EwRiSDEdXkw0DgrpbFyF69CJEeOMWY=; b=Gb7luNPC6MIcuTkP+WE2AXBsgYCDXCpX/wHyArC1aXgNdrC6FZI3vb/JvpSn4ql4iw dXyXyH8jzQtL8fR3X83QHExGdFAKooP4HeO3ahHX5nmSm8loqwgdNdQMKcNQGJ8PTsy9 A5ihgnIfLuE5AB8tHzkRG7a4G8xcrZ8ZMzcNOiyoywUgUlEqACtz6VaN/jmFps6plnhd bp4VDRt7J+NEPzGyZ9AUDz2WofEIawGpA5pRD3WCtIr3PG/wfr3ntTlKVaUzkkGY4GHi xJKuX8EMSTL3Q6/ZURpcGNIIrJPLjJgcGgL1c0mhFEm/lFE2332xeLVyfdisBA6kXZL/ dgXw== 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:cc; bh=WysRNs1bqW9F+EwRiSDEdXkw0DgrpbFyF69CJEeOMWY=; b=nPVL96A9ho7nVoMrjQ+6YbEBezkhoXtFPHOk2kYZ9LEMiohaFpkkE6lMJoQqzm4ECV FdQPXDfNkjeHEfxXjAuPKQ5M4sYdNTYMlC3B4cThOwb53PSHQNXYc1Ey6VvBz+Ft9EN+ WU8XUxTPs9aU5BO3p6sdt8nSJVD7HNC4yHk5lQTkMv84pRpuJao3/REwJfwGfDnNOqix cpf9gNbUcrcO7ob9a7qTcK20U2tj8PeRx0fiOBH7tp1zoNhtIqGRK8OG4tdKSMvaeLbX xTMWmaOqxo18ioy6zl7B784UA1uQMd7o7xtCZFQjPhScXk8n/pE65BPEutQ2RmyaIjat TV+Q== X-Gm-Message-State: AOAM532JtaIMFUvgEzU89m4L/BcsnDHVaUOJ1PBw2cr1dkyBip/hvHhK lepVjYrC0jskYb/FR/WVI6DJzNJlyGIWpi8BzQFggyRkmj9K4w== X-Google-Smtp-Source: ABdhPJzTq+LXOy6Fr8+oarrrlUTbJ5/TTOJNQRY/ja+PELvPgacnTeh0JV0fboQGXGm8EY0WBz5aOHdgrfaNrCzxWfI= X-Received: by 2002:aa7:c444:: with SMTP id n4mr71753300edr.226.1609811592131; Mon, 04 Jan 2021 17:53:12 -0800 (PST) MIME-Version: 1.0 References: <1608023800-14560-1-git-send-email-vincent.chen@sifive.com> In-Reply-To: From: Jim Wilson Date: Mon, 4 Jan 2021 17:53:01 -0800 Message-ID: Subject: Re: [PATCH v2 0/2] riscv: add support for GNU indirect function To: Vincent Chen Cc: GNU C Library , Palmer Dabbelt , Darius Rad , DJ Delorie , Nelson Chu , Paul Walmsley X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 01:53:14 -0000 On Sun, Jan 3, 2021 at 5:38 PM Vincent Chen wrote: > Gentle ping on this series. Thanks and happy new year. > This is on the release blockers list at my request, so hopefully it will get looked at before the release. https://sourceware.org/glibc/wiki/Release/2.33#Release_blockers.3F Jim