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 A9825A04F5 for ; Wed, 11 Dec 2019 22:29:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 999601BF30; Wed, 11 Dec 2019 22:29:35 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 857E01BF30 for ; Wed, 11 Dec 2019 22:29:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576099774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9AuisjWtHIC2VIpLIqJjGiwqHLv0QY+gwJQqkF+2D9o=; b=KSgC8ThhDki2Kzf8Jnn71aiZPFEyw97T7aNcMnr8lQhSt7aMe4Zn2TzTLqE3puzyIBRCkl rUmRZrZhDvX/O713M7B7b97FsITiAOkJ8qH5xQL4zQV5YlpIdw9vXgkcz3BAqu3fYswKye 8bYVaCph9s7s7vpKbCOjyLYzeSQgb4M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-213-iGr1XqfCMKuLGyNobCbttA-1; Wed, 11 Dec 2019 16:29:31 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6CF1F18543A1; Wed, 11 Dec 2019 21:29:30 +0000 (UTC) Received: from rh.redhat.com (ovpn-116-64.ams2.redhat.com [10.36.116.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 20EF710013A1; Wed, 11 Dec 2019 21:29:28 +0000 (UTC) From: Kevin Traynor To: Bruce Richardson Cc: Stephen Hemminger , Kevin Traynor , dpdk stable Date: Wed, 11 Dec 2019 21:27:01 +0000 Message-Id: <20191211212702.27851-69-ktraynor@redhat.com> In-Reply-To: <20191211212702.27851-1-ktraynor@redhat.com> References: <20191211212702.27851-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: iGr1XqfCMKuLGyNobCbttA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'usertools: fix typo in SPDX tag of telemetry script' has been queued to LTS release 18.11.6 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" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/17/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/b7c589e8e975c6ed07= 2b392eed7d75850a6c653a Thanks. Kevin. --- >From b7c589e8e975c6ed072b392eed7d75850a6c653a Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 8 Nov 2019 14:26:27 +0000 Subject: [PATCH] usertools: fix typo in SPDX tag of telemetry script [ upstream commit 564f295d1960e2c9401f1c39427a2a921ab3a3c4 ] There is a typo in the SPDX tag, which is down as an "SPDK" tag. One-character change should be all that is needed. Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry") Reported-by: Stephen Hemminger Signed-off-by: Bruce Richardson Acked-by: Kevin Traynor --- usertools/dpdk-telemetry-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-= client.py index 1c61a2a28..58174c055 100644 --- a/usertools/dpdk-telemetry-client.py +++ b/usertools/dpdk-telemetry-client.py @@ -1,3 +1,3 @@ -# SPDK-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation =20 --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-12-11 21:24:18.062838397 +0000 +++ 0069-usertools-fix-typo-in-SPDX-tag-of-telemetry-script.patch=092019-12= -11 21:24:12.757649358 +0000 @@ -1 +1 @@ -From 564f295d1960e2c9401f1c39427a2a921ab3a3c4 Mon Sep 17 00:00:00 2001 +From b7c589e8e975c6ed072b392eed7d75850a6c653a Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 564f295d1960e2c9401f1c39427a2a921ab3a3c4 ] + @@ -10 +11,0 @@ -Cc: stable@dpdk.org @@ -20 +21 @@ -index e06d6306c..290345dcc 100755 +index 1c61a2a28..58174c055 100644 @@ -23,2 +24 @@ -@@ -1,4 +1,4 @@ - #! /usr/bin/env python +@@ -1,3 +1,3 @@