Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Vadim Fedorenko <vadfed@meta.com>,
	Vadim Fedorenko <vadim.fedorenko@linux.dev>,
	Michael Chan <michael.chan@broadcom.com>,
	Pavan Chebbi <pavan.chebbi@broadcom.com>,
	Jakub Kicinski <kuba@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Richard Cochran <richardcochran@gmail.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net v3] bnxt_en: improve TX timestamping FIFO configuration
Date: Thu, 24 Apr 2025 16:21:23 +0800	[thread overview]
Message-ID: <202504241656.J2g5XHHz-lkp@intel.com> (raw)
In-Reply-To: <20250423103351.868959-1-vadfed@meta.com>

Hi Vadim,

kernel test robot noticed the following build warnings:

[auto build test WARNING on net/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Vadim-Fedorenko/bnxt_en-improve-TX-timestamping-FIFO-configuration/20250423-185028
base:   net/main
patch link:    https://lore.kernel.org/r/20250423103351.868959-1-vadfed%40meta.com
patch subject: [PATCH net v3] bnxt_en: improve TX timestamping FIFO configuration
config: i386-buildonly-randconfig-004-20250424 (https://download.01.org/0day-ci/archive/20250424/202504241656.J2g5XHHz-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250424/202504241656.J2g5XHHz-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504241656.J2g5XHHz-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c:1129:6: warning: unused variable 'i' [-Wunused-variable]
    1129 |         int i;
         |             ^
   1 warning generated.


vim +/i +1129 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c

118612d519d83b Michael Chan 2021-06-27  1125  
118612d519d83b Michael Chan 2021-06-27  1126  void bnxt_ptp_clear(struct bnxt *bp)
118612d519d83b Michael Chan 2021-06-27  1127  {
118612d519d83b Michael Chan 2021-06-27  1128  	struct bnxt_ptp_cfg *ptp = bp->ptp_cfg;
8aa2a79e9b95ea Pavan Chebbi 2024-06-28 @1129  	int i;

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

           reply	other threads:[~2025-04-24  8:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250423103351.868959-1-vadfed@meta.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202504241656.J2g5XHHz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kuba@kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=michael.chan@broadcom.com \
    --cc=netdev@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pavan.chebbi@broadcom.com \
    --cc=richardcochran@gmail.com \
    --cc=vadfed@meta.com \
    --cc=vadim.fedorenko@linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox