Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-04-11 Thread Petr Mladek
On Mon 2018-02-19 17:24:22, Andy Shevchenko wrote: > On Sun, 2018-02-18 at 13:58 +0100, Luc Van Oostenryck wrote: > > On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: > > > Sparse complains that constant is so bit for unsigned long on 64-bit > > > architecture. > > > > > > lib/test

Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-19 Thread Andy Shevchenko
On Sun, 2018-02-18 at 13:58 +0100, Luc Van Oostenryck wrote: > On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: > > Sparse complains that constant is so bit for unsigned long on 64-bit > > architecture. > > > > lib/test_printf.c:217:54: warning: constant 0x0123456789ab is so >

Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-18 Thread Andy Shevchenko
On Sun, Feb 18, 2018 at 11:52 PM, Tobin C. Harding wrote: > On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: > What tree does this set apply to please? I tried mainline rc1 and > next-20180216. Happy to see some code duplication removal from > vsprintf.c :) IIRC latest next, i.

Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-18 Thread Tobin C. Harding
On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: ... Hi Andy, What tree does this set apply to please? I tried mainline rc1 and next-20180216. Happy to see some code duplication removal from vsprintf.c :) thanks, Tobin.

Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-18 Thread Andy Shevchenko
On Sun, Feb 18, 2018 at 2:58 PM, Luc Van Oostenryck wrote: > On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: >> Sparse complains that constant is so bit for unsigned long on 64-bit >> architecture. >> >> lib/test_printf.c:217:54: warning: constant 0x0123456789ab is so big it

Re: [PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-18 Thread Luc Van Oostenryck
On Fri, Feb 16, 2018 at 11:07:03PM +0200, Andy Shevchenko wrote: > Sparse complains that constant is so bit for unsigned long on 64-bit > architecture. > > lib/test_printf.c:217:54: warning: constant 0x0123456789ab is so big it > is unsigned long > lib/test_printf.c:246:54: warning: constant

[PATCH v2 1/9] lib/test_printf: Mark big constant with ULL

2018-02-16 Thread Andy Shevchenko
Sparse complains that constant is so bit for unsigned long on 64-bit architecture. lib/test_printf.c:217:54: warning: constant 0x0123456789ab is so big it is unsigned long lib/test_printf.c:246:54: warning: constant 0x0123456789ab is so big it is unsigned long To satisfy everyone, mark