From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314AbdKZQA2 (ORCPT ); Sun, 26 Nov 2017 11:00:28 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37965 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbdKZQA1 (ORCPT ); Sun, 26 Nov 2017 11:00:27 -0500 X-Google-Smtp-Source: AGs4zMb+520pPLWKfSSUHcVIokfP8in7j39nOM0QEpzKqma2GO8bCqzx97fQSdaq8+ttHDGpFeur7Q== Date: Sun, 26 Nov 2017 17:00:23 +0100 From: Ingo Molnar To: Andy Lutomirski Cc: Dave Hansen , X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" , Brian Gerst , Linus Torvalds Subject: Re: [PATCH v2] x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss Message-ID: <20171126160023.mxwfa33fad472r7i@gmail.com> References: <03fb20a8639aeecfeda3ba18a520ce646267eb9a.1510371795.git.luto@kernel.org> <2fdf9cf9-ec48-e63f-2ec8-44160c206c9a@intel.com> <20171126134844.o4nz6kuuzsflxrw6@gmail.com> <20171126155837.ludnd6va4rqy5d37@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171126155837.ludnd6va4rqy5d37@gmail.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > Could you please do a delta to the very latest WIP.x86/mm instead? > > In the latest I have included the review tags already, and all the easy-to-do > review feedback as well, so the delta should be rasonably small. > > These entry bits are destined for x86/urgent real soon, so Thomas and me are > trying to pin the tree down and do delta changes only. > > If it's a simple full interdiff between your latest and WIP.x86/mm that's fine as > well, can backmerge everything accordingly. Also feel free to include the two unwinder enhancements from you and Josh in the delta series (as two separate patches) - WIP.x86/mm won't change more today. Thanks, Ingo