From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B36E345482 for ; Mon, 17 Jun 2024 16:15:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE71E4065E; Mon, 17 Jun 2024 16:15:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 031054065E for ; Mon, 17 Jun 2024 16:15:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E597F124124; Mon, 17 Jun 2024 16:15:22 +0200 (CEST) Subject: |WARNING| pw141207 [PATCH] vhost: Fix the crash caused by accessing the released memory In-Reply-To: <20240617033539.36949-1-15957197901@163.com> References: <20240617033539.36949-1-15957197901@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: zhaoxinxin <15957197901@163.com> Message-Id: <20240617141522.E597F124124@dpdk.org> Date: Mon, 17 Jun 2024 16:15:22 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/141207 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #59: The rte_vhost_driver_unregister() 、vhost_user_read_cb()、vhost_user_client_reconnect() can be called at the same time by 3 threads. total: 0 errors, 1 warnings, 8 lines checked