From: kernel test robot <lkp@intel.com>
To: Huang Pei <huangpei@loongson.cn>
Cc: kbuild-all@lists.01.org, linux-mips@vger.kernel.org,
Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: [mips-linux:mips-next 47/47] sound/pci/ca0106/ca0106.h:62: warning: "PTR" redefined
Date: Wed, 5 Jan 2022 23:58:31 +0800 [thread overview]
Message-ID: <202201052319.tzeOWazm-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-next
head: f0b7ddbd794bdffade370f22bb7a774002208ef4
commit: f0b7ddbd794bdffade370f22bb7a774002208ef4 [47/47] MIPS: retire "asm/llsc.h"
config: mips-allmodconfig (https://download.01.org/0day-ci/archive/20220105/202201052319.tzeOWazm-lkp@intel.com/config)
compiler: mips-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/mips/linux.git/commit/?id=f0b7ddbd794bdffade370f22bb7a774002208ef4
git remote add mips-linux https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
git fetch --no-tags mips-linux mips-next
git checkout f0b7ddbd794bdffade370f22bb7a774002208ef4
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash lib/ sound/pci/ca0106/
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 >>):
In file included from sound/pci/ca0106/ca0106_main.c:156:
>> sound/pci/ca0106/ca0106.h:62: warning: "PTR" redefined
62 | #define PTR 0x00 /* Indexed register set pointer register */
|
In file included from arch/mips/include/asm/bitops.h:19,
from include/linux/bitops.h:33,
from include/linux/log2.h:12,
from include/asm-generic/div64.h:55,
from arch/mips/include/asm/div64.h:89,
from include/linux/math.h:5,
from include/linux/delay.h:22,
from sound/pci/ca0106/ca0106_main.c:124:
arch/mips/include/asm/asm.h:288: note: this is the location of the previous definition
288 | #define PTR .word
|
--
>> lib/test_printf.c:247: warning: "PTR" redefined
247 | #define PTR ((void *)0x456789ab)
|
In file included from arch/mips/include/asm/bitops.h:19,
from include/linux/bitops.h:33,
from include/linux/kernel.h:13,
from lib/test_printf.c:9:
arch/mips/include/asm/asm.h:288: note: this is the location of the previous definition
288 | #define PTR .word
|
vim +/PTR +62 sound/pci/ca0106/ca0106.h
^1da177e4c3f41 Linus Torvalds 2005-04-16 61
^1da177e4c3f41 Linus Torvalds 2005-04-16 @62 #define PTR 0x00 /* Indexed register set pointer register */
^1da177e4c3f41 Linus Torvalds 2005-04-16 63 /* NOTE: The CHANNELNUM and ADDRESS words can */
^1da177e4c3f41 Linus Torvalds 2005-04-16 64 /* be modified independently of each other. */
^1da177e4c3f41 Linus Torvalds 2005-04-16 65 /* CNL[1:0], ADDR[27:16] */
^1da177e4c3f41 Linus Torvalds 2005-04-16 66
:::::: The code at line 62 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [mips-linux:mips-next 47/47] sound/pci/ca0106/ca0106.h:62: warning: "PTR" redefined
Date: Wed, 05 Jan 2022 23:58:31 +0800 [thread overview]
Message-ID: <202201052319.tzeOWazm-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3487 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-next
head: f0b7ddbd794bdffade370f22bb7a774002208ef4
commit: f0b7ddbd794bdffade370f22bb7a774002208ef4 [47/47] MIPS: retire "asm/llsc.h"
config: mips-allmodconfig (https://download.01.org/0day-ci/archive/20220105/202201052319.tzeOWazm-lkp(a)intel.com/config)
compiler: mips-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/mips/linux.git/commit/?id=f0b7ddbd794bdffade370f22bb7a774002208ef4
git remote add mips-linux https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
git fetch --no-tags mips-linux mips-next
git checkout f0b7ddbd794bdffade370f22bb7a774002208ef4
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash lib/ sound/pci/ca0106/
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 >>):
In file included from sound/pci/ca0106/ca0106_main.c:156:
>> sound/pci/ca0106/ca0106.h:62: warning: "PTR" redefined
62 | #define PTR 0x00 /* Indexed register set pointer register */
|
In file included from arch/mips/include/asm/bitops.h:19,
from include/linux/bitops.h:33,
from include/linux/log2.h:12,
from include/asm-generic/div64.h:55,
from arch/mips/include/asm/div64.h:89,
from include/linux/math.h:5,
from include/linux/delay.h:22,
from sound/pci/ca0106/ca0106_main.c:124:
arch/mips/include/asm/asm.h:288: note: this is the location of the previous definition
288 | #define PTR .word
|
--
>> lib/test_printf.c:247: warning: "PTR" redefined
247 | #define PTR ((void *)0x456789ab)
|
In file included from arch/mips/include/asm/bitops.h:19,
from include/linux/bitops.h:33,
from include/linux/kernel.h:13,
from lib/test_printf.c:9:
arch/mips/include/asm/asm.h:288: note: this is the location of the previous definition
288 | #define PTR .word
|
vim +/PTR +62 sound/pci/ca0106/ca0106.h
^1da177e4c3f41 Linus Torvalds 2005-04-16 61
^1da177e4c3f41 Linus Torvalds 2005-04-16 @62 #define PTR 0x00 /* Indexed register set pointer register */
^1da177e4c3f41 Linus Torvalds 2005-04-16 63 /* NOTE: The CHANNELNUM and ADDRESS words can */
^1da177e4c3f41 Linus Torvalds 2005-04-16 64 /* be modified independently of each other. */
^1da177e4c3f41 Linus Torvalds 2005-04-16 65 /* CNL[1:0], ADDR[27:16] */
^1da177e4c3f41 Linus Torvalds 2005-04-16 66
:::::: The code at line 62 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next reply other threads:[~2022-01-05 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-05 15:58 kernel test robot [this message]
2022-01-05 15:58 ` [mips-linux:mips-next 47/47] sound/pci/ca0106/ca0106.h:62: warning: "PTR" redefined kernel test robot
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=202201052319.tzeOWazm-lkp@intel.com \
--to=lkp@intel.com \
--cc=huangpei@loongson.cn \
--cc=kbuild-all@lists.01.org \
--cc=linux-mips@vger.kernel.org \
--cc=tsbogend@alpha.franken.de \
/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.