From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id 001CC3857C7B for ; Mon, 26 Apr 2021 16:16:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 001CC3857C7B Received: by mail-il1-x133.google.com with SMTP id c15so47106452ilj.1 for ; Mon, 26 Apr 2021 09:16:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=c8rxbcxS79sjqgipkGut1P4U185IGNtcEealYIwpEg0=; b=rTgP2TkFDGJg2sT6fG/d1hUxP7Nef7S1NdWoayWVAVN9OqsC1JHou1mDk1l7bNKR8a JgsbYehjZcbk9XHGTsAL5E7zNqMGh6Z+A7jiADmoTMxZSJQr4fvp/TRjONnlqZia9GSW ZiATtYmqQbCVOOxgCD3oRalUQvV/r2t1TCQgT5oSI370QekE+QXLyLvCbbKY9FLC9YGS ftbNbofDmsr7dWte+sskcRZT9X+ws2U3xZPwOwvkH4J2reKH1kRnj0V3loXWMM8DrcZ8 RgwlwEtXv219hAy5vFKg2kPdtOlOA4LI9b0y381hbxo4L9YNBp3rACcoRiGFG32/Z2H8 d1eg== X-Gm-Message-State: AOAM531MeSN6g14BK3EMcgGzj+2UoGw9LzdYR1R7QdD6qONcVeWWY+KB LswtfbhCJ0Y2ZnFlWJuLi064m7k3NTc= X-Google-Smtp-Source: ABdhPJx3cRe3b4bhdYz+ZyPsozAriYzeN8/d2T1go4NhotlAE61NdMO4geEMV6XlxRj4iPMMCPy5cQ== X-Received: by 2002:a92:d3c1:: with SMTP id c1mr14574766ilh.21.1619453802504; Mon, 26 Apr 2021 09:16:42 -0700 (PDT) Received: from ?IPv6:2601:681:8800:baf9:1ee4:d363:8fe6:b64f? ([2601:681:8800:baf9:1ee4:d363:8fe6:b64f]) by smtp.gmail.com with ESMTPSA id f9sm7600356iol.23.2021.04.26.09.16.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Apr 2021 09:16:42 -0700 (PDT) Message-ID: Subject: Re: [PATCH V2] Add RFC 8335 Definitions from Linux 5.12 From: Andreas Roeseler To: Florian Weimer Cc: libc-alpha@sourceware.org Date: Mon, 26 Apr 2021 11:16:41 -0500 In-Reply-To: <874kftyqw2.fsf@oldenburg.str.redhat.com> References: <20210426160146.2934-1-andreas.a.roeseler@gmail.com> <874kftyqw2.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Mon, 26 Apr 2021 16:16:49 -0000 On Mon, 2021-04-26 at 18:03 +0200, Florian Weimer wrote: > * Andreas Roeseler: > > > RFC 8335 defines the network utility PROBE, which builds off of the > > capabilities of Ping to query more detailed interface information > > from > > networking nodes. > > > > The definitions included in this patchset have been accepted into > > the > > linux net-next branch and will be included in Linux 5.12. This > > patchset adds the same definitions to the glibc for use in the > > iputils package. > > > > The relevant commits for the Linux definitions can be found here: > > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=2b246b2569cd2ac6ff700d0dce56b8bae29b1842 > > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=750f4fc2a12f6632b5aa04526bf57fa06bfe8467 > > The names should be teh same on the glibc and Linus side.  These > commits > still use the old names. > Ok then I think I misunderstood your comment on V1 of this patch. Should I edit these definitions in Linux and then try to submit this patch once they have been changed, or can the definitions in V1 of this patch get merged? > Thanks, > Florian >