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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C9D5C4360F for ; Thu, 4 Apr 2019 13:52:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47D9820855 for ; Thu, 4 Apr 2019 13:52:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="QsqASJjd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728802AbfDDNwx (ORCPT ); Thu, 4 Apr 2019 09:52:53 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:45846 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfDDNwx (ORCPT ); Thu, 4 Apr 2019 09:52:53 -0400 Received: by mail-wr1-f66.google.com with SMTP id s15so3862438wra.12 for ; Thu, 04 Apr 2019 06:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6u0DGWd2bKHFswNflsn852HQSJMqdK+wV9cuE8yryEU=; b=QsqASJjdqxm4y1ItngKUdjZQJrW8vczuqTroYX7Rlv/EY5JLDUiVp2sATqwWKLTtE4 deZgcHFHJtNB6we18gRRY3a2QDUOsGJBIzzR5nvPNZ8g89T7Ii2JGp5nbndv+XElco6j kH6lNpj3RD9HpB+A10kWzyV8RSrBO8u2hBL0BPQM1e3lTV4p826B8NYvzsTag8jZ8pHi WUIdpkMx8ZgFKPwbJlKYoFBigJNOFNOJ/YxwlanzSlkBrJpSyNsUaojjDPPHyD+GVe75 zJCyr2zsKelEvv0nMv2/7ATCmSMQIxKaCglsEyDAy2da0skG34EERKPd1VlLrOG5pOjn bl0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6u0DGWd2bKHFswNflsn852HQSJMqdK+wV9cuE8yryEU=; b=JRWyYYT2jVy/zrOfvD+s6qbR9MaSMWPhW5dVSs5h0EWtR+zy+7vwNan1jgPxBfhAcZ 4dxe3aQQYqwHTPSCD+FcbAcZWlsSm0KUHAJXQ+WLKdtxoc7yN1lisXXVTgStARQmxGZj K4JBXjGCp+5F1Q8ku3wa6lq6m+xRoshfegeo3/duS6QNoGE2a1zHvvVruyzECcvD4etq TcFMJFRs9T+raZ5bd4F/X1/YNKzAxVubX6cxvvF5F6b63ULZDDLtKjNcEgLHjJreSFsz j8bENmDoAyU50rb+cD1n8fTGpVZFStby0nslKUpz5WRDUDwcOAYq9k4X/g/g0cF9LKjY yRnA== X-Gm-Message-State: APjAAAXjvoCUaBWUIpUa7rUW5APdiWuOtOX0aE6K2m/+6H+zoHamTZeE CI/eK9eFp1WLSZHR9TAETFH7P3fzS5k3oc1oICY= X-Google-Smtp-Source: APXvYqwsSsb4gy7RLwmihLouPZMqs1AhbB+KD+B9YgXf2eRho9EKG+DnRidVLudlrhj9Ufl1iP5e6MHkdRkvRCIQoTo= X-Received: by 2002:adf:d84d:: with SMTP id k13mr4294502wrl.154.1554385971666; Thu, 04 Apr 2019 06:52:51 -0700 (PDT) MIME-Version: 1.0 References: <20190319170449.24980-1-pthomas8589@gmail.com> In-Reply-To: From: Paul Thomas Date: Thu, 4 Apr 2019 09:52:39 -0400 Message-ID: Subject: Re: [PATCH] v2 Check for SKBTX_HW_TSTAMP in macb driver To: Harini Katakam Cc: netdev@vger.kernel.org, Nicolas Ferre , "David S. Miller" Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Apr 4, 2019 at 9:23 AM Paul Thomas wrote: > > > Could you please resend the patch addressing Dave's review comments > > about subject line and Fixes tag? > Yup, sorry about that. I'm not subscribed to netdev, but I thought > replies would have me in the to:line, but I see the comments on the > archive. I'll send this out shortly. > > -Paul Quick question, what should the Fixes: tag be? On the submitting patches page it says to use this "If your patch fixes a bug in a specific commit", but I think this has been there since PTP support was added: commit: ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 Is that would should be referenced? thanks, Paul