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.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,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 315CF1F461 for ; Thu, 16 May 2019 15:36:51 +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; q=dns; s=default; b=bZogw zHLZhwd/Oi7FxhZVn0N4tpEMTRcuDc8aecMHsU8rVylvxnt2tHNW68WzGB6gm0hj go58aobLo+c4dTMGmCno7R7qLWOWmVCi6wfAcUd6QtasrK/eJ8FK0FQolBv8q9b9 5M+TBKMGqUnYXLB8QYLj5sJ8y/2LntYNeWkqf4= 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; s=default; bh=WM4RgB2E+xz z8lW5EioNaJP3Ul0=; b=E2kGWoG5d+acmH+wwxDiFItFmB8dVDO18Wa8pSG5PUt Wlm0eCpn+qd9+JyP+fsO7wtteqfhgT4tkMasg26Rg5jPeeC0VexdGUGsq4ZBh7cz 1FfBvHd1iaXu7DueY6/DWGR3eYtwYLNbJ/8ngH+5YUxhX3sM6/SyrTo7nUQ38FWE = Received: (qmail 55839 invoked by alias); 16 May 2019 15:36:48 -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 55820 invoked by uid 89); 16 May 2019 15:36:48 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/5] sysvipc: Fix compat msgctl References: <20190516151249.19029-1-adhemerval.zanella@linaro.org> Date: Thu, 16 May 2019 17:36:43 +0200 In-Reply-To: <20190516151249.19029-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella's message of "Thu, 16 May 2019 12:12:45 -0300") Message-ID: <87r28ys96c.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain * Adhemerval Zanella: > The __IPC64 flags is meant to be used to enable the new sysv struct > format when the architectures supports it (ARCH_WANT_IPC_PARSE_VERSION > config flag on Linux kernel). Doesn't this need a bug number (with a description of the impact in the bug, if possible). Thanks, Florian