From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 7646EE5D for ; Mon, 30 Apr 2018 17:30:15 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D80BC81A88CD; Mon, 30 Apr 2018 15:30:14 +0000 (UTC) Received: from [10.36.112.35] (ovpn-112-35.ams2.redhat.com [10.36.112.35]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 369ED111AF06; Mon, 30 Apr 2018 15:30:11 +0000 (UTC) To: luca.boccassi@gmail.com, dpdk stable Cc: Adrien Mazarguil , Anatoly Burakov , Andrew Rybchenko , Cristian Dumitrescu , Didier Pallard , Ferruh Yigit , Hemant Agrawal , Hyong Youb Kim , Jasvinder Singh , Jianfeng Tan , John Daley , Nelio Laranjeiro , Shahaf Shuler , Thomas Monjalon , Yongseok Koh , Yong Wang References: <20180430152307.4249-1-luca.boccassi@gmail.com> From: Maxime Coquelin Message-ID: <99846f47-bd43-67f1-8dce-84519c9823b8@redhat.com> Date: Mon, 30 Apr 2018 17:30:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180430152307.4249-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Mon, 30 Apr 2018 15:30:15 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Mon, 30 Apr 2018 15:30:15 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-stable] please help backporting some patches to stable release 18.02.2 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: , X-List-Received-Date: Mon, 30 Apr 2018 15:30:15 -0000 On 04/30/2018 05:23 PM, luca.boccassi@gmail.com wrote: > Hi commit authors (and maintainers), > > I didn't manage to apply following commits from upstream to stable branch > 18.02: conflict happens. I'm wondering can the authors check the following > list and backport those patches belong to you? > > FYI, branch 18.02 is located at tree: > git://dpdk.org/dpdk-stable > > It'd be great if you could do that before Friday, if necessary. Also, please add a > heading line like below before the commit log body: > [ backported from upstream commit xxx ] > > Example:http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e > > Also please mention the target stable in the subject line, as we have more than one > at the same time, for example: > > [PATCH 18.02] foo/bar: fix baz > > With git send-email, this can be achieved by appending the parameter: > > --subject-prefix='18.02' > > Please let me know if you have any comments, say, need more time, or it's > worthless to packport it. And please send it to"stable@dpdk.org", but not > "dev@dpdk.org". > > Thanks. > > Luca Boccassi > > --- ... > c6ae7de0d Maxime Coquelin vhost: fix indirect descriptors table translation size This one is already backported in v18.02.1, as it was part of the CVE series: commit 92f155720d5911850898bac1526ba36d493cc666 Author: Maxime Coquelin Date: Thu Apr 19 15:28:35 2018 +0200 vhost: fix indirect descriptors table translation size This patch fixes the size passed at the indirect descriptor table translation time, which is the len field of the descriptor, and not a single descriptor. This issue has been assigned CVE-2018-1059. Fixes: 62fdb8255ae7 ("vhost: use the guest IOVA to host VA helper") Signed-off-by: Maxime Coquelin Cheers, Maxime