Hi Arnd, I love your patch! Yet something to improve: [auto build test ERROR on arm/for-next] [also build test ERROR on m68knommu/for-next linus/master v5.10-rc1 next-20201030] [cannot apply to m68k/for-next] [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] url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/timers-clean-up-ARCH_GETTIMEOFFSET-LEGACY_TIMER_TICK/20201031-222238 base: git://git.armlinux.org.uk/~rmk/linux-arm.git for-next config: arm-h3600_defconfig compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/932488e866e4dfed64c8d2876d2f8881cfbcde6c git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Arnd-Bergmann/timers-clean-up-ARCH_GETTIMEOFFSET-LEGACY_TIMER_TICK/20201031-222238 git checkout 932488e866e4dfed64c8d2876d2f8881cfbcde6c COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm h3600_defconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> arch/arm/Kconfig:272: syntax error arch/arm/Kconfig:271: invalid statement arch/arm/Kconfig:272: invalid statement arch/arm/Kconfig:273: invalid statement arch/arm/Kconfig:274: invalid statement arch/arm/Kconfig:275: invalid statement arch/arm/Kconfig:276: unknown statement "Please" arch/arm/Kconfig:277:warning: ignoring unsupported character '.' arch/arm/Kconfig:277: unknown statement "location" make[2]: *** [scripts/kconfig/Makefile:88: h3600_defconfig] Error 1 make[1]: *** [Makefile:604: h3600_defconfig] Error 2 make: *** [Makefile:185: __sub-make] Error 2 make: Target 'h3600_defconfig' not remade because of errors. -- >> arch/arm/Kconfig:272: syntax error arch/arm/Kconfig:271: invalid statement arch/arm/Kconfig:272: invalid statement arch/arm/Kconfig:273: invalid statement arch/arm/Kconfig:274: invalid statement arch/arm/Kconfig:275: invalid statement arch/arm/Kconfig:276: unknown statement "Please" arch/arm/Kconfig:277:warning: ignoring unsupported character '.' arch/arm/Kconfig:277: unknown statement "location" make[2]: *** [scripts/kconfig/Makefile:71: oldconfig] Error 1 make[1]: *** [Makefile:604: oldconfig] Error 2 make: *** [Makefile:185: __sub-make] Error 2 make: Target 'oldconfig' not remade because of errors. -- >> arch/arm/Kconfig:272: syntax error arch/arm/Kconfig:271: invalid statement arch/arm/Kconfig:272: invalid statement arch/arm/Kconfig:273: invalid statement arch/arm/Kconfig:274: invalid statement arch/arm/Kconfig:275: invalid statement arch/arm/Kconfig:276: unknown statement "Please" arch/arm/Kconfig:277:warning: ignoring unsupported character '.' arch/arm/Kconfig:277: unknown statement "location" make[2]: *** [scripts/kconfig/Makefile:71: olddefconfig] Error 1 make[1]: *** [Makefile:604: olddefconfig] Error 2 make: *** [Makefile:185: __sub-make] Error 2 make: Target 'olddefconfig' not remade because of errors. vim +272 arch/arm/Kconfig 60460abffc7152 Seung-Woo Kim 2013-02-06 164 75e7153abd220f Ralf Baechle 2007-02-09 165 config SYS_SUPPORTS_APM_EMULATION 75e7153abd220f Ralf Baechle 2007-02-09 166 bool 75e7153abd220f Ralf Baechle 2007-02-09 167 bc581770cfdd8c Linus Walleij 2009-09-15 168 config HAVE_TCM bc581770cfdd8c Linus Walleij 2009-09-15 169 bool bc581770cfdd8c Linus Walleij 2009-09-15 170 select GENERIC_ALLOCATOR bc581770cfdd8c Linus Walleij 2009-09-15 171 e119bfff1f102f Russell King 2010-01-10 172 config HAVE_PROC_CPU e119bfff1f102f Russell King 2010-01-10 173 bool e119bfff1f102f Russell King 2010-01-10 174 ce816fa88cca08 Uwe Kleine-König 2014-04-07 175 config NO_IOPORT_MAP 5ea81769940034 Al Viro 2007-02-11 176 bool 5ea81769940034 Al Viro 2007-02-11 177 ^1da177e4c3f41 Linus Torvalds 2005-04-16 178 config SBUS ^1da177e4c3f41 Linus Torvalds 2005-04-16 179 bool ^1da177e4c3f41 Linus Torvalds 2005-04-16 180 f16fb1ecc5a1cb Russell King 2007-04-28 181 config STACKTRACE_SUPPORT f16fb1ecc5a1cb Russell King 2007-04-28 182 bool f16fb1ecc5a1cb Russell King 2007-04-28 183 default y f16fb1ecc5a1cb Russell King 2007-04-28 184 f16fb1ecc5a1cb Russell King 2007-04-28 185 config LOCKDEP_SUPPORT f16fb1ecc5a1cb Russell King 2007-04-28 186 bool f16fb1ecc5a1cb Russell King 2007-04-28 187 default y f16fb1ecc5a1cb Russell King 2007-04-28 188 7ad1bcb25c5623 Russell King 2006-08-27 189 config TRACE_IRQFLAGS_SUPPORT 7ad1bcb25c5623 Russell King 2006-08-27 190 bool cb1293e2f59455 Arnd Bergmann 2015-05-26 191 default !CPU_V7M 7ad1bcb25c5623 Russell King 2006-08-27 192 f0d1b0b30d250a David Howells 2006-12-08 193 config ARCH_HAS_ILOG2_U32 f0d1b0b30d250a David Howells 2006-12-08 194 bool f0d1b0b30d250a David Howells 2006-12-08 195 f0d1b0b30d250a David Howells 2006-12-08 196 config ARCH_HAS_ILOG2_U64 f0d1b0b30d250a David Howells 2006-12-08 197 bool f0d1b0b30d250a David Howells 2006-12-08 198 4a1b573346ee0d Eduardo Valentin 2013-06-13 199 config ARCH_HAS_BANDGAP 4a1b573346ee0d Eduardo Valentin 2013-06-13 200 bool 4a1b573346ee0d Eduardo Valentin 2013-06-13 201 a5f4c561b3b19a Stefan Agner 2015-08-13 202 config FIX_EARLYCON_MEM a5f4c561b3b19a Stefan Agner 2015-08-13 203 def_bool y if MMU a5f4c561b3b19a Stefan Agner 2015-08-13 204 b89c3b165fbec6 Akinobu Mita 2006-03-26 205 config GENERIC_HWEIGHT b89c3b165fbec6 Akinobu Mita 2006-03-26 206 bool b89c3b165fbec6 Akinobu Mita 2006-03-26 207 default y b89c3b165fbec6 Akinobu Mita 2006-03-26 208 ^1da177e4c3f41 Linus Torvalds 2005-04-16 209 config GENERIC_CALIBRATE_DELAY ^1da177e4c3f41 Linus Torvalds 2005-04-16 210 bool ^1da177e4c3f41 Linus Torvalds 2005-04-16 211 default y ^1da177e4c3f41 Linus Torvalds 2005-04-16 212 a08b6b7968e7a6 Al Viro 2005-09-06 213 config ARCH_MAY_HAVE_PC_FDC a08b6b7968e7a6 Al Viro 2005-09-06 214 bool a08b6b7968e7a6 Al Viro 2005-09-06 215 5ac6da669e2476 Christoph Lameter 2007-02-10 216 config ZONE_DMA 5ac6da669e2476 Christoph Lameter 2007-02-10 217 bool 5ac6da669e2476 Christoph Lameter 2007-02-10 218 c7edc9e326d53c David A. Long 2014-03-07 219 config ARCH_SUPPORTS_UPROBES c7edc9e326d53c David A. Long 2014-03-07 220 def_bool y c7edc9e326d53c David A. Long 2014-03-07 221 58af4a244fa9f7 Rob Herring 2012-03-20 222 config ARCH_HAS_DMA_SET_COHERENT_MASK 58af4a244fa9f7 Rob Herring 2012-03-20 223 bool 58af4a244fa9f7 Rob Herring 2012-03-20 224 ^1da177e4c3f41 Linus Torvalds 2005-04-16 225 config GENERIC_ISA_DMA ^1da177e4c3f41 Linus Torvalds 2005-04-16 226 bool ^1da177e4c3f41 Linus Torvalds 2005-04-16 227 ^1da177e4c3f41 Linus Torvalds 2005-04-16 228 config FIQ ^1da177e4c3f41 Linus Torvalds 2005-04-16 229 bool ^1da177e4c3f41 Linus Torvalds 2005-04-16 230 13a5045d4ee5a2 Rob Herring 2012-02-07 231 config NEED_RET_TO_USER 13a5045d4ee5a2 Rob Herring 2012-02-07 232 bool 13a5045d4ee5a2 Rob Herring 2012-02-07 233 034d2f5af1b976 Al Viro 2005-12-19 234 config ARCH_MTD_XIP 034d2f5af1b976 Al Viro 2005-12-19 235 bool 034d2f5af1b976 Al Viro 2005-12-19 236 dc21af99fadcfa Russell King 2011-01-04 237 config ARM_PATCH_PHYS_VIRT c1becedc887164 Russell King 2011-08-10 238 bool "Patch physical to virtual translations at runtime" if EMBEDDED c1becedc887164 Russell King 2011-08-10 239 default y b511d75d615089 Nicolas Pitre 2011-02-21 240 depends on !XIP_KERNEL && MMU dc21af99fadcfa Russell King 2011-01-04 241 help 111e9a5ce66e64 Russell King 2011-05-12 242 Patch phys-to-virt and virt-to-phys translation functions at 111e9a5ce66e64 Russell King 2011-05-12 243 boot and module load time according to the position of the 111e9a5ce66e64 Russell King 2011-05-12 244 kernel in system memory. dc21af99fadcfa Russell King 2011-01-04 245 111e9a5ce66e64 Russell King 2011-05-12 246 This can only be used with non-XIP MMU kernels where the base daece59689e76e Nicolas Pitre 2011-08-12 247 of physical memory is at a 16MB boundary. dc21af99fadcfa Russell King 2011-01-04 248 c1becedc887164 Russell King 2011-08-10 249 Only disable this option if you know that you do not require c1becedc887164 Russell King 2011-08-10 250 this feature (eg, building a kernel for a single machine) and c1becedc887164 Russell King 2011-08-10 251 you need to shrink the kernel to the minimal size. dc21af99fadcfa Russell King 2011-01-04 252 c334bc150524f8 Rob Herring 2012-03-04 253 config NEED_MACH_IO_H c334bc150524f8 Rob Herring 2012-03-04 254 bool c334bc150524f8 Rob Herring 2012-03-04 255 help c334bc150524f8 Rob Herring 2012-03-04 256 Select this when mach/io.h is required to provide special c334bc150524f8 Rob Herring 2012-03-04 257 definitions for this platform. The need for mach/io.h should c334bc150524f8 Rob Herring 2012-03-04 258 be avoided when possible. c334bc150524f8 Rob Herring 2012-03-04 259 0cdc8b921d6881 Nicolas Pitre 2011-09-02 260 config NEED_MACH_MEMORY_H 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 261 bool 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 262 help 0cdc8b921d6881 Nicolas Pitre 2011-09-02 263 Select this when mach/memory.h is required to provide special 0cdc8b921d6881 Nicolas Pitre 2011-09-02 264 definitions for this platform. The need for mach/memory.h should 0cdc8b921d6881 Nicolas Pitre 2011-09-02 265 be avoided when possible. 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 266 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 267 config PHYS_OFFSET 974c07249b06d9 Nicolas Pitre 2011-12-02 268 hex "Physical address of main memory" if MMU c6f54a9b396260 Uwe Kleine-König 2014-07-23 269 depends on !ARM_PATCH_PHYS_VIRT 974c07249b06d9 Nicolas Pitre 2011-12-02 270 default DRAM_BASE if !MMU 932488e866e4df Arnd Bergmann 2020-10-30 271 default 0x00000000 ARCH_FOOTBRIDGE c6f54a9b396260 Uwe Kleine-König 2014-07-23 @272 default 0x10000000 if ARCH_OMAP1 || ARCH_RPC c6f54a9b396260 Uwe Kleine-König 2014-07-23 273 default 0x20000000 if ARCH_S5PV210 b8824c9a54bb38 H Hartley Sweeten 2015-06-15 274 default 0xc0000000 if ARCH_SA1100 111e9a5ce66e64 Russell King 2011-05-12 275 help 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 276 Please provide the physical address corresponding to the 1b9f95f8ade9ef Nicolas Pitre 2011-07-05 277 location of main memory in your system. cada3c0841e1de Russell King 2011-01-04 278 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org