From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id 2C3B73857830 for ; Wed, 28 Apr 2021 23:51:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2C3B73857830 Received: by mail-ot1-x32f.google.com with SMTP id u21-20020a0568301195b02902a2119f7613so13034392otq.10 for ; Wed, 28 Apr 2021 16:51:06 -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=kavRm4I47LnSO4cz+wu355Bf6DpnEecOwlKPCChDkFM=; b=MZF837h8CO+Xyv/nIHuH/BRGrJ2vtT1nZRAipTeHK5Nli0yra07kXSD/MWpNWfmsj9 NryNCrxGEdzDFgQw7TSu5P7F+9wyBzEPaah/12zst63RA4s8TPZVy5TTaYPuVS+rIvRO SsQe9y+WUZovQBFCnxBsdvrYr+wf9ibWJG0p5WOM3LuODGjwDVi0N1035YOVPWbY0/RK BP3QigDckwgXWDU+Cug5skFLlHkCt0hq2F7ozw8bQHOYck27uTgsZhmBmmXZjzj6ML/w HM/KHXJqxdZ8HvcTBwZ/eN15XWvZEervYVsmmMVG9Ju1SLBCpV8T3WyG4EZyn+t/RfMO iv3A== X-Gm-Message-State: AOAM530YLYTFhPXLcGymrR8HenLDPgeC+Bc0cg6QVUlUk049SIKGXxLP zNzxJ5XOFQDBaccgNkcNb58= X-Google-Smtp-Source: ABdhPJx2Exc8kk+0+G85vzsRowCEE3PSJfHoEZF7PGbUz86vuYXsVmS5WrEIFJf+mH6+udSXEm1T+g== X-Received: by 2002:a9d:d05:: with SMTP id 5mr26491554oti.312.1619653865596; Wed, 28 Apr 2021 16:51:05 -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 d16sm310487ote.56.2021.04.28.16.51.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Apr 2021 16:51:05 -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: Wed, 28 Apr 2021 18:51:04 -0500 In-Reply-To: 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=-4.2 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: Wed, 28 Apr 2021 23:51:07 -0000 On Mon, 2021-04-26 at 11:16 -0500, Andreas Roeseler wrote: > 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 > > > > As of commit e542d29ca81d005651680a0a697b72ca13ddc4cc, the constants in the Linux kernel have been updated to match the definitions in this patchset. The commit can be found in full here https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e542d29ca81d005651680a0a697b72ca13ddc4cc