lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fc67a1fe-28b7-59fd-b702-2ff4854c9703@infradead.org>
Date:   Wed, 7 Jun 2017 09:26:26 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux-Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        X86 ML <x86@...nel.org>
Subject: Re: linux-next: Tree for Jun 7 (arch/x86/mm/tlb.c: events)

On 06/06/17 23:07, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20170606:
> 

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)
                                                 ^

Full randconfig file is attached.


-- 
~Randy

View attachment "config-r4786" of type "text/plain" (102777 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ