From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73712 invoked by alias); 8 Sep 2016 15:10:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 73287 invoked by uid 89); 8 Sep 2016 15:10:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mailbackend.panix.com X-Gm-Message-State: AE9vXwOAgKewqr+atHKF32O1+Ef0Dtv+l5Ecm3mn3MNNSZ+bEQPaw/zreg5zg4OepFkvEO20Jinc//k8Dhcz4w== X-Received: by 10.194.101.199 with SMTP id fi7mr112550wjb.13.1473347401766; Thu, 08 Sep 2016 08:10:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <784a7aeb-5518-031b-38ae-5f82a49ff7c8@redhat.com> References: <661db778-8110-82b2-2c41-d6195916cbea@redhat.com> <0e765666-3d0c-ef01-3ccc-82a11388c551@redhat.com> <784a7aeb-5518-031b-38ae-5f82a49ff7c8@redhat.com> From: Zack Weinberg Date: Thu, 08 Sep 2016 15:10:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3] getrandom system call wrapper [BZ #17252] To: Florian Weimer Cc: Andreas Schwab , GNU C Library Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-09/txt/msg00136.txt.bz2 On Thu, Sep 8, 2016 at 10:40 AM, Florian Weimer wrote: > On 09/08/2016 04:39 PM, Zack Weinberg wrote: >> On Thu, Sep 8, 2016 at 10:31 AM, Florian Weimer >> wrote: >>> On 09/08/2016 04:19 PM, Zack Weinberg wrote: >>>> >>>> If we're worried about [POSIX], maybe the thin syscall wrapper should be >>>> called linux_getrandom? >>> >>> Solaris has already adopted getrandom in userpsace, and uses this symbol >>> (and also ). >> >> With compatible semantics? > > Judging by the manual page, yes. OK, then I have no objection to calling the function getrandom. (I haven't looked at the patch in detail, though.) zw