Re: [PATCH] arch_numa: fix common code printing of phys_addr_t

2021-02-02 Thread Palmer Dabbelt
On Mon, 01 Feb 2021 19:51:07 PST (-0800), rdun...@infradead.org wrote: On 2/1/21 7:36 PM, Palmer Dabbelt wrote: On Wed, 27 Jan 2021 19:55:33 PST (-0800), rdun...@infradead.org wrote: Fix build warnings in the arch_numa common code: ../include/linux/kern_levels.h:5:18: warning: format '%Lx' exp

Re: [PATCH] arch_numa: fix common code printing of phys_addr_t

2021-02-01 Thread Randy Dunlap
On 2/1/21 7:36 PM, Palmer Dabbelt wrote: > On Wed, 27 Jan 2021 19:55:33 PST (-0800), rdun...@infradead.org wrote: >> Fix build warnings in the arch_numa common code: >> >> ../include/linux/kern_levels.h:5:18: warning: format '%Lx' expects argument >> of type 'long long unsigned int', but argument

Re: [PATCH] arch_numa: fix common code printing of phys_addr_t

2021-02-01 Thread Palmer Dabbelt
On Wed, 27 Jan 2021 19:55:33 PST (-0800), rdun...@infradead.org wrote: Fix build warnings in the arch_numa common code: ../include/linux/kern_levels.h:5:18: warning: format '%Lx' expects argument of type 'long long unsigned int', but argument 3 has type 'phys_addr_t' {aka 'unsigned int'} [-Wfo

Re: [PATCH] arch_numa: fix common code printing of phys_addr_t

2021-01-28 Thread Atish Patra
On Wed, 2021-01-27 at 19:55 -0800, Randy Dunlap wrote: > Fix build warnings in the arch_numa common code: > > ../include/linux/kern_levels.h:5:18: warning: format '%Lx' expects > argument of type 'long long unsigned int', but argument 3 has type > 'phys_addr_t' {aka 'unsigned int'} [-Wformat=] > .

Re: [PATCH] arch_numa: fix common code printing of phys_addr_t

2021-01-27 Thread Randy Dunlap
On 1/27/21 7:55 PM, Randy Dunlap wrote: > Fix build warnings in the arch_numa common code: > This patch applies to linux-next, not mainline. > ../include/linux/kern_levels.h:5:18: warning: format '%Lx' expects argument > of type 'long long unsigned int', but argument 3 has type 'phys_addr_t' {

[PATCH] arch_numa: fix common code printing of phys_addr_t

2021-01-27 Thread Randy Dunlap
Fix build warnings in the arch_numa common code: ../include/linux/kern_levels.h:5:18: warning: format '%Lx' expects argument of type 'long long unsigned int', but argument 3 has type 'phys_addr_t' {aka 'unsigned int'} [-Wformat=] ../drivers/base/arch_numa.c:360:56: note: format string is defined