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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96AADC433DF for ; Tue, 19 May 2020 09:01:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7614A2088E for ; Tue, 19 May 2020 09:01:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726388AbgESJBr (ORCPT ); Tue, 19 May 2020 05:01:47 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:4863 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726333AbgESJBr (ORCPT ); Tue, 19 May 2020 05:01:47 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 4050DD1B439CB79384C7; Tue, 19 May 2020 17:01:42 +0800 (CST) Received: from [127.0.0.1] (10.74.185.4) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.487.0; Tue, 19 May 2020 17:01:31 +0800 Subject: Re: [PATCH rasdaemon 0/2] support l3tag&l3data decoding and one fix To: , , Mauro Carvalho Chehab References: <1584954845-21094-1-git-send-email-tanxiaofei@huawei.com> CC: , , From: Xiaofei Tan Message-ID: <5EC3A06B.2020106@huawei.com> Date: Tue, 19 May 2020 17:01:31 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1584954845-21094-1-git-send-email-tanxiaofei@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.74.185.4] X-CFilter-Loop: Reflected Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Hi Mauro Could you please help to review this patch set. thanks. On 2020/3/23 17:14, Xiaofei Tan wrote: > This patch set does two things: > 1.add decoding for two modules, l3tag and l3data. > 2.fix the issue that non standard decoder can't work in pthread way. > > t00396350 (2): > rasdaemon: add support of l3tag and l3data in hip08 OEM format2 > rasdaemon: fix the issue that non standard decoder can't work in > pthread way > > non-standard-hisi_hip08.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ > ras-events.c | 8 ++------ > 2 files changed, 46 insertions(+), 6 deletions(-) > -- thanks tanxiaofei