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 44587C433EF for ; Sat, 27 Nov 2021 19:47:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233833AbhK0Tuf (ORCPT ); Sat, 27 Nov 2021 14:50:35 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:44326 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229768AbhK0Tsf (ORCPT ); Sat, 27 Nov 2021 14:48:35 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1638042319; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b8WWNXMmW79pVSrPL0FWh6ZTHY3JhoVaogmqsWvu1CY=; b=YpU2GaGNIsgiAwIE6TN7TQoRulWDkvpT/mU7+2cjUQCsG8/PAHAnanKqLrVRzal+4QQWFa p5d2YlraFk22JKq6Rnvdk4UDEBX2reh8mkJgFInfB+F1lV0TvWCr3SkUYY0dr9A1NMeTyk bV3BvmOGwcl1+C+CDvBknVjf7kt4VMx0q8no/QgJELgCQIqYjez0ZUkWW9zwxIhw/xaTHB YZhYhP2akWbEcm+omIuQjpXfqBSCi3ZTwi8tVpj4vSI9UO4baZ/tnaYqOfEaf4s4dJ6dhl MpQC68ysDBW+zgs7JQDpQj3k2VFZiQV4o6ZciQ7heFPEdJk4hglgiQYP3PNY0g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1638042319; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b8WWNXMmW79pVSrPL0FWh6ZTHY3JhoVaogmqsWvu1CY=; b=jwdySK+JWphhWmD4zIG3S6sjgLdS7cTJOrVJus4e9NWxCRIPTM3qtYneclhxNS688nNu5G TbFzpgYoGqon+6Dg== To: Greg Kroah-Hartman Cc: LKML , Bjorn Helgaas , Marc Zygnier , Alex Williamson , Kevin Tian , Jason Gunthorpe , Megha Dey , Ashok Raj , linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, Heiko Carstens , Christian Borntraeger , Jon Mason , Dave Jiang , Allen Hubbe , linux-ntb@googlegroups.com Subject: Re: [patch 07/32] genirq/msi: Count the allocated MSI descriptors In-Reply-To: <87o865flot.ffs@tglx> References: <20211126230957.239391799@linutronix.de> <20211126232734.708730446@linutronix.de> <87o865flot.ffs@tglx> Date: Sat, 27 Nov 2021 20:45:18 +0100 Message-ID: <87ilwdfkmp.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sat, Nov 27 2021 at 20:22, Thomas Gleixner wrote: > On Sat, Nov 27 2021 at 13:19, Greg Kroah-Hartman wrote: >> On Sat, Nov 27, 2021 at 02:22:38AM +0100, Thomas Gleixner wrote: >>> Signed-off-by: Thomas Gleixner >> >> No changelog? > > Bah. This one should not be there at all. > >> Anyway, why do we care about the number of decriptors? The last part of this really cares about it for the dynamic extension part, but that's core code which looks at the counter under the lock. Thanks, tglx