From: kernel test robot <lkp@intel.com>
To: Joel Granados <joel.granados@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [joel-granados:jag/no-macro-conv 22/28] kernel/sysctl.c:1062:1: error: expected identifier or '('
Date: Tue, 9 Dec 2025 03:33:12 +0800 [thread overview]
Message-ID: <202512090311.b4EI1VT0-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/joel.granados/linux.git jag/no-macro-conv
head: 2728b6e9ae21d434fa0398d74843da3ae11235a3
commit: 67e8f7821aa32fb3308bed04113e0106fbe45711 [22/28] sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=n
config: powerpc64-randconfig-002-20251208 (https://download.01.org/0day-ci/archive/20251209/202512090311.b4EI1VT0-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 6ec8c4351cfc1d0627d1633b02ea787bd29c77d8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251209/202512090311.b4EI1VT0-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/202512090311.b4EI1VT0-lkp@intel.com/
All errors (new ones prefixed by >>):
>> kernel/sysctl.c:1062:1: error: expected identifier or '('
1062 | {
| ^
1 error generated.
vim +1062 kernel/sysctl.c
1057
1058 int proc_douintvec_conv(const struct ctl_table *table, int write, void *buffer,
1059 size_t *lenp, loff_t *ppos,
1060 int (*conv)(unsigned long *lvalp, unsigned int *valp,
1061 int write, const struct ctl_table *table));
> 1062 {
1063 return -ENOSYS;
1064 }
1065
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-12-08 19:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202512090311.b4EI1VT0-lkp@intel.com \
--to=lkp@intel.com \
--cc=joel.granados@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