From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AA5E21D3F1; Tue, 20 May 2025 11:10:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747739428; cv=none; b=OONO3vTFwOAnKF97jJuf4KND9aJ36rSJlJfgqnK7gumCDuaC5ZiZUNUXGa7RW6TquGmf1UmGTKtcZedYAlCQ+utPi/poh2OoWqCdJkgQAG1hMMvM4N/avqVMufkIcd4jPah005C0PzAQLl3B193dYBpG+SA3QpaM7czh33EnJBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747739428; c=relaxed/simple; bh=vT/dxTI7S3VUKBiuecmkW0l926gkRJorJk7HgWVv9jI=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=F+2Sf1epul4J53IrqprcYAJXHe/Ropl4Mps1CYrPs9kaj2whhdQpxqECJ2ftnrBz6HXKe9Wzzjp6Lsv10HZ/ci3v8mLC61v3YwvRO9t0ZW20UgNrVa9Pvb6E4grNiuahRrNg1wOkYkYKI+d2lSqkL7j+CHvjpc/JGj5bGT7qql4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4b1sJY4svJz6GDDL; Tue, 20 May 2025 19:09:33 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id AA50B140447; Tue, 20 May 2025 19:10:23 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 20 May 2025 13:10:22 +0200 Date: Tue, 20 May 2025 12:10:21 +0100 From: Jonathan Cameron To: "Fabio M. De Francesco" CC: "Rafael J . Wysocki" , Len Brown , Davidlohr Bueso , Dave Jiang , Alison Schofield , Vishal Verma , Ira Weiny , Dan Williams , Mahesh J Salgaonkar , Oliver O'Halloran , Bjorn Helgaas , Tony Luck , Borislav Petkov , , , , , , Subject: Re: [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level Message-ID: <20250520121021.00001fb3@huawei.com> In-Reply-To: <20250429172109.3199192-3-fabio.m.de.francesco@linux.intel.com> References: <20250429172109.3199192-1-fabio.m.de.francesco@linux.intel.com> <20250429172109.3199192-3-fabio.m.de.francesco@linux.intel.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500012.china.huawei.com (7.191.174.4) To frapeml500008.china.huawei.com (7.182.85.71) On Tue, 29 Apr 2025 19:21:07 +0200 "Fabio M. De Francesco" wrote: > Modify pci_print_aer() to take a printk() log level in preparation of a > patch that logs PCIe Components and Link errors from ELOG. > > Cc: Dan Williams > Acked-by: Bjorn Helgaas > Signed-off-by: Fabio M. De Francesco Fair enough on reasoning and it does what you describe so Reviewed-by: Jonathan Cameron