From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5A87AA0613 for ; Tue, 30 Jul 2019 23:53:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E1A91C012; Tue, 30 Jul 2019 23:53:24 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DFB5A1C012; Tue, 30 Jul 2019 23:53:23 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 80998222E6; Tue, 30 Jul 2019 17:53:23 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 17:53:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=NbZpEEjx1S9qMilur8evxU1/UI6kmbOtsnkuThDfxNk=; b=WltnOz+5mIZi omSSbtOmqtOi7XQ/E1+VYgT4Wc+PcLOvdjKLtZbjQsuFekJwHuv/NI5MxSZqh9TK erowBXta5aKyWpkK7vkUzrsoCLvm3V86qqRErw5BGHvHGvYRSlWgs7a6jtVUK6ns h/Uv/lUXFQlqyYL29gD+hPUc2T+HdkM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=NbZpEEjx1S9qMilur8evxU1/UI6kmbOtsnkuThDfx Nk=; b=LLlwEcnteed0Yb3WEv93RGqD76wuZn87IPqOeZSeary+tMB6JjRRshYQM y1sNTJw7jNeuTutR7ewQo+Ojje21V+o6cLr11mVaR3NwrT2nWWalPQ3b7DMdYf0C JcPqQOXyIq3/VLZMYZpdmWpVgWlIRHVj46HKr51bc4vfIoCmBIPuaFAO7PdMMQdt 3ODRtUk0MRLThTEIfcoLsaHKlMYd+BZS8dNPH/PNRf/ACxo2bIMw+dt8aAFJ2Me7 mJuRUc2DSsfxgt+iRDmUtzlirj1EPzB4lBio36c055lSdJdfG+JSrslr+o08hYrz wy7w2cvlukSdY+8p3jyN726CmC4XQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleeggddtgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C05D6380084; Tue, 30 Jul 2019 17:53:22 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, stable@dpdk.org Date: Tue, 30 Jul 2019 23:53:21 +0200 Message-ID: <1873573.U6qexUxx0M@xps> In-Reply-To: <20190717155442.48187-1-jerinj@marvell.com> References: <20190717155442.48187-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel component tags X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 17/07/2019 17:54, jerinj@marvell.com: > From: Jerin Jacob > > Update devtools/build-tags.sh to account the kernel > components under in kernel directory. > > Fixes: acaa9ee991b5 ("move kernel modules directories") > Cc: stable@dpdk.org > > Signed-off-by: Jerin Jacob Applied, thanks