[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0ce3ee27-e1a9-cea0-4a57-4aea35bed5ac@infradead.org>
Date: Mon, 13 Nov 2017 16:26:18 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-fsdevel@...r.kernel.org,
linux-next@...r.kernel.org, sfr@...b.auug.org.au, mhocko@...e.cz,
broonie@...nel.org, Yury Norov <ynorov@...iumnetworks.com>
Subject: Re: mmotm 2017-11-10-15-56 uploaded (lib/test_find_bit.c)
On 11/13/2017 04:17 PM, Andrew Morton wrote:
> On Fri, 10 Nov 2017 18:00:57 -0800 Randy Dunlap <rdunlap@...radead.org> wrote:
>
>> On 11/10/2017 03:56 PM, akpm@...ux-foundation.org wrote:
>>> The mm-of-the-moment snapshot 2017-11-10-15-56 has been uploaded to
>>>
>>> http://www.ozlabs.org/~akpm/mmotm/
>>>
>>> mmotm-readme.txt says
>>>
>>> README for mm-of-the-moment:
>>>
>>> http://www.ozlabs.org/~akpm/mmotm/
>>>
>>> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
>>> more than once a week.
>>
>> on i386:
>>
>> ../lib/test_find_bit.c:54:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'cycles_t' [-Wformat=]
>> ../lib/test_find_bit.c:68:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'cycles_t' [-Wformat=]
>> ../lib/test_find_bit.c:82:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'cycles_t' [-Wformat=]
>> ../lib/test_find_bit.c:102:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'cycles_t' [-Wformat=]
>
> typecasts, I guess? We don't seem to have a %p thingy for cycles_t?
Or the patch that Arnd sent to you that uses %ull.
--
~Randy
Powered by blists - more mailing lists