From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 447DD2E81; Thu, 19 Jul 2018 14:48:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2018 05:48:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,374,1526367600"; d="scan'208";a="58115971" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga008.jf.intel.com with ESMTP; 19 Jul 2018 05:46:52 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:46:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:46:47 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Thu, 19 Jul 2018 20:46:46 +0800 From: "Zhang, Qi Z" To: "Horton, Remy" CC: "Lu, Wenzhuo" , "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: fix missing NULL point check Thread-Index: AQHUHQMG6nmNCtP3OEyZbZHKF/t/waSV+3MAgACHcTA= Date: Thu, 19 Jul 2018 12:46:46 +0000 Message-ID: <039ED4275CED7440929022BC67E706115325C6EF@SHSMSX103.ccr.corp.intel.com> References: <20180716124704.212776-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmE1YjMzZDAtNWEwYi00MGUyLWEzOTYtZjM0MzlmNWUwNWNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOTZZS2tacGRUWkd5d01TT0MzSGZ0NVZwTlViUFhWeW9CeExVTXpaa3lFdENqZXVpMWUwXC9PQU5tS2ZNc3BnQ2IifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix missing NULL point check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 12:48:14 -0000 > -----Original Message----- > From: Horton, Remy > Sent: Thursday, July 19, 2018 8:41 PM > To: Zhang, Qi Z > Cc: Lu, Wenzhuo ; dev@dpdk.org; stable@dpdk.org > Subject: Re: [PATCH v2] net/ixgbe: fix missing NULL point check >=20 >=20 > On 16/07/2018 13:47, Qi Zhang wrote: > > Add missing NULL point check inside ixgbe_pf_host_uninit, or it may > > cause segment fault when detaching a device. > > > > Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qi Zhang >=20 > Acked-by: Remy Horton Applied to dpdk-next-net-intel. Thanks! Qi