From owner-svn-src-head@freebsd.org Thu Sep 10 21:31:02 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EBC13E4730; Thu, 10 Sep 2020 21:31:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BnXBF6jkSz4g9l; Thu, 10 Sep 2020 21:31:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id C9E361DB9E; Thu, 10 Sep 2020 21:31:01 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f41.google.com with SMTP id q10so4122519qvs.1; Thu, 10 Sep 2020 14:31:01 -0700 (PDT) X-Gm-Message-State: AOAM5304j481ti2Lm4zBXkNrSnnLAnBFxWP6uO0y2g0fx6HunU3I+Fix gyvt3LYMFeVuMnvNSBP6MEZksaI00WNsfHIptXQ= X-Google-Smtp-Source: ABdhPJz5j+GCo7FOnX43aFTvFTgj8MZQsvzVJxkdVqu8086ZhklTsgl5kC7JHv/bnf9bUmzaGxvwCBP1WJyS74OUSMs= X-Received: by 2002:ad4:4c0a:: with SMTP id bz10mr10606799qvb.14.1599773461239; Thu, 10 Sep 2020 14:31:01 -0700 (PDT) MIME-Version: 1.0 References: <202009102125.08ALPGbT074684@repo.freebsd.org> In-Reply-To: <202009102125.08ALPGbT074684@repo.freebsd.org> From: Kyle Evans Date: Thu, 10 Sep 2020 16:30:49 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r365615 - head/lib/libc/sys To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 21:31:02 -0000 On Thu, Sep 10, 2020 at 4:25 PM Kyle Evans wrote: > > Author: kevans > Date: Thu Sep 10 21:25:16 2020 > New Revision: 365615 > URL: https://svnweb.freebsd.org/changeset/base/365615 > > Log: > memfd_create: fix return values > > Literally returning EINVAL from a function designed to return an fd makes > for interesting scenarios. > > I cannot assign enough pointy hats to cover this one. > The word omitted is "myself" -- I cannot assign myself enough pointy hats to cover this one. Thanks, Kyle Evans