* [stffrdhrn:or1k-rseq 5/5] tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once.
@ 2024-12-27 0:56 kernel test robot
2024-12-27 1:31 ` Philip Li
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2024-12-27 0:56 UTC (permalink / raw)
To: Stafford Horne; +Cc: oe-kbuild-all
tree: https://github.com/stffrdhrn/linux.git or1k-rseq
head: 1fa73dd6c2d3c915af3f33929f8a9b437d7cd112
commit: 1fa73dd6c2d3c915af3f33929f8a9b437d7cd112 [5/5] rseq/selftests: Add support for OpenRISC
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
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/202412270840.23RVr7Xf-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once.
vim +158 tools/testing/selftests/rseq/rseq-or1k.h
155
156 #define RSEQ_TEMPLATE_CPU_ID
157 #define RSEQ_TEMPLATE_MO_RELAXED
> 158 #include "rseq-or1k-bits.h"
159 #undef RSEQ_TEMPLATE_MO_RELAXED
160
161 #define RSEQ_TEMPLATE_MO_RELEASE
> 162 #include "rseq-or1k-bits.h"
163 #undef RSEQ_TEMPLATE_MO_RELEASE
164 #undef RSEQ_TEMPLATE_CPU_ID
165
166 /* Per-mm-cid indexing. */
167
168 #define RSEQ_TEMPLATE_MM_CID
169 #define RSEQ_TEMPLATE_MO_RELAXED
> 170 #include "rseq-or1k-bits.h"
171 #undef RSEQ_TEMPLATE_MO_RELAXED
172
173 #define RSEQ_TEMPLATE_MO_RELEASE
> 174 #include "rseq-or1k-bits.h"
175 #undef RSEQ_TEMPLATE_MO_RELEASE
176 #undef RSEQ_TEMPLATE_MM_CID
177
178 /* APIs which are not based on cpu ids. */
179
180 #define RSEQ_TEMPLATE_CPU_ID_NONE
181 #define RSEQ_TEMPLATE_MO_RELAXED
> 182 #include "rseq-or1k-bits.h"
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [stffrdhrn:or1k-rseq 5/5] tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once.
2024-12-27 0:56 [stffrdhrn:or1k-rseq 5/5] tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once kernel test robot
@ 2024-12-27 1:31 ` Philip Li
0 siblings, 0 replies; 2+ messages in thread
From: Philip Li @ 2024-12-27 1:31 UTC (permalink / raw)
To: kernel test robot; +Cc: Stafford Horne, oe-kbuild-all
On Fri, Dec 27, 2024 at 08:56:31AM +0800, kernel test robot wrote:
> tree: https://github.com/stffrdhrn/linux.git or1k-rseq
> head: 1fa73dd6c2d3c915af3f33929f8a9b437d7cd112
> commit: 1fa73dd6c2d3c915af3f33929f8a9b437d7cd112 [5/5] rseq/selftests: Add support for OpenRISC
> compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
>
> 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/202412270840.23RVr7Xf-lkp@intel.com/
>
> includecheck warnings: (new ones prefixed by >>)
> >> tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once.
Sorry, kindly ignore this report, it should be a false positive.
>
> vim +158 tools/testing/selftests/rseq/rseq-or1k.h
>
> 155
> 156 #define RSEQ_TEMPLATE_CPU_ID
> 157 #define RSEQ_TEMPLATE_MO_RELAXED
> > 158 #include "rseq-or1k-bits.h"
> 159 #undef RSEQ_TEMPLATE_MO_RELAXED
> 160
> 161 #define RSEQ_TEMPLATE_MO_RELEASE
> > 162 #include "rseq-or1k-bits.h"
> 163 #undef RSEQ_TEMPLATE_MO_RELEASE
> 164 #undef RSEQ_TEMPLATE_CPU_ID
> 165
> 166 /* Per-mm-cid indexing. */
> 167
> 168 #define RSEQ_TEMPLATE_MM_CID
> 169 #define RSEQ_TEMPLATE_MO_RELAXED
> > 170 #include "rseq-or1k-bits.h"
> 171 #undef RSEQ_TEMPLATE_MO_RELAXED
> 172
> 173 #define RSEQ_TEMPLATE_MO_RELEASE
> > 174 #include "rseq-or1k-bits.h"
> 175 #undef RSEQ_TEMPLATE_MO_RELEASE
> 176 #undef RSEQ_TEMPLATE_MM_CID
> 177
> 178 /* APIs which are not based on cpu ids. */
> 179
> 180 #define RSEQ_TEMPLATE_CPU_ID_NONE
> 181 #define RSEQ_TEMPLATE_MO_RELAXED
> > 182 #include "rseq-or1k-bits.h"
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-27 1:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 0:56 [stffrdhrn:or1k-rseq 5/5] tools/testing/selftests/rseq/rseq-or1k.h: rseq-or1k-bits.h is included more than once kernel test robot
2024-12-27 1:31 ` Philip Li
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.