[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202211061620.LHirAVmz-lkp@intel.com>
Date: Sun, 6 Nov 2022 16:41:50 +0800
From: kernel test robot <lkp@...el.com>
To: Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev,
Randy Dunlap <rdunlap@...radead.org>,
kernel test robot <lkp@...el.com>,
Aaro Koskinen <aaro.koskinen@....fi>,
Janusz Krzysztofik <jmkrzyszt@...il.com>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@...linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org, linux-omap@...r.kernel.org
Subject: Re: [PATCH] ARM: omap1: set ARCH_OMAP1_ANY for ARCH_OMAP1
Hi Randy,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on tmlind-omap/for-next]
[also build test WARNING on linus/master v6.1-rc3 next-20221104]
[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/Randy-Dunlap/ARM-omap1-set-ARCH_OMAP1_ANY-for-ARCH_OMAP1/20221106-142818
base: https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git for-next
patch link: https://lore.kernel.org/r/20221106062536.26369-1-rdunlap%40infradead.org
patch subject: [PATCH] ARM: omap1: set ARCH_OMAP1_ANY for ARCH_OMAP1
config: arm-randconfig-r032-20221106
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/4e4d77cfb79b150e9f99202283604a52d9d238d4
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Randy-Dunlap/ARM-omap1-set-ARCH_OMAP1_ANY-for-ARCH_OMAP1/20221106-142818
git checkout 4e4d77cfb79b150e9f99202283604a52d9d238d4
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
In file included from arch/arm/mach-omap1/serial.c:24:
>> arch/arm/mach-omap1/pm.h:113:2: warning: #warning "Power management for this processor not implemented yet" [-Wcpp]
113 | #warning "Power management for this processor not implemented yet"
| ^~~~~~~
vim +113 arch/arm/mach-omap1/pm.h
9ad5897c2659b3 include/asm-arm/arch-omap/pm.h Tony Lindgren 2005-11-10 108
9ad5897c2659b3 include/asm-arm/arch-omap/pm.h Tony Lindgren 2005-11-10 109 #if !defined(CONFIG_ARCH_OMAP730) && \
1f73b4de93e06d arch/arm/mach-omap1/pm.h Alistair Buxton 2009-09-18 110 !defined(CONFIG_ARCH_OMAP850) && \
9ad5897c2659b3 include/asm-arm/arch-omap/pm.h Tony Lindgren 2005-11-10 111 !defined(CONFIG_ARCH_OMAP15XX) && \
c912f7e1eae169 arch/arm/mach-omap1/pm.h Kevin Hilman 2009-05-15 112 !defined(CONFIG_ARCH_OMAP16XX)
87d99d6f7ee3ec arch/arm/plat-omap/include/mach/pm.h David Brownell 2009-03-04 @113 #warning "Power management for this processor not implemented yet"
^1da177e4c3f41 include/asm-arm/arch-omap/pm.h Linus Torvalds 2005-04-16 114 #endif
^1da177e4c3f41 include/asm-arm/arch-omap/pm.h Linus Torvalds 2005-04-16 115
--
0-DAY CI Kernel Test Service
https://01.org/lkp
View attachment "config" of type "text/plain" (143245 bytes)
Powered by blists - more mailing lists