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 F2021C61DA4 for ; Thu, 9 Mar 2023 17:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229968AbjCIRJh (ORCPT ); Thu, 9 Mar 2023 12:09:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230217AbjCIRJF (ORCPT ); Thu, 9 Mar 2023 12:09:05 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2772C497E2 for ; Thu, 9 Mar 2023 09:06:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D2375B81FFC for ; Thu, 9 Mar 2023 17:06:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16C99C433D2; Thu, 9 Mar 2023 17:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678381559; bh=RSAcqfw4DMiJLx3ImYjFMzMWkPOStE1x/RPh9faErv8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=et4WE6hm2isC5kXMdE+ecn3CDmiqVOOnkljYx1MXTIqaakWdZ4hwV1MXy5gmLRHLB cNno5cB/DxyAraiUtPwPo02Km5mxNUFNVuQB2UsM94wnYuHHbke28mgOtyBgJE1Ya7 +zotgLElptdLwreqs5LcYmcuVKoi5tl8O7VUSINo= Date: Thu, 9 Mar 2023 18:05:56 +0100 From: Greg Kroah-Hartman To: Quan Nguyen Cc: Arnd Bergmann , Paul Menzel , Joel Stanley , Andrew Jeffery , linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, Open Source Submission , Phong Vo , Thang Nguyen Subject: Re: [PATCH v2 2/2] misc: smpro-errmon: Add dimm training failure syndrome Message-ID: References: <20230228092010.1863419-1-quan@os.amperecomputing.com> <20230228092010.1863419-3-quan@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230228092010.1863419-3-quan@os.amperecomputing.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2023 at 04:20:10PM +0700, Quan Nguyen wrote: > Adds event_dimm[0-15]_syndrome sysfs to report the failure syndrome > to BMC when DIMM training failed. > > Signed-off-by: Quan Nguyen > --- > v2: > + Change "to initialized" to "to initialize" [Paul] > + Corrected kernel version to 6.3 [Greg,Paul] Sorry, but this is going to have to be 6.4 now. thanks, greg k-h