From: kernel test robot <lkp@intel.com>
To: "Björn Töpel" <bjorn@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC net-next 2/4] ethtool: module: Add CMIS loopback GET/SET support
Date: Fri, 20 Feb 2026 19:28:21 +0800 [thread overview]
Message-ID: <202602201933.l8JXzIMt-lkp@intel.com> (raw)
In-Reply-To: <20260219130050.2390226-3-bjorn@kernel.org>
Hi Björn,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:
[auto build test WARNING on 37a93dd5c49b5fda807fd204edf2547c3493319c]
url: https://github.com/intel-lab-lkp/linux/commits/Bj-rn-T-pel/ethtool-module-Define-CMIS-loopback-YAML-spec-and-UAPI/20260219-210654
base: 37a93dd5c49b5fda807fd204edf2547c3493319c
patch link: https://lore.kernel.org/r/20260219130050.2390226-3-bjorn%40kernel.org
patch subject: [RFC net-next 2/4] ethtool: module: Add CMIS loopback GET/SET support
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20260220/202602201933.l8JXzIMt-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260220/202602201933.l8JXzIMt-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/202602201933.l8JXzIMt-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> net/ethtool/module.c:88:2: warning: label at end of compound statement is a C2x extension [-Wc2x-extensions]
}
^
1 warning generated.
vim +88 net/ethtool/module.c
76
77 static bool module_is_cmis(u8 phys_id)
78 {
79 switch (phys_id) {
80 case SFF8024_ID_QSFP_DD:
81 case SFF8024_ID_OSFP:
82 case SFF8024_ID_DSFP:
83 case SFF8024_ID_QSFP_PLUS_CMIS:
84 case SFF8024_ID_SFP_DD_CMIS:
85 case SFF8024_ID_SFP_PLUS_CMIS:
86 return true;
87 default:
> 88 }
89 return false;
90 }
91
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-02-20 11:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260219130050.2390226-3-bjorn@kernel.org>
2026-02-20 3:09 ` [RFC net-next 2/4] ethtool: module: Add CMIS loopback GET/SET support kernel test robot
2026-02-20 11:28 ` kernel test robot [this message]
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=202602201933.l8JXzIMt-lkp@intel.com \
--to=lkp@intel.com \
--cc=bjorn@kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.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