From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 284F8A09F6 for ; Fri, 18 Dec 2020 11:32:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B7C1BCAC0; Fri, 18 Dec 2020 11:32:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 193CFCAAE; Fri, 18 Dec 2020 11:32:20 +0100 (CET) In-Reply-To: <20201218192109.50098-1-zhihongx.peng@intel.com> References: <20201218192109.50098-1-zhihongx.peng@intel.com> To: test-report@dpdk.org Cc: Peng Zhihong Message-Id: <20201218103220.193CFCAAE@dpdk.org> Date: Fri, 18 Dec 2020 11:32:20 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85444 [RFC] mem_debug add more log X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/85444 _coding style issues_ WARNING:TYPO_SPELLING: 'memeory' may be misspelled - perhaps 'memory'? #60: a) When a memeory overlflow occur in rte_free, there is a little log WARNING:TYPO_SPELLING: 'overlflow' may be misspelled - perhaps 'overflow'? #60: a) When a memeory overlflow occur in rte_free, there is a little log WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'? #67: is not released and an overflow is occured and also the second block WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #68: of memory is covered, a memory overflow will be detected once the second WARNING:TYPO_SPELLING: 'funcation' may be misspelled - perhaps 'function'? #96: memory on the list. Call this funcation manually at the exit WARNING:TYPO_SPELLING: 'erro' may be misspelled - perhaps 'error'? #266: FILE: lib/librte_eal/common/rte_malloc.c:726: + printf("%s mallco te erro. ", __func__); WARNING:TYPO_SPELLING: 'erro' may be misspelled - perhaps 'error'? #273: FILE: lib/librte_eal/common/rte_malloc.c:733: + printf("%s mallco debug_info erro. ", __func__); WARNING:TYPO_SPELLING: 'erro' may be misspelled - perhaps 'error'? #280: FILE: lib/librte_eal/common/rte_malloc.c:740: + printf("%s mallco file erro. ", __func__); WARNING:TYPO_SPELLING: 'erro' may be misspelled - perhaps 'error'? #286: FILE: lib/librte_eal/common/rte_malloc.c:746: + printf("%s mallco func erro. ", __func__); total: 0 errors, 9 warnings, 593 lines checked ERROR: symbol rte_calloc_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_calloc_socket_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_malloc_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_malloc_socket_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_malloc_validate_all_memory is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_mcfg_malloc_debug_read_lock is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_mcfg_malloc_debug_read_unlock is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_mcfg_malloc_debug_write_lock is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_mcfg_malloc_debug_write_unlock is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_realloc_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map INFO: symbol rte_realloc_socket_debug has been added to the EXPERIMENTAL section of the version map ERROR: symbol rte_zmalloc_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_zmalloc_socket_debug is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map