From: kernel test robot <lkp@intel.com>
To: Anna-Maria Behnsen <anna-maria@linutronix.de>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
"Thomas Weißschuh" <thomas.weissschuh@linutronix.de>,
"Nam Cao" <namcao@linutronix.de>
Subject: [thomas-weissschuh:vdso/store 51/51] arch/arm64/include/asm/vdso/compat_gettimeofday.h:165:46: warning: value size does not match register size specified by the constraint and modifier
Date: Sun, 15 Dec 2024 04:52:08 +0800 [thread overview]
Message-ID: <202412150418.DTevfJM2-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/thomas.weissschuh/linux.git vdso/store
head: bebedce7b4b3dd55df052f7c6c6160aad13d8f39
commit: bebedce7b4b3dd55df052f7c6c6160aad13d8f39 [51/51] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20241215/202412150418.DTevfJM2-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241215/202412150418.DTevfJM2-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/202412150418.DTevfJM2-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from <built-in>:3:
In file included from lib/vdso/gettimeofday.c:5:
In file included from include/vdso/datapage.h:220:
>> arch/arm64/include/asm/vdso/compat_gettimeofday.h:165:46: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
165 | asm volatile("mov %0, %1" : "=r"(ret) : "r"(vdso_u_timens_data));
| ^
1 warning generated.
--
In file included from <built-in>:3:
In file included from lib/vdso/gettimeofday.c:5:
In file included from include/vdso/datapage.h:220:
>> arch/arm64/include/asm/vdso/compat_gettimeofday.h:165:46: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
165 | asm volatile("mov %0, %1" : "=r"(ret) : "r"(vdso_u_timens_data));
| ^
1 warning generated.
vim +165 arch/arm64/include/asm/vdso/compat_gettimeofday.h
a7f71a2c8903f85 Vincenzo Frascino 2019-06-21 157
3503d56cc7233ce Andrei Vagin 2020-06-24 158 #ifdef CONFIG_TIME_NS
808094fcbf4196b Christophe Leroy 2021-03-31 159 static __always_inline
9cc578dc2437109 Nam Cao 2024-09-25 160 const struct vdso_time_data *__aarch64_get_vdso_u_timens_data(void)
3503d56cc7233ce Andrei Vagin 2020-06-24 161 {
9cc578dc2437109 Nam Cao 2024-09-25 162 const struct vdso_time_data *ret;
3503d56cc7233ce Andrei Vagin 2020-06-24 163
667440cd4ada160 Thomas Weißschuh 2024-09-11 164 /* See __aarch64_get_vdso_u_time_data(). */
667440cd4ada160 Thomas Weißschuh 2024-09-11 @165 asm volatile("mov %0, %1" : "=r"(ret) : "r"(vdso_u_timens_data));
3503d56cc7233ce Andrei Vagin 2020-06-24 166
3503d56cc7233ce Andrei Vagin 2020-06-24 167 return ret;
3503d56cc7233ce Andrei Vagin 2020-06-24 168 }
667440cd4ada160 Thomas Weißschuh 2024-09-11 169 #define __aarch64_get_vdso_u_timens_data __arch_get_vdso_u_timens_data
3503d56cc7233ce Andrei Vagin 2020-06-24 170 #endif
3503d56cc7233ce Andrei Vagin 2020-06-24 171
:::::: The code at line 165 was first introduced by commit
:::::: 667440cd4ada1608be2118918c0f3b907eb7e7f6 arm64: vdso: Switch to generic storage implementation
:::::: TO: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
:::::: CC: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-12-14 20:52 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=202412150418.DTevfJM2-lkp@intel.com \
--to=lkp@intel.com \
--cc=anna-maria@linutronix.de \
--cc=llvm@lists.linux.dev \
--cc=namcao@linutronix.de \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=thomas.weissschuh@linutronix.de \
/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