From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2AF1C433F5 for ; Thu, 10 Feb 2022 02:17:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231288AbiBJCRN (ORCPT ); Wed, 9 Feb 2022 21:17:13 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230372AbiBJCRM (ORCPT ); Wed, 9 Feb 2022 21:17:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 032B2261A; Wed, 9 Feb 2022 18:17:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B08C4B823DD; Thu, 10 Feb 2022 02:17:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 086CEC340E7; Thu, 10 Feb 2022 02:17:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644459432; bh=HHToa6/fTkupOGCWJ7mpmWaM+9FIcDhOYrxvlOtc1TI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ojhF1+Ss+KFb1GImsC1OiPfPJp4x3pWFHZ9TjBl2r139Zv/ytatX0KDIvbcwIKSti Abg5LffX5zw09hu0zo+68oloYLPhe+GPTnxBYDo323r5Kw5dASH2BM5uL/4iW/QjHZ V8d6GvhT/hK6NEBZ/X4p6S2kXMPFcQ2RMxUZGK7actOnl7O/mbrKY9uMCW8WnxRzUs /yb7w8E6qV6/np2u565hUvNJmtxddYJZFJA6RwkrwQ0KPzYBQjspXY5GvQ0I6FjUM7 3UT5yHz2t0DRG0KYB0f0EhAROjpVm13+SvzVTVYE71NI9RA2UCL3ndQsAhZ0G/d+1M lkXsneC+kVAHw== Date: Wed, 9 Feb 2022 18:17:10 -0800 From: Jakub Kicinski To: Maciej =?UTF-8?B?xbtlbmN6eWtvd3NraQ==?= Cc: "David S. Miller" , Linux NetDev , Willem Bruijn , Lorenzo Colitti , David Ahern , Hideaki YOSHIFUJI , Shuah Khan , linux-kselftest@vger.kernel.org Subject: Re: [PATCH net-next 02/11] net: ping6: support packet timestamping Message-ID: <20220209181710.50a45069@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20220210003649.3120861-1-kuba@kernel.org> <20220210003649.3120861-3-kuba@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 9 Feb 2022 16:44:18 -0800 Maciej =C5=BBenczykowski wrote: > probably deserves a fixes tag? I went with a "never worked + unlikely a generic app (which depends on TS) will use ICMP6 sockets" classification. Let's see if we get=20 another vote to make this a fix. > otherwise looks fine to me Thanks!