Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384321
| From | Marc Haber <mh+linux-kernel@zugschlus.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Major KVM issues with kernel 4.5 on the host |
| Date | 2016-04-21 17:00 +0200 |
| Message-ID | <rqofh-2i1-35@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <rnBC2-8vj-15@gated-at.bofh.it> <rnE6S-1XS-7@gated-at.bofh.it> <rnI0O-54S-9@gated-at.bofh.it> <rqitb-6j1-11@gated-at.bofh.it> <rqm3N-Ju-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Apr 21, 2016 at 02:37:11PM +0200, Borislav Petkov wrote:
> On Thu, Apr 21, 2016 at 10:39:48AM +0200, Marc Haber wrote:
> > Currently, I cannot explain how this has happened, I must have flagged
> > an actually good kernel as bad from my understanding of git bisect.
> >
> > Can you give advice how to continue here?
>
> Yap, sounds like you marked a bisection step incorrectly, which lead
> into the wrong direction. How reliable is your reproducer?
Usually, the crash or filesystem corruption happens in the first 15 to
30 minutes. I have had one instance running three hours before
corrupting, I have therefore upped the run time to nine hours before
saying "this kernel is good".
What bothers me is that since I ended up with a "suspect" commit that
actually results in a "good" kernel (running for 22 hours now), I must
have said "bad" to an actually "good" kernel, which means that I had
an unrelated crash or corruption. Is that reasoning correct?
> Also, do the bisection as Paolo suggested:
>
> * try 45bdbcfdf241.
That one qualified as "good" six days ago. I'll retry, maybe I just
didn't wait long enough.
"Trying" means make oldconfig, make deb-pkg in my case right? Does it
matter what I answer to the numerous config questions that keep coming
up during the oldconfig step?
> * then do
>
> $ git bisect start v4.5-rc1 v4.4
>
> which marks -rc1 as bad and 4.4 as good.
Would it help to explicitly mark
0e749e54244eec87b2a3cd0a4314e60bc6781115 as good so that the knowledge
gained during the last week is not completely lost?
> While you're doing that bisect, do what Paolo said by applying the diff
> here
>
> https://lkml.kernel.org/r/570EADD2.8030300@redhat.com
>
> when the bisection point you're at at each step contains
>
> 46896c73c1a4 ("KVM: svm: add support for RDTSCP")
>
> You should apply the above hunk by doing
>
> $ patch -p1 --dry-run -i /tmp/hunk
>
> If it applies fine, you then apply it
>
> $ patch -p1 -i /tmp/hunk
>
> All clear?
So I need to git log | grep 46896c73c1a4 and apply the patch again
each time the commit is found?
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany | lose things." Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Major KVM issues with kernel 4.5 on the host Marc Haber <mh+linux-kernel@zugschlus.de> - 2016-04-21 10:50 +0200
Re: Major KVM issues with kernel 4.5 on the host Borislav Petkov <bp@alien8.de> - 2016-04-21 14:40 +0200
Re: Major KVM issues with kernel 4.5 on the host Marc Haber <mh+linux-kernel@zugschlus.de> - 2016-04-21 17:00 +0200
Re: Major KVM issues with kernel 4.5 on the host Borislav Petkov <bp@alien8.de> - 2016-04-21 19:00 +0200
Re: Major KVM issues with kernel 4.5 on the host Marc Haber <mh+linux-kernel@zugschlus.de> - 2016-04-21 22:10 +0200
Re: Major KVM issues with kernel 4.5 on the host Borislav Petkov <bp@alien8.de> - 2016-04-23 18:10 +0200
Re: Major KVM issues with kernel 4.5 on the host Marc Haber <mh+linux-kernel@zugschlus.de> - 2016-04-23 20:50 +0200
Re: Major KVM issues with kernel 4.5 on the host "Dr. David Alan Gilbert" <dave@treblig.org> - 2016-04-23 21:20 +0200
Re: Major KVM issues with kernel 4.5 on the host Borislav Petkov <bp@alien8.de> - 2016-04-24 02:00 +0200
csiph-web