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 DB089C6FD1D for ; Tue, 4 Apr 2023 09:01:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233558AbjDDJBH (ORCPT ); Tue, 4 Apr 2023 05:01:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232063AbjDDJBG (ORCPT ); Tue, 4 Apr 2023 05:01:06 -0400 Received: from bmailout2.hostsharing.net (bmailout2.hostsharing.net [83.223.78.240]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E98C10F8; Tue, 4 Apr 2023 02:01:02 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 9E6E12800C981; Tue, 4 Apr 2023 11:01:00 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 84DA7292B2; Tue, 4 Apr 2023 11:01:00 +0200 (CEST) Date: Tue, 4 Apr 2023 11:01:00 +0200 From: Lukas Wunner To: Alexey Kardashevskiy Cc: Bjorn Helgaas , Dan Williams , linux-pci@vger.kernel.org, linux-cxl@vger.kernel.org, Gregory Price , Ira Weiny , Jonathan Cameron , Alison Schofield , Vishal Verma , Dave Jiang , "Li, Ming" , Hillf Danton , Ben Widawsky , Davidlohr Bueso , linuxarm@huawei.com Subject: Re: [PATCH v4 05/17] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y Message-ID: <20230404090100.GA21129@wunner.de> References: <67a9117f463ecdb38a2dbca6a20391ce2f1e7a06.1678543498.git.lukas@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org On Tue, Mar 21, 2023 at 02:42:01PM +1100, Alexey Kardashevskiy wrote: > On 12/3/23 01:40, Lukas Wunner wrote: > > Reviewed-by: Jonathan Cameron > ^^^^^ > > huwei? :) Thanks for spotting this Alexey. Dan fixed it up when he applied the patch to cxl/fixes yesterday: https://git.kernel.org/cxl/cxl/c/92dc899c3b49