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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham 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 78834C433E2 for ; Tue, 1 Sep 2020 06:34:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4A4E62098B for ; Tue, 1 Sep 2020 06:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598942048; bh=Ad3Sw2BiWmseZCUV4/cWl6c+iXr6HgfOMEYjR5gqfQ4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=R65Gjxdy2liqq1UMTBkUaDGkvjnknA208IAPWaLhXgpR2OT6YvzOlJRNZVHez1uS8 wuCx8BYSrmpCnJ2LVVb6MVZX59Fsh8Xda+N3pSC6Lo3JIR2dlXr+pzzbNQ9t827OaL KIfXu2ULVUcGUKl2qgnm74JcuzGGLJPi5rW7r1EA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726012AbgIAGeI (ORCPT ); Tue, 1 Sep 2020 02:34:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:49196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726006AbgIAGeH (ORCPT ); Tue, 1 Sep 2020 02:34:07 -0400 Received: from coco.lan (ip5f5ad5cf.dynamic.kabel-deutschland.de [95.90.213.207]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 074A02087D; Tue, 1 Sep 2020 06:34:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598942047; bh=Ad3Sw2BiWmseZCUV4/cWl6c+iXr6HgfOMEYjR5gqfQ4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=L+CV54ko51AWprklx8zS7MvGxka2is2oKme0PyeS4ioAipxt31xiVjk9SegOJxzeW GWhmcWfl1cnRRIvrZj1JiiABqgDjRBfpJzZpIe8X5NGeqDC9+NzhkUcQ8F5WsQTuna 7z0IIpx1byTOY4ErSsVufu7Ai3glv3niQ7exa/BE= Date: Tue, 1 Sep 2020 08:34:03 +0200 From: Mauro Carvalho Chehab To: Shiju Jose Cc: , , , Subject: Re: [PATCH 1/1] rasdaemon: Modify non-standard error decoding interface using linked list Message-ID: <20200901083403.7c199bd7@coco.lan> In-Reply-To: <20200810144256.1311-1-shiju.jose@huawei.com> References: <20200810144256.1311-1-shiju.jose@huawei.com> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Em Mon, 10 Aug 2020 15:42:56 +0100 Shiju Jose escreveu: > Replace the current non-standard error decoding interface with the > interface based on the linked list to avoid using realloc and > to improve the interface. > > Signed-off-by: Shiju Jose Patch merged, thanks! Thanks, Mauro