From: kbuild test robot <fengguang.wu@intel.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: kbuild-all@01.org, Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-next:master 2811/2969] lib/test-parse-integer.c:118:57: sparse: constant 4294967296 is so big it is long
Date: Thu, 16 Jul 2015 17:10:30 +0800 [thread overview]
Message-ID: <201507161728.QVcHY3Ks%fengguang.wu@intel.com> (raw)
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 6593e2dcdedd0493e1b1fcb419609d2101c4d0be
commit: 8b4d3eb762c8ab82d175c2f410323f84aa775dc0 [2811/2969] parse_integer: add runtime testsuite
reproduce:
# apt-get install sparse
git checkout 8b4d3eb762c8ab82d175c2f410323f84aa775dc0
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__
sparse warnings: (new ones prefixed by >>)
>> lib/test-parse-integer.c:118:57: sparse: constant 4294967296 is so big it is long
lib/test-parse-integer.c:119:57: sparse: constant 9223372036854775807 is so big it is long
lib/test-parse-integer.c:134:57: sparse: constant 040000000000 is so big it is long
lib/test-parse-integer.c:135:57: sparse: constant 0777777777777777777777 is so big it is long
>> lib/test-parse-integer.c:136:57: sparse: constant 01000000000000000000000 is so big it is unsigned long
lib/test-parse-integer.c:137:57: sparse: constant 01777777777777777777777 is so big it is unsigned long
lib/test-parse-integer.c:150:49: sparse: constant 0x100000000 is so big it is long
lib/test-parse-integer.c:151:49: sparse: constant 0x7fffffffffffffff is so big it is long
lib/test-parse-integer.c:152:49: sparse: constant 0x8000000000000000 is so big it is unsigned long
lib/test-parse-integer.c:153:49: sparse: constant 0xffffffffffffffff is so big it is unsigned long
lib/test-parse-integer.c:287:50: sparse: constant 4294967296 is so big it is long
lib/test-parse-integer.c:301:49: sparse: constant 9223372036854775807 is so big it is long
vim +118 lib/test-parse-integer.c
112 {"32768", 10, 5, 32768},
113 {"65535", 10, 5, 65535},
114 {"65536", 10, 5, 65536},
115 {"2147483647", 10, 10, 2147483647},
116 {"2147483648", 10, 10, 2147483648ull},
117 {"4294967295", 10, 10, 4294967295ull},
> 118 {"4294967296", 10, 10, 4294967296},
119 {"9223372036854775807", 10, 19, 9223372036854775807},
120 {"9223372036854775808", 10, 19, 9223372036854775808ull},
121 {"18446744073709551615", 10, 20, 18446744073709551615ull},
122
123 {"177", 8, 3, 0177},
124 {"200", 8, 3, 0200},
125 {"377", 8, 3, 0377},
126 {"400", 8, 3, 0400},
127 {"77777", 8, 5, 077777},
128 {"100000", 8, 6, 0100000},
129 {"177777", 8, 6, 0177777},
130 {"200000", 8, 6, 0200000},
131 {"17777777777", 8, 11, 017777777777},
132 {"20000000000", 8, 11, 020000000000},
133 {"37777777777", 8, 11, 037777777777},
134 {"40000000000", 8, 11, 040000000000},
135 {"777777777777777777777", 8, 21, 0777777777777777777777},
> 136 {"1000000000000000000000", 8, 22, 01000000000000000000000},
137 {"1777777777777777777777", 8, 22, 01777777777777777777777},
138
139 {"7f", 16, 2, 0x7f},
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2015-07-16 9:11 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=201507161728.QVcHY3Ks%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox