All of lore.kernel.org
 help / color / mirror / Atom feed
* [deller-parisc:HPMC_and_TOC_on_c8000 1/3] drivers/tty/sysrq.c:1189:29: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744008748171264' to '3758096384'
@ 2021-10-07 13:01 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-07 13:01 UTC (permalink / raw)
  To: Sven Schnelle; +Cc: kbuild-all, linux-kernel, Helge Deller

[-- Attachment #1: Type: text/plain, Size: 1820 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git HPMC_and_TOC_on_c8000
head:   96e1b009bc4030ae126df7e90ff9d434c5766d99
commit: c743202c8e5cfe0ee49a274751bf02bb893faa19 [1/3] hpmc trigger
config: powerpc-ppc6xx_defconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 11.2.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/deller/parisc-linux.git/commit/?id=c743202c8e5cfe0ee49a274751bf02bb893faa19
        git remote add deller-parisc https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
        git fetch --no-tags deller-parisc HPMC_and_TOC_on_c8000
        git checkout c743202c8e5cfe0ee49a274751bf02bb893faa19
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   drivers/tty/sysrq.c: In function 'sysrq_init':
>> drivers/tty/sysrq.c:1189:29: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744008748171264' to '3758096384' [-Woverflow]
    1189 |         hpmc_addr = ioremap(0xfffffff0e0000000UL, 4096);
         |                             ^~~~~~~~~~~~~~~~~~~~


vim +1189 drivers/tty/sysrq.c

  1184	
  1185	static int __init sysrq_init(void)
  1186	{
  1187		sysrq_init_procfs();
  1188	
> 1189		hpmc_addr = ioremap(0xfffffff0e0000000UL, 4096);

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 32644 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [deller-parisc:HPMC_and_TOC_on_c8000 1/3] drivers/tty/sysrq.c:1189:29: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744008748171264' to '3758096384'
@ 2021-10-07 13:01 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-07 13:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git HPMC_and_TOC_on_c8000
head:   96e1b009bc4030ae126df7e90ff9d434c5766d99
commit: c743202c8e5cfe0ee49a274751bf02bb893faa19 [1/3] hpmc trigger
config: powerpc-ppc6xx_defconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 11.2.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/deller/parisc-linux.git/commit/?id=c743202c8e5cfe0ee49a274751bf02bb893faa19
        git remote add deller-parisc https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
        git fetch --no-tags deller-parisc HPMC_and_TOC_on_c8000
        git checkout c743202c8e5cfe0ee49a274751bf02bb893faa19
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

   drivers/tty/sysrq.c: In function 'sysrq_init':
>> drivers/tty/sysrq.c:1189:29: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744008748171264' to '3758096384' [-Woverflow]
    1189 |         hpmc_addr = ioremap(0xfffffff0e0000000UL, 4096);
         |                             ^~~~~~~~~~~~~~~~~~~~


vim +1189 drivers/tty/sysrq.c

  1184	
  1185	static int __init sysrq_init(void)
  1186	{
  1187		sysrq_init_procfs();
  1188	
> 1189		hpmc_addr = ioremap(0xfffffff0e0000000UL, 4096);

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 32644 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 13:01 [deller-parisc:HPMC_and_TOC_on_c8000 1/3] drivers/tty/sysrq.c:1189:29: warning: conversion from 'long long unsigned int' to 'phys_addr_t' {aka 'unsigned int'} changes value from '18446744008748171264' to '3758096384' kernel test robot
2021-10-07 13:01 ` kernel test robot

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.