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 4136BC433EF for ; Fri, 1 Apr 2022 09:08:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230292AbiDAJKT (ORCPT ); Fri, 1 Apr 2022 05:10:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344322AbiDAJKS (ORCPT ); Fri, 1 Apr 2022 05:10:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8996CC6EEF for ; Fri, 1 Apr 2022 02:08:28 -0700 (PDT) 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 40AD7B82278 for ; Fri, 1 Apr 2022 09:08:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DA14C2BBE4; Fri, 1 Apr 2022 09:08:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648804105; bh=VpWFoo8koXh3P8W57Qm6RmVDfV9MbF66XtP4UlJRLxI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=l1IHSwha/sLmDnkMKXQYtTljiQB8SbgKdrjnBSyPaU0Hu4ERZ1u1vmm6ruIhCb/DO w/jxwos+UvC2iTq3kfKn2bYNW92UHhGkZX/T5Mx4SZ/US5eC7JkAwYBg2MhAP60Mae Vh1fwIzApAgNnZwCaG9mVd79E0Oerx21eJ47aSOU6ny9hwFpDM/NRSWsXCogPEJ89x Nh6Cqp5V6B1ItZD1wVQSy4L1RacK5PdJdngTXJdI4fg5OPZMk1UC22V0ouv3W2V7hx X7n4DT9ZmXkImSAg+xLi9hJpXafSpSZ9IzdDN15q2KJXSi522l0ZUsvIg6ayB37Wav H21BEkRf6VC/w== Date: Fri, 1 Apr 2022 11:08:21 +0200 From: Mauro Carvalho Chehab To: Xiaofei Tan Cc: , , , Subject: Re: [PATCH 0/4] rasdaemon: Some little fixes and add some modules support Message-ID: <20220401110821.751621ee@coco.lan> In-Reply-To: <20211020063340.26079-1-tanxiaofei@huawei.com> References: <20211020063340.26079-1-tanxiaofei@huawei.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Em Wed, 20 Oct 2021 14:33:36 +0800 Xiaofei Tan escreveu: > Some little fixes and add some modules support for kunpeng series. > > Xiaofei Tan (4): > rasdaemon: Fix the issue of sprintf data type mismatch in uuid_le() > rasdaemon: Fix the issue of command option -r for hip08 > rasdaemon: Fix some print format issues for hisi common error section > rasdaemon: Add some modules supported by hisi common error section > > non-standard-hisi_hip08.c | 6 +++--- > non-standard-hisilicon.c | 32 +++++++++++++++++++++----------- > ras-extlog-handler.c | 2 +- > ras-non-standard-handler.c | 4 ++-- > 4 files changed, 27 insertions(+), 17 deletions(-) > Patches applied, thanks! Thanks, Mauro