Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp685865img; Thu, 21 Mar 2019 06:58:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzUs09zg3VGPEgE+R9NVucrVwPRVWQ5qI302vXeieBN7E0IuE4u5XdyPsq4JU09OwCpqVwC X-Received: by 2002:a17:902:87:: with SMTP id a7mr3645265pla.295.1553176738280; Thu, 21 Mar 2019 06:58:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553176738; cv=none; d=google.com; s=arc-20160816; b=lniuXyMZ1UvQZPZAchkk5UjvyqPROiLMCKQhFAX5uy41UWHSCjCjPORYY+k+QiwifU p7/piyebDB0B9HiLhVgdxzr1+2wY7CWEUFkjG651wVmRaCykHzvXJJXVLOMET+IoXom5 rLlsMH/5af4wmn5y/5kOZ7avZQhkHH3ovqjSnPJP6jme9n4mSWZwynO3959A2KWPP5H9 f3kDRKH0r+ai0H1lc1EE9i21WcxUSdDsworDiWhy6xz0gJzTRJ4dFsVZsdL6tI5m8QEd u0yIvxh4nTP3IyUBLvdDGz4BqD6uw6kxjAsINse1rEbyMDeQih3d8rQ4XTLSd0rsSvUJ 3oww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:to :from:date; bh=yMEdaA0h3DvOnl1Fc1jU79p+7KY7/O78XM14TTZSzKc=; b=CPUgYQOZbJHyhj3j8nQIORqgt5zAxhJxF59LuIZGiM0gRROxOuCsE9IxlZj5bFMX28 JPBsrY+YJglivry/aAF59FV9QSNPlHbm1W8s+2sERUewnI0YF9/1rikYAFG36yM0w9tK /MmtL2FLq+MUHVaxRCi1AzI6S45ReHaBgAcrcgLl9dp8FLS7KjsfvraPCF8v2lbnelmQ r/ebYVEM7/+394+1bUBMvBpVZdkVaTCJ+rtoaMTaFwSF08Jn+Z5oEe8NQNg2Px9ulUMF 1glr2jyBqGGH3oOL1z48LiajibcPfEC5bPXqTypE/xRqMmvXMllXgTCV/pd5F6sTxb1R i45w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id be8si3952400plb.72.2019.03.21.06.58.41; Thu, 21 Mar 2019 06:58:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728317AbfCUN4g (ORCPT + 99 others); Thu, 21 Mar 2019 09:56:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:39276 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727891AbfCUN4g (ORCPT ); Thu, 21 Mar 2019 09:56:36 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0CC20AC3F; Thu, 21 Mar 2019 13:56:35 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id ADBADE00BF; Thu, 21 Mar 2019 14:56:34 +0100 (CET) Date: Thu, 21 Mar 2019 14:56:34 +0100 From: Michal Kubecek To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v4 00/22] ethtool netlink interface, part 1 Message-ID: <20190321135634.GG29968@unicorn.suse.cz> References: <20190321133142.GF29968@unicorn.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321133142.GF29968@unicorn.suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 21, 2019 at 02:31:42PM +0100, Michal Kubecek wrote: > I'm sorry, I'll have to resend the series. A comma was missing in the > headers so that majordomo at vger.kernel.org discarded it. Sorry for the > noise. And this message shouldn't have been sent to netdev and LKML lists. :-( Michal