From: kernel test robot <lkp@intel.com>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Sasha Levin <sashal@kernel.org>
Subject: [linux-stable-rc:linux-4.14.y 433/2972] arch/xtensa/platforms/xtfpga/include/platform/hardware.h:59:26: error: initializer element is not constant
Date: Fri, 26 Aug 2022 03:40:23 +0800 [thread overview]
Message-ID: <202208260355.edDfrXLE-lkp@intel.com> (raw)
Hi Max,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
head: e548869f356fead9fdcb3562f52d2226574f4f41
commit: fe700bd139564d097d1ebed90da637b80bd7f5c1 [433/2972] xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF
config: xtensa-randconfig-r006-20220823 (https://download.01.org/0day-ci/archive/20220826/202208260355.edDfrXLE-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 7.5.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://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=fe700bd139564d097d1ebed90da637b80bd7f5c1
git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git fetch --no-tags linux-stable-rc linux-4.14.y
git checkout fe700bd139564d097d1ebed90da637b80bd7f5c1
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-7.5.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from include/linux/kernel.h:10:0,
from arch/xtensa/platforms/xtfpga/setup.c:19:
include/linux/dma-mapping.h: In function 'dma_map_resource':
arch/xtensa/include/asm/page.h:185:9: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((pfn) >= ARCH_PFN_OFFSET && ((pfn) - ARCH_PFN_OFFSET) < max_mapnr)
^
include/linux/compiler.h:77:42: note: in definition of macro 'unlikely'
# define unlikely(x) __builtin_expect(!!(x), 0)
^
include/linux/dma-mapping.h:327:2: note: in expansion of macro 'BUG_ON'
BUG_ON(pfn_valid(PHYS_PFN(phys_addr)));
^~~~~~
include/linux/dma-mapping.h:327:9: note: in expansion of macro 'pfn_valid'
BUG_ON(pfn_valid(PHYS_PFN(phys_addr)));
^~~~~~~~~
In file included from arch/xtensa/include/asm/processor.h:14:0,
from arch/xtensa/include/asm/bitops.h:22,
from include/linux/bitops.h:19,
from include/linux/kernel.h:11,
from arch/xtensa/platforms/xtfpga/setup.c:19:
arch/xtensa/platforms/xtfpga/setup.c: At top level:
>> arch/xtensa/platforms/xtfpga/include/platform/hardware.h:59:26: error: initializer element is not constant
#define OETH_REGS_PADDR (XCHAL_KIO_PADDR + 0x0D030000)
^
arch/xtensa/platforms/xtfpga/setup.c:168:12: note: in expansion of macro 'OETH_REGS_PADDR'
.start = OETH_REGS_PADDR,
^~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:59:26: note: (near initialization for 'ethoc_res[0].start')
#define OETH_REGS_PADDR (XCHAL_KIO_PADDR + 0x0D030000)
^
arch/xtensa/platforms/xtfpga/setup.c:168:12: note: in expansion of macro 'OETH_REGS_PADDR'
.start = OETH_REGS_PADDR,
^~~~~~~~~~~~~~~
>> arch/xtensa/platforms/xtfpga/include/platform/hardware.h:59:26: error: initializer element is not constant
#define OETH_REGS_PADDR (XCHAL_KIO_PADDR + 0x0D030000)
^
arch/xtensa/platforms/xtfpga/setup.c:169:12: note: in expansion of macro 'OETH_REGS_PADDR'
.end = OETH_REGS_PADDR + OETH_REGS_SIZE - 1,
^~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:59:26: note: (near initialization for 'ethoc_res[0].end')
#define OETH_REGS_PADDR (XCHAL_KIO_PADDR + 0x0D030000)
^
arch/xtensa/platforms/xtfpga/setup.c:169:12: note: in expansion of macro 'OETH_REGS_PADDR'
.end = OETH_REGS_PADDR + OETH_REGS_SIZE - 1,
^~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:61:29: error: initializer element is not constant
#define OETH_SRAMBUFF_PADDR (XCHAL_KIO_PADDR + 0x0D800000)
^
arch/xtensa/platforms/xtfpga/setup.c:173:12: note: in expansion of macro 'OETH_SRAMBUFF_PADDR'
.start = OETH_SRAMBUFF_PADDR,
^~~~~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:61:29: note: (near initialization for 'ethoc_res[1].start')
#define OETH_SRAMBUFF_PADDR (XCHAL_KIO_PADDR + 0x0D800000)
^
arch/xtensa/platforms/xtfpga/setup.c:173:12: note: in expansion of macro 'OETH_SRAMBUFF_PADDR'
.start = OETH_SRAMBUFF_PADDR,
^~~~~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:61:29: error: initializer element is not constant
#define OETH_SRAMBUFF_PADDR (XCHAL_KIO_PADDR + 0x0D800000)
^
arch/xtensa/platforms/xtfpga/setup.c:174:12: note: in expansion of macro 'OETH_SRAMBUFF_PADDR'
.end = OETH_SRAMBUFF_PADDR + OETH_SRAMBUFF_SIZE - 1,
^~~~~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:61:29: note: (near initialization for 'ethoc_res[1].end')
#define OETH_SRAMBUFF_PADDR (XCHAL_KIO_PADDR + 0x0D800000)
^
arch/xtensa/platforms/xtfpga/setup.c:174:12: note: in expansion of macro 'OETH_SRAMBUFF_PADDR'
.end = OETH_SRAMBUFF_PADDR + OETH_SRAMBUFF_SIZE - 1,
^~~~~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:66:23: error: initializer element is not constant
#define C67X00_PADDR (XCHAL_KIO_PADDR + 0x0D0D0000)
^
arch/xtensa/platforms/xtfpga/setup.c:211:12: note: in expansion of macro 'C67X00_PADDR'
.start = C67X00_PADDR,
^~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:66:23: note: (near initialization for 'c67x00_res[0].start')
#define C67X00_PADDR (XCHAL_KIO_PADDR + 0x0D0D0000)
^
arch/xtensa/platforms/xtfpga/setup.c:211:12: note: in expansion of macro 'C67X00_PADDR'
.start = C67X00_PADDR,
^~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:66:23: error: initializer element is not constant
#define C67X00_PADDR (XCHAL_KIO_PADDR + 0x0D0D0000)
^
arch/xtensa/platforms/xtfpga/setup.c:212:12: note: in expansion of macro 'C67X00_PADDR'
.end = C67X00_PADDR + C67X00_SIZE - 1,
^~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:66:23: note: (near initialization for 'c67x00_res[0].end')
#define C67X00_PADDR (XCHAL_KIO_PADDR + 0x0D0D0000)
^
arch/xtensa/platforms/xtfpga/setup.c:212:12: note: in expansion of macro 'C67X00_PADDR'
.end = C67X00_PADDR + C67X00_SIZE - 1,
^~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: error: initializer element is not constant
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:242:11: note: in expansion of macro 'DUART16552_PADDR'
.start = DUART16552_PADDR,
^~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: note: (near initialization for 'serial_resource.start')
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:242:11: note: in expansion of macro 'DUART16552_PADDR'
.start = DUART16552_PADDR,
^~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: error: initializer element is not constant
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:243:9: note: in expansion of macro 'DUART16552_PADDR'
.end = DUART16552_PADDR + 0x1f,
^~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: note: (near initialization for 'serial_resource.end')
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:243:9: note: in expansion of macro 'DUART16552_PADDR'
.end = DUART16552_PADDR + 0x1f,
^~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: error: initializer element is not constant
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:249:14: note: in expansion of macro 'DUART16552_PADDR'
.mapbase = DUART16552_PADDR,
^~~~~~~~~~~~~~~~
arch/xtensa/platforms/xtfpga/include/platform/hardware.h:46:26: note: (near initialization for 'serial_platform_data[0].mapbase')
#define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020)
^
arch/xtensa/platforms/xtfpga/setup.c:249:14: note: in expansion of macro 'DUART16552_PADDR'
.mapbase = DUART16552_PADDR,
^~~~~~~~~~~~~~~~
vim +59 arch/xtensa/platforms/xtfpga/include/platform/hardware.h
0d456bad36d42d Max Filippov 2012-11-05 56
0d456bad36d42d Max Filippov 2012-11-05 57 /* OpenCores Ethernet controller: */
0d456bad36d42d Max Filippov 2012-11-05 58 /* regs + RX/TX descriptors */
0d456bad36d42d Max Filippov 2012-11-05 @59 #define OETH_REGS_PADDR (XCHAL_KIO_PADDR + 0x0D030000)
0d456bad36d42d Max Filippov 2012-11-05 60 #define OETH_REGS_SIZE 0x1000
0d456bad36d42d Max Filippov 2012-11-05 61 #define OETH_SRAMBUFF_PADDR (XCHAL_KIO_PADDR + 0x0D800000)
0d456bad36d42d Max Filippov 2012-11-05 62
0d456bad36d42d Max Filippov 2012-11-05 63 /* 5*rx buffs + 5*tx buffs */
0d456bad36d42d Max Filippov 2012-11-05 64 #define OETH_SRAMBUFF_SIZE (5 * 0x600 + 5 * 0x600)
0d456bad36d42d Max Filippov 2012-11-05 65
:::::: The code at line 59 was first introduced by commit
:::::: 0d456bad36d42d16022be045c8a53ddbb59ee478 xtensa: add support for the XTFPGA boards
:::::: TO: Max Filippov <jcmvbkbc@gmail.com>
:::::: CC: Chris Zankel <chris@zankel.net>
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-08-25 19:40 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=202208260355.edDfrXLE-lkp@intel.com \
--to=lkp@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jcmvbkbc@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sashal@kernel.org \
/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 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.