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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 A349CC432C0 for ; Tue, 26 Nov 2019 12:16:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E3542075C for ; Tue, 26 Nov 2019 12:16:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727698AbfKZMQA (ORCPT ); Tue, 26 Nov 2019 07:16:00 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:6711 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727638AbfKZMQA (ORCPT ); Tue, 26 Nov 2019 07:16:00 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id CB5DEF9A712ED0DF5A3D; Tue, 26 Nov 2019 20:15:55 +0800 (CST) Received: from localhost.localdomain (10.69.192.58) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.439.0; Tue, 26 Nov 2019 20:15:45 +0800 From: Xiaofei Tan To: , CC: Xiaofei Tan , , , Subject: [PATCH v2 0/9] rasdaemon: fix some issues reported by static code analysis Date: Tue, 26 Nov 2019 20:12:27 +0800 Message-ID: <1574770356-129510-1-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.58] X-CFilter-Loop: Reflected Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org Fix some issues reported by static code analysis. Changelogs: v1->v2: * 1.Remove two accepted patches. * 2.Optimize the buffer pointer check macro. * 3.Add patch "rasdaemon: fix case style issues for enum constant". * 4.Add patch "rasdaemon: add default branch for switch statement". Xiaofei Tan (9): rasdaemon: decode submodule of OEM type1 for hip08 rasdaemon: fix sub module name of HHA and DDRC for hip08 rasdaemon: split OEM type1 table decode function to reduce length rasdaemon: split OEM type2 table decode function to reduce length rasdaemon: split PCIe local table decode function to reduce length rasdaemon: fix magic number issues reported by static code analysis for hip08 rasdaemon: replace sprintf with snprintf for hip08 rasdaemon: fix case style issues for enum constant rasdaemon: add default branch for switch statement non-standard-hisi_hip08.c | 885 ++++++++++++++++++++++++++++++---------------- 1 file changed, 574 insertions(+), 311 deletions(-) -- 2.8.1