From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 98985385503E for ; Mon, 12 Jul 2021 06:00:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 98985385503E Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-413-CprFE4EfNg6eT0Z5jmQBKw-1; Mon, 12 Jul 2021 02:00:55 -0400 X-MC-Unique: CprFE4EfNg6eT0Z5jmQBKw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6E3FB19057B5; Mon, 12 Jul 2021 06:00:54 +0000 (UTC) Received: from oldenburg.str.redhat.com (ovpn-112-103.rdu2.redhat.com [10.10.112.103]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6155A60CA0; Mon, 12 Jul 2021 06:00:53 +0000 (UTC) From: Florian Weimer To: Andreas Roeseler Cc: Adhemerval Zanella , libc-alpha@sourceware.org Subject: Re: [PATCH V4] Add RFC 8335 Definitions from Linux 5.13 References: <20210603142604.1658845-1-andreas.a.roeseler@gmail.com> <150a1fef-ce9e-4f7d-697e-4b945fc194c5@linaro.org> Date: Mon, 12 Jul 2021 08:00:50 +0200 In-Reply-To: (Andreas Roeseler's message of "Sun, 11 Jul 2021 10:39:04 -0500") Message-ID: <87pmvodqb1.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 12 Jul 2021 06:01:00 -0000 * Andreas Roeseler: > On 6/29/2021 1:17 PM, Adhemerval Zanella wrote: >> >> >> On 03/06/2021 11:26, Andreas Roeseler via Libc-alpha wrote: >>> 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.13. 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://github.com/torvalds/linux/commit/e542d29ca81d005651680a0a697b72ca13ddc4cc >>> https://github.com/torvalds/linux/commit/750f4fc2a12f6632b5aa04526bf57fa06bfe8467 >>> >>> These changes have been tested by running the glibc tests on x86_64 >>> >>> Signed-off-by: Andreas Roeseler >> >> LGTM, thanks. The values match the referred kernel commits. >> >> Reviewed-by: Adhemerval Zanella >> > > Bump I think Adhemerval pushed it for you: Thanks, Florian