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>] [day] [month] [year] [list]
Date:	Thu, 14 Jul 2016 14:19:39 -0500
From:	"Steve Wise" <swise@...ngridcomputing.com>
To:	"'nborisov'" <n.borisov.lkml@...il.com>,
	<linux-kernel@...r.kernel.org>
Subject: RE: vmcore not getting created on linux-4.7

> >
> > Updating to 1.6.0 of makedumpfile didn't help. :(
> >
> 
> Does anyone else have suggestions on how to debug this?  From my original
> post, the dump kernel just reboots and I'm not sure why.  Where can I add
> printks to gather more info on why the dump kernel gives on on the dump?

Seems this issue was a bug in makedumpfile that is fixed with this commit:

commit 2c21d4656e8d3c2af2b1e14809d076941ae69e96
Author: Vitaly Kuznetsov <vkuznets@...hat.com>
Date:   Fri Jun 17 18:41:26 2016 +0900

    [PATCH v2] Support _count -> _refcount rename in struct page
    
    _count member was renamed to _refcount in linux commit 0139aa7b7fa12
    ("mm: rename _count, field of the struct page, to _refcount") and this
    broke makedumpfile. The reason for making the change was to find all users
    accessing it directly and not through the recommended API. I tried
    suggesting to revert the change but failed, I see no other choice than to
    start supporting both _count and _refcount in makedumpfile.
    
    Signed-off-by: Vitaly Kuznetsov <vkuznets@...hat.com>

I found this fix in the devel branch of
git://git.code.sf.net/p/makedumpfile/code.

I'm surprised others aren't seeing this?  All 6 of my development systems stop
being able to get vmcore dumps with 4.7-rc...

Steve.

Powered by blists - more mailing lists