From: kernel test robot <lkp@intel.com>
To: Ben Dooks <ben.dooks@codethink.co.uk>, bpf@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
Ben Dooks <ben.dooks@codethink.co.uk>
Subject: Re: [PATCH] bpf: add __printf() to for printf fmt strings
Date: Thu, 23 Nov 2023 11:16:59 +0800 [thread overview]
Message-ID: <202311231030.yBuPn92M-lkp@intel.com> (raw)
In-Reply-To: <20231122133656.290475-1-ben.dooks@codethink.co.uk>
Hi Ben,
kernel test robot noticed the following build warnings:
[auto build test WARNING on bpf-next/master]
[also build test WARNING on bpf/master linus/master v6.7-rc2 next-20231122]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Ben-Dooks/bpf-add-__printf-to-for-printf-fmt-strings/20231122-231149
base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
patch link: https://lore.kernel.org/r/20231122133656.290475-1-ben.dooks%40codethink.co.uk
patch subject: [PATCH] bpf: add __printf() to for printf fmt strings
config: x86_64-randconfig-161-20231123 (https://download.01.org/0day-ci/archive/20231123/202311231030.yBuPn92M-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231123/202311231030.yBuPn92M-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/202311231030.yBuPn92M-lkp@intel.com/
All warnings (new ones prefixed by >>):
kernel/bpf/btf.c: In function 'btf_type_seq_show_flags':
>> kernel/bpf/btf.c:7100:14: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
7100 | sseq.showfn = btf_seq_show;
| ^
kernel/bpf/btf.c: In function 'btf_type_snprintf_show':
kernel/bpf/btf.c:7151:24: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
7151 | ssnprintf.show.showfn = btf_snprintf_show;
| ^
vim +7100 kernel/bpf/btf.c
31d0bc81637d8d Alan Maguire 2020-09-28 7093
eb411377aed9e2 Alan Maguire 2020-09-28 7094 int btf_type_seq_show_flags(const struct btf *btf, u32 type_id,
31d0bc81637d8d Alan Maguire 2020-09-28 7095 void *obj, struct seq_file *m, u64 flags)
31d0bc81637d8d Alan Maguire 2020-09-28 7096 {
31d0bc81637d8d Alan Maguire 2020-09-28 7097 struct btf_show sseq;
31d0bc81637d8d Alan Maguire 2020-09-28 7098
31d0bc81637d8d Alan Maguire 2020-09-28 7099 sseq.target = m;
31d0bc81637d8d Alan Maguire 2020-09-28 @7100 sseq.showfn = btf_seq_show;
31d0bc81637d8d Alan Maguire 2020-09-28 7101 sseq.flags = flags;
31d0bc81637d8d Alan Maguire 2020-09-28 7102
31d0bc81637d8d Alan Maguire 2020-09-28 7103 btf_type_show(btf, type_id, obj, &sseq);
31d0bc81637d8d Alan Maguire 2020-09-28 7104
31d0bc81637d8d Alan Maguire 2020-09-28 7105 return sseq.state.status;
31d0bc81637d8d Alan Maguire 2020-09-28 7106 }
31d0bc81637d8d Alan Maguire 2020-09-28 7107
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2023-11-23 3:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 13:36 [PATCH] bpf: add __printf() to for printf fmt strings Ben Dooks
2023-11-22 15:26 ` Daniel Borkmann
2023-11-22 16:44 ` Alan Maguire
2023-12-08 17:26 ` Ben Dooks
2023-11-23 3:16 ` 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=202311231030.yBuPn92M-lkp@intel.com \
--to=lkp@intel.com \
--cc=ben.dooks@codethink.co.uk \
--cc=bpf@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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