From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92600C433F5 for ; Wed, 19 Jan 2022 08:45:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352293AbiASIpF (ORCPT ); Wed, 19 Jan 2022 03:45:05 -0500 Received: from mx.socionext.com ([202.248.49.38]:9340 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350075AbiASIpF (ORCPT ); Wed, 19 Jan 2022 03:45:05 -0500 Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 19 Jan 2022 17:45:04 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id F085B2059054; Wed, 19 Jan 2022 17:45:03 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 19 Jan 2022 17:45:03 +0900 Received: from [10.212.181.226] (unknown [10.212.181.226]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 11233B62A1; Wed, 19 Jan 2022 17:45:02 +0900 (JST) Subject: Re: [patch] genirq/msi: Populate sysfs entry only once To: Thomas Gleixner , LKML Cc: Bjorn Helgaas , Marc Zygnier , Alex Williamson , Kevin Tian , Jason Gunthorpe , Megha Dey , Ashok Raj , linux-pci@vger.kernel.org, Cedric Le Goater , xen-devel@lists.xenproject.org, Juergen Gross , Greg Kroah-Hartman , Niklas Schnelle , linux-s390@vger.kernel.org, Heiko Carstens , Christian Borntraeger , Logan Gunthorpe , Jon Mason , Dave Jiang , Allen Hubbe , linux-ntb@googlegroups.com References: <20211206210600.123171746@linutronix.de> <20211206210749.224917330@linutronix.de> <87leznqx2a.ffs@tglx> <1d5711be-c26d-d57b-10db-1b45d279515d@socionext.com> <87a6fsa935.ffs@tglx> From: Kunihiko Hayashi Message-ID: <7d6445e9-011f-60ec-0fd0-3c354d507d57@socionext.com> Date: Wed, 19 Jan 2022 17:45:01 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <87a6fsa935.ffs@tglx> Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org Hi Thomas, On 2022/01/19 8:59, Thomas Gleixner wrote: > Kunihiko, > > On Wed, Jan 12 2022 at 09:05, Kunihiko Hayashi wrote: >> Is this fix the same as below? >> https://marc.info/?l=linux-kernel&m=164061119923119&w=2 > > pretty much the same, but I missed that patch. I was off for 2+ weeks > and on return Boris poked me about this issue and I fixed it. Then I > went ahead and marked all vacation mail read as I always do :) > > So sorry for not noticing that patch. No problem. If this issue wansn't resolved, the PCIe controller wouldn't work properly, so I'm relieved to solve the issue and get your response. Thank you, --- Best Regards Kunihiko Hayashi