From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] vhost_user: avoid crash when exeeding file descriptors Date: Tue, 12 Jul 2016 16:37:23 +0800 Message-ID: <20160712083723.GD26521@yliu-dev.sh.intel.com> References: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com> <1467807898-27772-2-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: patrik.r.andersson@ericsson.com, thomas.monjalon@6wind.com, dev@dpdk.org, huawei.xie@intel.com To: Christian Ehrhardt Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DA904CE7 for ; Tue, 12 Jul 2016 10:34:50 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467807898-27772-2-git-send-email-christian.ehrhardt@canonical.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 06, 2016 at 02:24:58PM +0200, Christian Ehrhardt wrote: > *update in v2* > - refreshing for DPDK 16.07 > - Close fd on vserver->listenfd as suggested in discussion > > Original From: > From: Patrik Andersson > > Protect against DPDK crash when allocation of listen fd >= 1023. > For events on fd:s >1023, the current implementation will trigger > an abort due to access outside of allocated bit mask. Hmmm, I have no idea why I missed this email in the beginning, otherwise, it would have been in rc2 release. Thanks for the re-posting, and we should have had it in last release. Acked-by: Yuanhan Liu --yliu