From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1ED9A0C4E for ; Thu, 17 Jun 2021 09:21:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2055410DF; Thu, 17 Jun 2021 09:21:26 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 5412640150; Thu, 17 Jun 2021 09:21:24 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 37E1CF99; Thu, 17 Jun 2021 03:21:23 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Thu, 17 Jun 2021 03:21:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= Agx8UhcaQVLnvoDIuhdu7xS1TtsKiWsQFI1jkFNwr6Y=; b=eyt0xEmEdtUDtYBl jFdNY9iTsk16qEYixql8HeMbsLD5LdrYQ0mjRENKNkkQXCkCjYCk/XidgbiqPryN lQqCyPBbeSr6A05t7wZp2JlZGu9Zqi7B7IpuiaXy7BH/heFfd70fd9ag+am+Iy/d 4dWSFt8aaOC8cUnoAxqDezXoW85mgowUHUKFiDuieTvMu/9v/AyruPZrBPhLfy/0 wyZDe2Ym3/QfJtz6sUeMeHalebWHJh8HOWCNDol6Hhjvv1HQr7XO5rKiU64YXfyL lygjLlkxw+Zq15ONmuUn8PDdePqo6xdBk2XpeJze0T3euncjQmhJmwP1hvmLEszE rB8xCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Agx8UhcaQVLnvoDIuhdu7xS1TtsKiWsQFI1jkFNwr 6Y=; b=ElSnzRvYAiLoKblHCOuN5rLhxarjzPTKY/2xOLO6Z3x2LrkJs10njJyqJ TAuOX/TTm3XN3FwHG71vF3BUnjbdCdBk55qwjAYJLubRMjUi2zX0FAMRDbsO2YWC Y3X1VSBxr3k+nxFdccpLYoshd5x80S+n/QBkcm8qm4XdR7YjuGnUO3EJCzTBepC7 lwB6B05Jfiqmzt3OpHe/q4tjsS1WVuHqwaXh9HX8l7V9iRMGweFSmLJzgPkZMWhf eKDVAgy5LcxHoh4VkglbDxRDKcwBg78KBamBkExSCF4x/FEiY9BCbZzMCVfxJyJr Blfof2Hf8a+wmkUt/PumAEn5h9Xdw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeeftddguddugecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 17 Jun 2021 03:21:21 -0400 (EDT) From: Thomas Monjalon To: "Laatz, Kevin" Cc: "Richardson, Bruce" , dev@dpdk.org, "stable@dpdk.org" , "Pai G, Sunil" Date: Thu, 17 Jun 2021 09:21:18 +0200 Message-ID: <6345667.Tf34qMtRTa@thomas> In-Reply-To: References: <20210527133609.3565778-1-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] raw/ioat: fix missing device name in idxd bus scan X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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" > > > The device name is not being initialized during the idxd bus scan > > > which will cause segmentation faults when an appliation tries to > > > access this information. > > > > > > This patch adds the required initialization of the device name so that > > > it can be read without issues. > > > > > > Fixes: b7aaf417f936 ("raw/ioat: add bus driver for device scanning > > > automatically") > > > > > > Reported-by: Sunil Pai G > > > Signed-off-by: Kevin Laatz > > > --- > > Acked-by: Bruce Richardson > > Tested-by: Sunil Pai G Applied, thanks