From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7124AA0096 for ; Wed, 10 Apr 2019 17:18:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2951C1B1F0; Wed, 10 Apr 2019 17:18:57 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id CE5B81B130; Wed, 10 Apr 2019 17:18:51 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 269D33145720; Wed, 10 Apr 2019 15:18:51 +0000 (UTC) Received: from localhost (ovpn-116-155.ams2.redhat.com [10.36.116.155]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D36F11A7D3; Wed, 10 Apr 2019 15:18:49 +0000 (UTC) Date: Wed, 10 Apr 2019 17:18:47 +0200 From: Jens Freimann To: Chenbo Xia Cc: dev@dpdk.org, maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com, stable@dpdk.org Message-ID: <20190410151847.hiqmsdjen7sroj2j@jenstp.localdomain> References: <20190410024405.14982-1-chenbo.xia@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190410024405.14982-1-chenbo.xia@intel.com> User-Agent: NeoMutt/20180716-1376-5d6ed1 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Wed, 10 Apr 2019 15:18:51 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v1] net/virtio-user: fix return value check 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 Wed, Apr 10, 2019 at 02:44:05AM +0000, Chenbo Xia wrote: >Fix unchecked return value for fcntl. > >Coverity issue: 277210 >Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") >Cc: stable@dpdk.org > >Signed-off-by: Chenbo Xia >--- > drivers/net/virtio/virtio_user/vhost_user.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Jens Freimann