From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gnuweeb.org (Postfix) with ESMTPS id B21B07E382 for ; Fri, 13 May 2022 18:58:03 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=Ufh6QEft; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652468283; x=1684004283; h=date:from:to:cc:subject:message-id:mime-version; bh=Z+vEbge9pIhNAti5Pe/Yg9ZNvfIkr24jyYx7aMjAK24=; b=Ufh6QEftaheXM9Q2rNLUqA9sQZ5Ig9TPM+wdCdlqD1J7utZMQNnA3n0l yzq5AmUkkFzT+/LrkTMAWdnMds2mR0LcoJJ1L8USTHMColpCH/g90ONIO MpzjPRy4UzQkJBZ684478Mdub3wOEC0H43x32Hht3mf1UGdPzzziURhPH wwv7+YV0YcxPsWMf/5Hme2omMTEnFmSuBFzrp4gQqlQHzG9DZqdPVsz+D Rd1vt4GvVz3JY4NtK03A1yLGSnxwrTwA3UkU6DP9eCFmDNcEcFGGPEQk2 mv0Se4kMQx/QFCjRDa7GqX3Yn10rqPoDnFwW0XKcZhZvlb7DVDSNGUr2S w==; X-IronPort-AV: E=McAfee;i="6400,9594,10346"; a="270518024" X-IronPort-AV: E=Sophos;i="5.91,223,1647327600"; d="scan'208";a="270518024" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2022 11:58:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,223,1647327600"; d="scan'208";a="567322498" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 13 May 2022 11:58:00 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1npaUB-000M1s-UX; Fri, 13 May 2022 18:57:59 +0000 Date: Sat, 14 May 2022 02:57:03 +0800 From: kernel test robot To: David Howells Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 24/29] net/rxrpc/output.c:23:19: warning: unused variable 'sa' Message-ID: <202205140208.yDJeqbHV-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/rxrpc-ringless head: 48069f411991d171a7d5f1b963e86b737f43e046 commit: e990934c7b43d158004ce640db9f1d3259cbdc3a [24/29] rxrpc: Call udp_sendmsg() directly config: i386-randconfig-a006 (https://download.01.org/0day-ci/archive/20220514/202205140208.yDJeqbHV-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 38189438b69ca27b4c6ce707c52dbd217583d046) 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/ammarfaizi2/linux-block/commit/e990934c7b43d158004ce640db9f1d3259cbdc3a git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/rxrpc-ringless git checkout e990934c7b43d158004ce640db9f1d3259cbdc3a # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash net/rxrpc/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> net/rxrpc/output.c:23:19: warning: unused variable 'sa' [-Wunused-variable] struct sockaddr *sa = msg->msg_name; ^ 1 warning generated. vim +/sa +23 net/rxrpc/output.c 20 21 static ssize_t do_udp_sendmsg(struct socket *sk, struct msghdr *msg, size_t len) 22 { > 23 struct sockaddr *sa = msg->msg_name; 24 -- 0-DAY CI Kernel Test Service https://01.org/lkp