Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp220563pxb; Wed, 25 Aug 2021 01:21:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyAIgLfn6kCWSjAmnSTsGdVSLyuz5uD3frkXhP7YhVuTT7n7pP/QXhwvAgYpC9YBB8hRyP6 X-Received: by 2002:a05:6e02:1aa8:: with SMTP id l8mr28436879ilv.226.1629879713728; Wed, 25 Aug 2021 01:21:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629879713; cv=none; d=google.com; s=arc-20160816; b=lu7V+G0Zmbbb5PENkUzaRINesp2iIoOhN7NKY3gsi9C2EhH6J30l5+fOrytYX5DLpC KZ0iYwtIbmMOroOncsOw8ammuknk4l1vsh39I7HGo7K9bktx3PlBfcsTzY8J/taf+quF NFK5JwD0ydyWDsaR6+wuawtibQkb5a6UDmWyTc3uVQc2an3OBqxzRH9czOcSVuVbIbZh 5zbYJNx5nCNUQ1kviDmNPXaML5nAtVHz/JWdHnrsVl75MJqwCOjqBo9JssOff+UvJtWZ mMjGQmPPoYevW8hZ8/4nNKBDymtFxr1wztnpWQka1RrpUJw7I+cEmzBJ+NQMYk21KefE OMYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=SX/imUvITeBZPgTMJ22hA2lECMQNEDUpERvBFPfSAVY=; b=snpp4VUTpRF8x4vXtsX2/1t4ib3wN5ZtOwoR0EcNwjrRjufGR7+hU/+r6Oogh/ALCk v6gkc2xTZcS5TIb+HiSSf4t/6K6pLkt6SxwDeOHDKhwFw9HGCoCQnZA0p3jKRJsJxt+6 pg/N85n7reajI9Y3MqQ8ZDSvdFDKXoUtrPZgjXztAbvgrlh4cDCoJsWJF3F/qy7uG7gk /uPBaLaiYfpGZYeJey/zs4pdSeTn0rzw55SVmbVWmwQU12qiRUPV7DW08MNKNDTo3UKh D/VrNILa8VRzZOiPph5lwcZFDwNCc4jQmlB2hYAs8wjzKUf8zqTSiPxQthkuh8LA1utU nylQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m6si21667426iol.83.2021.08.25.01.21.41; Wed, 25 Aug 2021 01:21:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239005AbhHYIVd (ORCPT + 99 others); Wed, 25 Aug 2021 04:21:33 -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