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 6E1CCA0519 for ; Fri, 3 Jul 2020 12:25:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 669881DB10; Fri, 3 Jul 2020 12:25:13 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 686591DB1F; Fri, 3 Jul 2020 12:25:10 +0200 (CEST) In-Reply-To: <20200703102332.1101232-4-bruce.richardson@intel.com> References: <20200703102332.1101232-4-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200703102510.686591DB1F@dpdk.org> Date: Fri, 3 Jul 2020 12:25:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw72974 [PATCH v3 3/4] eal: forbid loading 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/72974 _coding style issues_ WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWOTH' are not preferred. Consider using octal permissions '0002'. #133: FILE: lib/librte_eal/common/eal_common_options.c:430: + if (st.st_mode & S_IWOTH) { total: 0 errors, 1 warnings, 119 lines checked