Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443708 > unrolled thread
| Started by | "Steve Wise" <swise@opengridcomputing.com> |
|---|---|
| First post | 2016-07-14 21:20 +0200 |
| Last post | 2016-07-14 21:20 +0200 |
| Articles | 1 — 1 participant |
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.
RE: vmcore not getting created on linux-4.7 "Steve Wise" <swise@opengridcomputing.com> - 2016-07-14 21:20 +0200
| From | "Steve Wise" <swise@opengridcomputing.com> |
|---|---|
| Date | 2016-07-14 21:20 +0200 |
| Subject | RE: vmcore not getting created on linux-4.7 |
| Message-ID | <rUUkV-5fo-15@gated-at.bofh.it> |
> >
> > 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@redhat.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@redhat.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.
Back to top | Article view | linux.kernel
csiph-web