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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 88B7AC4338F for ; Wed, 25 Aug 2021 08:20:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63D5561374 for ; Wed, 25 Aug 2021 08:20:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239308AbhHYIVe (ORCPT ); Wed, 25 Aug 2021 04:21:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:47550 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230426AbhHYIV1 (ORCPT ); Wed, 25 Aug 2021 04:21:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2B8F3610F7; Wed, 25 Aug 2021 08:20:39 +0000 (UTC) Date: Wed, 25 Aug 2021 10:20:37 +0200 From: Christian Brauner To: kernel test robot Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Namjae Jeon , Steve French Subject: Re: [smfrench-smb3-kernel:pr/65 143/143] fs/ksmbd/smb2pdu.c:5640:6: warning: variable 'user_ns' is used uninitialized whenever 'if' condition is true Message-ID: <20210825082037.iuy5gndi4n2uyep7@wittgenstein> References: <202108251550.SXFHPzdJ-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202108251550.SXFHPzdJ-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 25, 2021 at 03:14:01PM +0800, kernel test robot wrote: > tree: git://github.com/smfrench/smb3-kernel.git pr/65 > head: 4b499755e1024f97e75411920a404b357af6e153 > commit: 4b499755e1024f97e75411920a404b357af6e153 [143/143] ksmbd: fix lookup on idmapped mounts > config: hexagon-randconfig-r041-20210824 (attached as .config) > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d26000e4cc2bc65e207a84fa26cb6e374d60aa12) > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://github.com/smfrench/smb3-kernel/commit/4b499755e1024f97e75411920a404b357af6e153 > git remote add smfrench-smb3-kernel git://github.com/smfrench/smb3-kernel.git > git fetch --no-tags smfrench-smb3-kernel pr/65 > git checkout 4b499755e1024f97e75411920a404b357af6e153 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot Thanks for the report but this is outdated and requires a patch that sits in David Sterba's for-next tree. So this is safe to ignore. Feels like this probably should only go to the authors, kbuild-all and clang-built-linux lists similar to what the intel built bot does. Otherwise this generates a lot of unneeded noise. Just my 2 cents. Christian