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] [day] [month] [year] [list]
Date:   Mon, 31 Aug 2020 13:39:24 -0500
From:   Larry Finger <Larry.Finger@...inger.net>
To:     Anshuman Khandual <anshuman.khandual@....com>,
        Michael Ellerman <mpe@...erman.id.au>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Christophe Leroy <christophe.leroy@....fr>,
        Christophe Leroy <christophe.leroy@...roup.eu>
Subject: Re: Warning on Kernel 5.9.0-rc1 on PowerBook G4 (ppc32), bisected to
 a5c3b9ffb0f4

On 8/31/20 5:46 AM, Anshuman Khandual wrote:
> 
> 
> On 08/29/2020 06:40 AM, Larry Finger wrote:
>> In kernel 5.9.0-rc1 on a PowerBook G4 (ppc32), several warnings of the following type are logged:
>>
>>   ------------[ cut here ]------------
>>   WARNING: CPU: 0 PID: 1 at arch/powerpc/mm/pgtable.c:185 set_pte_at+0x20/0x100
> 
> All those warnings triggered at the same place i.e arch/powerpc/mm/pgtable.c:185 ?
> 
>>   Modules linked in:
>>   CPU: 0 PID: 1 Comm: swapper Not tainted 5.9.0-rc2 #2
>>   NIP:  c002add4 LR: c07dba40 CTR: 00000000
>>   REGS: f1019d70 TRAP: 0700   Not tainted  (5.9.0-rc2)
>>   MSR:  00029032 <EE,ME,IR,DR,RI>  CR: 22000888  XER: 00000000
>>
>>     GPR00: c07dba40 f1019e28 eeca3220 eef7ace0 4e999000 eef7d664 f1019e50 00000000
>>     GPR08: 007c2315 00000001 007c2315 f1019e48 22000888 00000000 c00054dc 00000000
>>     GPR16: 00000000 00000000 2ef7d000 000007c2 fffffff0 eef7b000 000004e8 eef7d000
>>     GPR24: eef7c5c0 00000000 007c2315 4e999000 c05ef548 eef7d664 c087cda8 007c2315
>>   NIP [c002add4] set_pte_at+0x20/0x100
>>   LR [c07dba40] debug_vm_pgtable+0x29c/0x654
>>   Call Trace:
>>   [f1019e28] [c002b4ac] pte_fragment_alloc+0x24/0xe4 (unreliable)
>>   [f1019e48] [c07dba40] debug_vm_pgtable+0x29c/0x654
>>   [f1019e98] [c0005160] do_one_initcall+0x70/0x158
>>   [f1019ef8] [c07c352c] kernel_init_freeable+0x1f4/0x1f8
>>   [f1019f28] [c00054f0] kernel_init+0x14/0xfc
>>   [f1019f38] [c001516c] ret_from_kernel_thread+0x14/0x1c
>>   Instruction dump:
>>   57ff053e 39610010 7c63fa14 4800308c 9421ffe0 7c0802a6 81250000 bfa10014
>>   7cbd2b78 90010024 552907fe 83e60000 <0f090000> 3d20c089 83c91280 813e0018
>>   ---[ end trace 4ef67686e5133716 ]---
>>
>> Although the warnings do no harm, I suspect that they should be fixed in case some future modification turns the warning statements into BUGS.
> 
> These warnings are from mm/debug_vm_pgtable.c test, wont be converted into BUGS.
> But nonetheless, need to be addressed though.
> 
>>
>> The problem was bisected to commit a5c3b9ffb0f4 ("mm/debug_vm_pgtable: add tests validating advanced arch page table helpers") by Anshuman Khandual <anshuman.khandual@....com>
> 
> There are some known issues wrt DEBUG_VM_PGTABLE on certain ppc64 platforms. But
> I thought it worked all right on ppc32 platforms though. Adding Christophe Leroy
> here. Currently, there is a series under review that makes DEBUG_VM_PGTABLE work
> correctly on ppc64 platforms. Could you please give it a try and see if it fixes
> these warnings ?
> 
> https://patchwork.kernel.org/project/linux-mm/list/?series=339387

That series of patches did get rid of the warnings.

Thanks,

Larry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ