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 40FACA04A5 for ; Thu, 18 Jun 2020 15:53:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 383181BF53; Thu, 18 Jun 2020 15:53:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 83B541BF58; Thu, 18 Jun 2020 15:53:09 +0200 (CEST) In-Reply-To: <20200618135049.489773-4-bruce.richardson@intel.com> References: <20200618135049.489773-4-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200618135309.83B541BF58@dpdk.org> Date: Thu, 18 Jun 2020 15:53:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71727 [PATCH 3/4] eal: don't load drivers from insecure paths 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/71727 _coding style issues_ WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWOTH' are not preferred. Consider using octal permissions '0002'. #114: FILE: lib/librte_eal/common/eal_common_options.c:400: + if (st.st_mode & S_IWOTH) { total: 0 errors, 1 warnings, 102 lines checked