* [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
@ 2017-08-19 23:51 kbuild test robot
2017-08-20 6:20 ` Rolf Eike Beer
0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2017-08-19 23:51 UTC (permalink / raw)
To: Helge Deller; +Cc: kbuild-all, linux-parisc
[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git boot_devel
head: 2de6ba7d548dff737bdc47173c8a7b6b20d94966
commit: 2de6ba7d548dff737bdc47173c8a7b6b20d94966 [2/2] Initial support for compressed boot
config: powerpc-akebono_defconfig (attached as .config)
compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 2de6ba7d548dff737bdc47173c8a7b6b20d94966
# save the attached .config to linux build tree
make.cross ARCH=powerpc
All errors (new ones prefixed by >>):
In file included from arch/powerpc/boot/inflate.c:12:0:
arch/powerpc/boot/zutil.h: In function 'zlib_adler32':
arch/powerpc/boot/zutil.h:82:5: error: unknown type name 'uint32_t'
uint32_t s1 = adler & 0xffff;
^~~~~~~~
arch/powerpc/boot/zutil.h:83:5: error: unknown type name 'uint32_t'
uint32_t s2 = (adler >> 16) & 0xffff;
^~~~~~~~
arch/powerpc/boot/inflate.c: In function 'zlib_inflate':
>> arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared (first use in this function)
(uint32_t)(((BITS(8) << 8) + (hold >> 8))) % 31) { // avoid __umoddi3
^~~~~~~~
arch/powerpc/boot/inflate.c:358:18: note: each undeclared identifier is reported only once for each function it appears in
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 15834 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
2017-08-19 23:51 [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared kbuild test robot
@ 2017-08-20 6:20 ` Rolf Eike Beer
2017-08-20 8:32 ` Helge Deller
0 siblings, 1 reply; 4+ messages in thread
From: Rolf Eike Beer @ 2017-08-20 6:20 UTC (permalink / raw)
To: kbuild test robot, kbuild-all; +Cc: linux-parisc
[-- Attachment #1: Type: text/plain, Size: 804 bytes --]
Am Sonntag, 20. August 2017, 07:51:13 schrieb kbuild test robot:
> tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
> boot_devel head: 2de6ba7d548dff737bdc47173c8a7b6b20d94966
> commit: 2de6ba7d548dff737bdc47173c8a7b6b20d94966 [2/2] Initial support for
> compressed boot config: powerpc-akebono_defconfig (attached as .config)
> compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
> wget
> https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O
> ~/bin/make.cross chmod +x ~/bin/make.cross
> git checkout 2de6ba7d548dff737bdc47173c8a7b6b20d94966
> # save the attached .config to linux build tree
> make.cross ARCH=powerpc
You will not get help for powerpc problems on the parisc list.
Eike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
2017-08-20 6:20 ` Rolf Eike Beer
@ 2017-08-20 8:32 ` Helge Deller
2017-08-22 2:06 ` [kbuild-all] " Fengguang Wu
0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2017-08-20 8:32 UTC (permalink / raw)
To: Rolf Eike Beer, kbuild test robot, kbuild-all; +Cc: linux-parisc
On 20.08.2017 08:20, Rolf Eike Beer wrote:
> Am Sonntag, 20. August 2017, 07:51:13 schrieb kbuild test robot:
>> tree:
>> https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
>> boot_devel head: 2de6ba7d548dff737bdc47173c8a7b6b20d94966
>> commit: 2de6ba7d548dff737bdc47173c8a7b6b20d94966 [2/2] Initial support for
>> compressed boot config: powerpc-akebono_defconfig (attached as .config)
>> compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
>> reproduce:
>> wget
>> https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O
>> ~/bin/make.cross chmod +x ~/bin/make.cross
>> git checkout 2de6ba7d548dff737bdc47173c8a7b6b20d94966
>> # save the attached .config to linux build tree
>> make.cross ARCH=powerpc
>
> You will not get help for powerpc problems on the parisc list.
Eike, you are talking to a roboter :-)
The kbuild test robot checks regularily various git trees, if the
commits there will generate issues with other trees/architectures.
It picked up my parisc boot-devel tree and reported build errors
on the powerpc architecture.
Please ignore this specific issue here:
arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
I don't need this change and fixed it in my tree.
Fengguang, can you maybe drop the parisc mailing list from
the receiver list of issues with my trees? It just generate noise
for the people on the mailing list.
Thanks,
Helge
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [kbuild-all] [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
2017-08-20 8:32 ` Helge Deller
@ 2017-08-22 2:06 ` Fengguang Wu
0 siblings, 0 replies; 4+ messages in thread
From: Fengguang Wu @ 2017-08-22 2:06 UTC (permalink / raw)
To: Helge Deller; +Cc: Rolf Eike Beer, kbuild-all, linux-parisc
Hi Helge,
On Sun, Aug 20, 2017 at 10:32:33AM +0200, Helge Deller wrote:
>On 20.08.2017 08:20, Rolf Eike Beer wrote:
>> Am Sonntag, 20. August 2017, 07:51:13 schrieb kbuild test robot:
>>> tree:
>>> https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
>>> boot_devel head: 2de6ba7d548dff737bdc47173c8a7b6b20d94966
>>> commit: 2de6ba7d548dff737bdc47173c8a7b6b20d94966 [2/2] Initial support for
>>> compressed boot config: powerpc-akebono_defconfig (attached as .config)
>>> compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
>>> reproduce:
>>> wget
>>> https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O
>>> ~/bin/make.cross chmod +x ~/bin/make.cross
>>> git checkout 2de6ba7d548dff737bdc47173c8a7b6b20d94966
>>> # save the attached .config to linux build tree
>>> make.cross ARCH=powerpc
>>
>> You will not get help for powerpc problems on the parisc list.
>
>Eike, you are talking to a roboter :-)
>
>The kbuild test robot checks regularily various git trees, if the
>commits there will generate issues with other trees/architectures.
>It picked up my parisc boot-devel tree and reported build errors
>on the powerpc architecture.
>
>Please ignore this specific issue here:
>arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
>I don't need this change and fixed it in my tree.
>
>Fengguang, can you maybe drop the parisc mailing list from
>the receiver list of issues with my trees? It just generate noise
>for the people on the mailing list.
Yes, sure. I'll remove the "mail_cc: linux-parisc@vger.kernel.org"
config option for your tree.
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-22 2:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 23:51 [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared kbuild test robot
2017-08-20 6:20 ` Rolf Eike Beer
2017-08-20 8:32 ` Helge Deller
2017-08-22 2:06 ` [kbuild-all] " Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox