Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4705735yba; Tue, 30 Apr 2019 03:04:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqzMoTtePvwnnLCcDdpWbsGnDpxud47jRU+BRrU2pfsDigtidmmNT+u5ltBx6FccdDfQv9IL X-Received: by 2002:a63:fd06:: with SMTP id d6mr65482967pgh.183.1556618652668; Tue, 30 Apr 2019 03:04:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556618652; cv=none; d=google.com; s=arc-20160816; b=gF/KmPxCAet2vMhkBUaFhj47GhMgtiMwp68Qgf+HfwAUg4svdaRgjQeknBtQa27DGw UcIHY7hV2h6J+zRrLx+9Y3SSV0CoOgUKdWYfYxxApcsjk8SKUwCE4CY9nVYfUPSX/03a vRoVSx8jyb/kH2W1O86nsc/4LHaYOZZq3lR1CgrAAQ8zq0X5xAWs3u/+6bZtGfeTjDl9 O8ecS07rc3GtcWCdJV9/3o4vSoCAV7YMLe1KKq5dGiqHOcIwKCxQZlm6bp0UXnEkctCW ymbmi9qE8c8EqISA/zbbAN10u8fPEntbZlvOioJdvsJz1uAvkPfNYXktn3Mqg+jLa3zL nOJg== 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:cc :to:from:date; bh=4h6pi0Ei+irI/B4awB5rcYhQaKgVF8y/LjpsWDTpLPk=; b=RfApCBsLvEmJ0zg2liOvz+TOja8CGG0J3dONwxJhLFyyKp6nkcaWBEQeNu3WHfs2F0 Mu8V07St/KFGqB0NaiHOSPOo1JL1YRoqRXh1kf6QOkxn9UpaJ++bwWwgQ7LJmiMVu6AJ l/SavwULTW077A3XRxiP3UP3CTHtx7YnzQMNIYGu8JySyhS2MNCXn3pdh12ysHg6w73L faIkW2Mq7Qi88lJq5qQwr6bte+XRi8h+bcZZQxPLukC3IBQ/xr6TW28BesMaoE8yfvKf HNdsfp7vTA0GRit1esgQBrZXOs6/Ru3xuXm4QcJz+cwSPfda8juKcs6QWXPEAvfd/Urf J3gA== 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 w21si9150747plp.304.2019.04.30.03.03.55; Tue, 30 Apr 2019 03:04:12 -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 S1726700AbfD3KDA (ORCPT + 99 others); Tue, 30 Apr 2019 06:03:00 -0400 Received: from Chamillionaire.breakpoint.cc ([146.0.238.67]:35186 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726012AbfD3KDA (ORCPT ); Tue, 30 Apr 2019 06:03:00 -0400 Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.89) (envelope-from ) id 1hLPbE-000587-GJ; Tue, 30 Apr 2019 12:02:56 +0200 Date: Tue, 30 Apr 2019 12:02:56 +0200 From: Florian Westphal To: shuah Cc: Jeffrin Thalakkottoor , pablo@netfilter.org, Florian Westphal , linu-kselftest@vger.kernel.org, lkml Subject: Re: [PATCH] selftests : netfilter: Wrote a error and exit code for a command which needed veth kernel module. Message-ID: <20190430100256.mfgerggoccagi2hc@breakpoint.cc> References: <20190405163126.7278-1-jeffrin@rajagiritech.edu.in> <20190405164746.pfc6wxj4nrynjma4@breakpoint.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org shuah wrote: > Would you like me to take this patch through ksleftest tree? Please do, this patch is neither in nf nor nf-next and it looks fine to me.