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 94A16A053C for ; Wed, 5 Feb 2020 11:58:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6ACBD1C195; Wed, 5 Feb 2020 11:58:28 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id E88F71C12A for ; Wed, 5 Feb 2020 11:58:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580900306; 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=4HWLjAKAkk+vYYFHxfJAyHM3cV8OOHw56lxxEQBlewU=; b=YhCFw+FV/aXD8EkOPMkSlTFUThKNDm/soikG7mN1vGBMwiEaWlAAec7G9upgjN8lp9ZAfQ 6flvabPjDLKFED2L8VVb2pUpXhbe1yivjWT0dz92/aCB081vUsl/X4ifOd1saFVBLIV15s dr3Fvg4VKlrq0QkXvoUyAMG1eF++r4E= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-259-cSNbT7VqPSWzKhufWEGrqQ-1; Wed, 05 Feb 2020 05:58:20 -0500 Received: by mail-ua1-f72.google.com with SMTP id n23so510341uao.2 for ; Wed, 05 Feb 2020 02:58:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OK0TH9Cf7YYq8F1U7MytC+P3b0uw/d6SZv+8Pjn0Y3Q=; b=ktIKeQpG7C8ewehv2/sE416s5DyujKwLQF4TVt5KXnKsaWG5WQ1zSebPAcPJi3tpsZ 5WQg8epV/MG2ZzN7//gJYXPXpHRcrky2AoJTpPKBg8RUlazkuScVJowKA1Tp/Kxuhds4 G7tzvV00lSQwyb1ir5QMcCdDazjUAVBuixP335atEcykIor4ZCEoExPpJEqfVOMHgXri pMA2JU857K3qPLE/eZ54BzGamjpTXhjWUcmdcfWMooKXuWdF4GFl+df9fT2MAl8suKQL WMQFXRS/8gF5nz7edYNlCCCankxurY24q2fVfohT5Qy4cgkrqLFA+RtibL8/K/fSParO ynaA== X-Gm-Message-State: APjAAAVLrsieIf6qlfNRdNQapm3qtbnACc5IoDujK1c1FCp0ppwy1mDk AdWrkOIydjlfsJVn41tNfCuJxcqyFl5/Azy3S0RtIXkriJ/8/nrHeKN9IGHLXmTqhPqaGu3o6TK fL7eEGUHnpxc6K5M1K+5SSGw= X-Received: by 2002:a1f:fe4e:: with SMTP id l75mr1184492vki.18.1580900299544; Wed, 05 Feb 2020 02:58:19 -0800 (PST) X-Google-Smtp-Source: APXvYqw8MheKk4RruBI2CP/s3VG9EeipZl91G1MPCeSRtSR8eSB61AXsSLnR88Nw2nr48oeW2ydV0oQEP9IuBPnTZDw= X-Received: by 2002:a1f:fe4e:: with SMTP id l75mr1184479vki.18.1580900299238; Wed, 05 Feb 2020 02:58:19 -0800 (PST) MIME-Version: 1.0 References: <20200204160309.64827-1-ciara.power@intel.com> In-Reply-To: <20200204160309.64827-1-ciara.power@intel.com> From: David Marchand Date: Wed, 5 Feb 2020 11:58:08 +0100 Message-ID: To: Ciara Power Cc: Bruce Richardson , dev , Pawel Modrak , dpdk stable X-MC-Unique: cSNbT7VqPSWzKhufWEGrqQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] examples/ioat: fix unchecked return value 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" On Tue, Feb 4, 2020 at 5:13 PM Ciara Power wrote: > > The function call to get the device info can return negative values on > failure, which was previously unchecked. This return value is now > checked and the function exits on failure. > > Coverity issue: 350361 > Fixes: c8e6ceecebc1 ("examples/ioat: add new sample app for ioat driver") > Cc: pawelx.modrak@intel.com > Cc: stable@dpdk.org We had the same patch proposed in 19.11 timeframe that got deferred to 20.0= 2. https://patchwork.dpdk.org/patch/63375/ Will mark https://patchwork.dpdk.org/patch/65563/ as rejected. Besides, we have a patch with the exact same subject than this one. https://patchwork.dpdk.org/patch/65562/ A title must (briefly) describe what functional impact the patch has. --=20 David Marchand