From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 650B11F4B5 for ; Thu, 14 Nov 2019 18:25:29 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=nGIJgDDIbY5VX4zhyLzEyNUkgQKvAOfUuEA/ZCWb3oO wIzr89cLOjSLGWpg1u0AY9ezTBSv3gtcM/RxZ8O/4ogDPgoj4YBgukSlqA8htKMB HxC8KhMEiD5A70FK6JgLSsO5tz66G4iXuiL2Fbct3aZUa15PAOl0/Sx+dmXSBGOw = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=PGxW3RPu6O300L1shYTOnQRnqIE=; b=Xvr5j9crVMDu6b6VR 4oK4eCfiEcWtuN3mNhBS+fYh8mvA+6Tnof65+mR5f7NOfXZ8jaG9USHwhk6vXMH1 HZpUpTrpcjHlRIjXUebgUPReuCKIvsQ2eiZua+Q5wBfKO3zTOrnWhir8lS6w5IJa okHRuUTLLCkt0FiJP2h4ES/nDc= Received: (qmail 93416 invoked by alias); 14 Nov 2019 18:25:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 93349 invoked by uid 89); 14 Nov 2019 18:25:22 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573755919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OIpS2EwBXfQMVJ9I5idP9DfrEjF2fk6Xk0BLfl8fnro=; b=VSTnitgn4J04ruraC+dKmmKdp2yvpJ7dw8z+NYJ4pyVSAiFRExMQlvXsDPg7WQCUX3ZGyl 5FFD0ZzwjTs//zevtK/1FXKhwtLg/CQtpo17ZEQY0/A3nlaPW2PvUrMJZ2EJXtErHNDY9x togzXJQaB6Xem5/RgShpaCK7Ol6sU9k= From: Florian Weimer To: "Gabriel F. T. Gomes" Cc: Subject: Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-16-gabriel@inconstante.net.br> Date: Thu, 14 Nov 2019 19:25:14 +0100 In-Reply-To: <20191025153410.15405-16-gabriel@inconstante.net.br> (Gabriel F. T. Gomes's message of "Fri, 25 Oct 2019 12:33:55 -0300") Message-ID: <87zhgyb9it.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable * Gabriel F. T. Gomes: > + Copyright (C) 2018 Free Software Foundation, Inc. Copyright year needs adjusting (twice). I don't think we will ever pass through /dev/log from the container, so this should work for suppressing the messages. You could also use support_become_root, and, in the child process, xchroot if you don't want to use the full container environment, but the container is okay too. Thanks, Florian