Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbcDUMhd (ORCPT ); Thu, 21 Apr 2016 08:37:33 -0400 Received: from mail.skyhub.de ([78.46.96.112]:46933 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752310AbcDUMhc (ORCPT ); Thu, 21 Apr 2016 08:37:32 -0400 Date: Thu, 21 Apr 2016 14:37:11 +0200 From: Borislav Petkov To: Marc Haber Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm ML Subject: Re: Major KVM issues with kernel 4.5 on the host Message-ID: <20160421123711.GD28821@pd.tnic> References: <20160317165435.GB3022@torres.zugschlus.de> <20160317181128.GA30324@pd.tnic> <56EBD20A.1020608@redhat.com> <20160413183701.GC7600@torres.zugschlus.de> <570EADD2.8030300@redhat.com> <20160413222942.GD7600@torres.zugschlus.de> <570EEF6D.40307@redhat.com> <20160414052220.GE7600@torres.zugschlus.de> <20160421083948.GF21755@torres.zugschlus.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160421083948.GF21755@torres.zugschlus.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 47 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? Also, do the bisection as Paolo suggested: * try 45bdbcfdf241. * then do $ git bisect start v4.5-rc1 v4.4 which marks -rc1 as bad and 4.4 as good. 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? If not, do not hesitate to ask. Thanks -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.