From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754579AbdEHMCv (ORCPT ); Mon, 8 May 2017 08:02:51 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:42294 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751543AbdEHMCt (ORCPT ); Mon, 8 May 2017 08:02:49 -0400 Subject: Re: [PATCH V1 1/1] net: cdc_ncm: Fix TX zero padding To: =?UTF-8?Q?Bj=c3=b8rn_Mork?= References: <1493926895-14556-1-git-send-email-jim_baxter@mentor.com> <1493926895-14556-2-git-send-email-jim_baxter@mentor.com> <87fugkfib6.fsf@miraculix.mork.no> <87shkfbo7r.fsf@miraculix.mork.no> CC: , , Oliver Neukum From: "Baxter, Jim" Message-ID: Date: Mon, 8 May 2017 13:02:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <87shkfbo7r.fsf@miraculix.mork.no> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bjørn Mork writes: > "Baxter, Jim" writes: > >> >> Do I need to submit this to the stable queue myself? > > No, davem will handle that. > > That is, assuming that you had posted this to netdev in the first > place... Sorry, I just assumed you did without verifying it when I > replied. You will have to repost the patch to the appropriate > recepients. Use > > scripts/get_maintainer.pl drivers/net/usb/cdc_ncm.c > > for that. Feel free to include my Reviewed-by tag. And if you mark the > patch for "stable" somewhere outside the commit message, then davem will > pick that up and add it to his stable queue in patchwork. I don't know > if there is any officially documented way to do this, but a "stable" tag > inside the [] brackets in the subject, or a comment below the --- marker, > usually works fine. > > Note that the "Cc: stable..." method isn't used for netdev patches. See > https://www.kernel.org/doc/Documentation/networking/netdev-FAQ.txt > > > Bjørn > Thank you, I will resend this to netdev. I had used the command: scripts/get_maintainer.pl drivers/net/usb/cdc_ncm.c --sections so only sent it to the lists in the first section "USB CDC ETHERNET DRIVER". I will remove the --sections in future. Jim