Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1672180 > unrolled thread

Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events)

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-06-22 02:40 +0200
Last post2017-06-22 07:30 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events) Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-22 02:40 +0200
    Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events) Randy Dunlap <rdunlap@infradead.org> - 2017-06-22 06:00 +0200
      Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events) Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-22 07:30 +0200

#1672180 — Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events)

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-06-22 02:40 +0200
SubjectRe: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events)
Message-ID<tUYka-5mF-1@gated-at.bofh.it>
Hi Randy,

On Wed, 7 Jun 2017 09:26:26 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>
> on i386:
> 
>   CC      arch/x86/mm/tlb.o
> In file included from ../include/linux/mm.h:1032:0,
>                  from ../arch/x86/mm/tlb.c:3:
> ../arch/x86/mm/tlb.c: In function 'flush_tlb_func_remote':
> ../arch/x86/mm/tlb.c:251:21: error: 'NR_TLB_REMOTE_FLUSH_RECEIVED' undeclared (first use in this function)
>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>                      ^
> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>  #define count_vm_tlb_event(x)    count_vm_event(x)
>                                                  ^
> ../arch/x86/mm/tlb.c:251:21: note: each undeclared identifier is reported only once for each function it appears in
>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>                      ^
> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>  #define count_vm_tlb_event(x)    count_vm_event(x)
>                                                  ^
> ../arch/x86/mm/tlb.c: In function 'native_flush_tlb_others':
> ../arch/x86/mm/tlb.c:258:21: error: 'NR_TLB_REMOTE_FLUSH' undeclared (first use in this function)
>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH);
>                      ^
> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>  #define count_vm_tlb_event(x)    count_vm_event(x)
>                                                  ^
> ../arch/x86/mm/tlb.c: In function 'do_flush_tlb_all':
> ../arch/x86/mm/tlb.c:326:21: error: 'NR_TLB_REMOTE_FLUSH_RECEIVED' undeclared (first use in this function)
>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>                      ^
> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>  #define count_vm_tlb_event(x)    count_vm_event(x)
>                                                  ^
> ../arch/x86/mm/tlb.c: In function 'flush_tlb_all':
> ../arch/x86/mm/tlb.c:334:21: error: 'NR_TLB_REMOTE_FLUSH' undeclared (first use in this function)
>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH);
>                      ^
> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>  #define count_vm_tlb_event(x)    count_vm_event(x)

Do you know if this has been fixed?

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1672288

FromRandy Dunlap <rdunlap@infradead.org>
Date2017-06-22 06:00 +0200
Message-ID<tV1rI-7wY-5@gated-at.bofh.it>
In reply to#1672180
On 06/21/2017 05:35 PM, Stephen Rothwell wrote:
> Hi Randy,
> 
> On Wed, 7 Jun 2017 09:26:26 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>>
>> on i386:
>>
>>   CC      arch/x86/mm/tlb.o
>> In file included from ../include/linux/mm.h:1032:0,
>>                  from ../arch/x86/mm/tlb.c:3:
>> ../arch/x86/mm/tlb.c: In function 'flush_tlb_func_remote':
>> ../arch/x86/mm/tlb.c:251:21: error: 'NR_TLB_REMOTE_FLUSH_RECEIVED' undeclared (first use in this function)
>>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>>                      ^
>> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>>  #define count_vm_tlb_event(x)    count_vm_event(x)
>>                                                  ^
>> ../arch/x86/mm/tlb.c:251:21: note: each undeclared identifier is reported only once for each function it appears in
>>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>>                      ^
>> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>>  #define count_vm_tlb_event(x)    count_vm_event(x)
>>                                                  ^
>> ../arch/x86/mm/tlb.c: In function 'native_flush_tlb_others':
>> ../arch/x86/mm/tlb.c:258:21: error: 'NR_TLB_REMOTE_FLUSH' undeclared (first use in this function)
>>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH);
>>                      ^
>> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>>  #define count_vm_tlb_event(x)    count_vm_event(x)
>>                                                  ^
>> ../arch/x86/mm/tlb.c: In function 'do_flush_tlb_all':
>> ../arch/x86/mm/tlb.c:326:21: error: 'NR_TLB_REMOTE_FLUSH_RECEIVED' undeclared (first use in this function)
>>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH_RECEIVED);
>>                      ^
>> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>>  #define count_vm_tlb_event(x)    count_vm_event(x)
>>                                                  ^
>> ../arch/x86/mm/tlb.c: In function 'flush_tlb_all':
>> ../arch/x86/mm/tlb.c:334:21: error: 'NR_TLB_REMOTE_FLUSH' undeclared (first use in this function)
>>   count_vm_tlb_event(NR_TLB_REMOTE_FLUSH);
>>                      ^
>> ../include/linux/vmstat.h:90:49: note: in definition of macro 'count_vm_tlb_event'
>>  #define count_vm_tlb_event(x)    count_vm_event(x)
> 
> Do you know if this has been fixed?
> 

I cannot repro it on linux-next of 20170621.

-- 
~Randy

[toc] | [prev] | [next] | [standalone]


#1672310

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-06-22 07:30 +0200
Message-ID<tV2QN-cZ-3@gated-at.bofh.it>
In reply to#1672288
Hi Randy,

On Wed, 21 Jun 2017 20:58:38 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>
> I cannot repro it on linux-next of 20170621.

Thanks.

-- 
Cheers,
Stephen Rothwell

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web