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 E5AF8C4167B for ; Fri, 8 Dec 2023 16:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1574167AbjLHQyF (ORCPT ); Fri, 8 Dec 2023 11:54:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233657AbjLHQyD (ORCPT ); Fri, 8 Dec 2023 11:54:03 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 581B1122 for ; Fri, 8 Dec 2023 08:54:10 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9764C433C7; Fri, 8 Dec 2023 16:54:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702054450; bh=rP/BoOBw5Wi94QQViNnTX6vvAn+7yt+JtMx5Ri2ncHg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=gKbjRSiLzKZGNfUhMQYIhifZWczNaZ9Eq9Y/tEFab9uHQVOGKz6HA/NHsmKfb4+F0 ziNTw7QEuFW3K1TVs+9ymfmioHfwlGaVZyDlztuDUlQkwOIqD8xt9R6GK+EOu/hedI ClP8X+Mn4Hd8nHmb2plwGYUzPBX1w3eEUBWE5PoZ2Ct4LJT1mvPAZzxmR6omMexi+E j4gojDtzEboOoouSbEhJR7yc53+v7J3Sw08YnRlXOQBURkjDHHNDs/VBLZP4dhEb1U lKlhHNJT1rGCTRI3HPGWVnHEu/ov/1ssZpmNGReWp8NGD9cHvl7T5aPoKtxFpPxbd9 kRujdfw9HwrBA== Date: Fri, 8 Dec 2023 10:54:08 -0600 From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Mahesh J Salgaonkar , Oliver O'Halloran , Robert Richter , Terry Bowman , Kai-Heng Feng , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , Jonathan Cameron Subject: Re: [PATCH 0/3] PCI/AER: Clean up logging Message-ID: <20231208165408.GA796794@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231206224231.732765-1-helgaas@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [+cc Jonathan] On Wed, Dec 06, 2023 at 04:42:28PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Clean up some minor AER logging issues: > > - Log as "Correctable errors", not "Corrected errors" > > - Decode the Requester ID when we couldn't find detail error info > > Bjorn Helgaas (3): > PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errors > PCI/AER: Decode Requester ID when no error info found > PCI/AER: Use explicit register sizes for struct members > > drivers/pci/pcie/aer.c | 19 ++++++++++++------- > include/linux/aer.h | 8 ++++---- > 2 files changed, 16 insertions(+), 11 deletions(-) Applied to pci/aer for v6.8. Thanks, Jonathan, for your time in taking a look.