Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932341AbcCVBjd (ORCPT ); Mon, 21 Mar 2016 21:39:33 -0400 Received: from mail-bl2on0130.outbound.protection.outlook.com ([65.55.169.130]:40378 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758147AbcCVBj3 convert rfc822-to-8bit (ORCPT ); Mon, 21 Mar 2016 21:39:29 -0400 From: Dexuan Cui To: David Miller CC: "gregkh@linuxfoundation.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , "olaf@aepfle.de" , "apw@canonical.com" , "jasowang@redhat.com" , KY Srinivasan , Haiyang Zhang , "vkuznets@redhat.com" Subject: RE: [PATCH net-next 1/3] net: add the AF_KCM entries to family name tables Thread-Topic: [PATCH net-next 1/3] net: add the AF_KCM entries to family name tables Thread-Index: AQHRg4Y6XUo7wwuk6kmsXyMSCiGBOJ9krjGA Date: Tue, 22 Mar 2016 01:39:26 +0000 Message-ID: References: <1458553869-26756-1-git-send-email-decui@microsoft.com> <20160321.112742.1737417108964275737.davem@davemloft.net> In-Reply-To: <20160321.112742.1737417108964275737.davem@davemloft.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: davemloft.net; dkim=none (message not signed) header.d=none;davemloft.net; dmarc=none action=none header.from=microsoft.com; x-originating-ip: [167.220.232.201] x-ms-office365-filtering-correlation-id: c2ae1dd2-1cee-4516-6adc-08d351f2cdc4 x-microsoft-exchange-diagnostics: 1;BN3PR03MB2130;5:Sj//Aw5mWtu1eT5AuxyqnYTrW3fbnEc8BBWvke2q+X6kZhEFsaZlzpcUmygEVn4KJFdN4LPvQ/KL1KKWI7OuhtwxjmCKPcQvlBzTSusJs8WDrST5hrVOBO5BQ03V3tSws9cR+Ysn/xOafNhAYY7Iow==;24:aAKP00IJ8czM5jIlhXsmL2SQgy+9p3EXAhsFCdiHDnzbQzPTlXUD61lTZKC+2LakHl2Vug75kupMHlt31HKAbSZVUCaHBRvVf0wgGF4NbRw= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB2130; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(601004)(2401047)(8121501046)(5005006)(10201501046)(3002001)(61426038)(61427038);SRVR:BN3PR03MB2130;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB2130; x-forefront-prvs: 08897B549D x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(51914003)(164054003)(77096005)(81166005)(189998001)(5002640100001)(5003600100002)(66066001)(2900100001)(122556002)(86612001)(2950100001)(76576001)(110136002)(74316001)(92566002)(86362001)(1220700001)(5008740100001)(102836003)(6116002)(54356999)(586003)(50986999)(76176999)(1096002)(3846002)(10400500002)(10090500001)(8990500004)(11100500001)(5004730100002)(5005710100001)(33656002)(3660700001)(10290500002)(87936001)(99286002)(2906002)(3280700002)(19580395003)(4326007)(19580405001)(106116001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN3PR03MB2130;H:BLUPR03MB1410.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Mar 2016 01:39:26.3790 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR03MB2130 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1226 Lines: 33 > From: David Miller [mailto:davem@davemloft.net] > Sent: Monday, March 21, 2016 23:28 > To: Dexuan Cui > Cc: gregkh@linuxfoundation.org; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org; devel@linuxdriverproject.org; olaf@aepfle.de; > apw@canonical.com; jasowang@redhat.com; KY Srinivasan > ; Haiyang Zhang ; > vkuznets@redhat.com > Subject: Re: [PATCH net-next 1/3] net: add the AF_KCM entries to family > name tables > > > Two things wrong with this submission: > > 1) You need to provide an initial "[PATCH net-next 0/3] ..." header posting > explaining at a high level what this patch series is about and how it is > implemented and why. Hi David, Thanks for the reply! I'll fix this. > 2) The net-next tree is closed at this time because we are in the merge > window, > therefore no new feature patches should be submitted to the netdev > mailing > list at this time. Please wait until some (reasonable) amount of time after > the merge window closes to resubmit this. OK. I'll repost it when the merge window is open -- I suppose that would happen in 1~2 weeks, according to my reading the documentation. Thanks, -- Dexuan