Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756904AbcKVU6L (ORCPT ); Tue, 22 Nov 2016 15:58:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37120 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756789AbcKVU6J (ORCPT ); Tue, 22 Nov 2016 15:58:09 -0500 Date: Tue, 22 Nov 2016 21:58:05 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Jim Mattson Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini , stable@vger.kernel.org, Nadav Amit , Dmitry Vyukov , Steve Rutherford , Andrew Honig , Prasad Pandit Subject: Re: [PATCH] KVM: x86: restore IP after all far jump failures Message-ID: <20161122205804.GD12634@potion> References: <20161122192104.19836-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 22 Nov 2016 20:58:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 231 Lines: 6 2016-11-22 12:03-0800, Jim Mattson: > Should the subject read: "KVM: x86: restore CS after all far jump failures"? Yes, thanks. Maybe "preserve CS" would be even better. I'll fix it when applying if there are no other problems.