Re: [Crash-utility] "invalid structure member" on linux-4.9-rc1

2016-10-20 Thread Dave Anderson
Steve, I have checked in a patch that (at least tentatively) handles the new CONFIG_THREAD_INFO_IN_TASK configuration introduced in 4.9-rc1: https://github.com/crash-utility/crash/commit/c9f932440bd06f0a3d6d3ecc30d5c670021d5e5a There are still other issues with the most recent kernels, but t

Re: [Crash-utility] "invalid structure member" on linux-4.9-rc1

2016-10-18 Thread Dave Anderson
- Original Message - > You don't have a configuration choice with x86, as it appears it's an > architecture > requirement. It's a fairly significant intrusion w/respect to the crash > utility, > so you're pretty much out of luck, for now anyway. > > Any chance you can make your vmlin

Re: [Crash-utility] "invalid structure member" on linux-4.9-rc1

2016-10-18 Thread Dave Anderson
- Original Message - > > Hi, > > > > I'm trying to use the latest crash via the git repo, on the just > > released linux-4.9-rc1 kernel, and I'm hitting this failure when loading > > the vmcore. Any ideas? > > Apparently the 4.9 thread_info structure no longer has a "cpu" member? > > D

Re: [Crash-utility] "invalid structure member" on linux-4.9-rc1

2016-10-17 Thread Dave Anderson
> Hi, > > I'm trying to use the latest crash via the git repo, on the just > released linux-4.9-rc1 kernel, and I'm hitting this failure when loading > the vmcore. Any ideas? Apparently the 4.9 thread_info structure no longer has a "cpu" member? Dave > My crash git HEAD is: > > commit 64531dc85