From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751372AbcAZTvf (ORCPT ); Tue, 26 Jan 2016 14:51:35 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:36186 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbcAZTvb (ORCPT ); Tue, 26 Jan 2016 14:51:31 -0500 Date: Tue, 26 Jan 2016 22:51:27 +0300 From: Cyrill Gorcunov To: Andy Lutomirski Cc: X86 ML , "linux-kernel@vger.kernel.org" , Brian Gerst , Denys Vlasenko , Borislav Petkov , Stas Sergeev , Pavel Emelyanov Subject: Re: [PATCH v3 0/4] x86: sigcontext fixes, again Message-ID: <20160126195127.GG22280@uranus> References: <20160126082243.GF22280@uranus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160126082243.GF22280@uranus> 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 On Tue, Jan 26, 2016 at 11:22:43AM +0300, Cyrill Gorcunov wrote: > > > > With this applied, all of the x86 selftests pass on x86_64. That > > wasn't the case before -- ldt_gdt_64 was broken. > > I've been testing this series already. I guess ;) Anyway, gonna try > it one more shot at the evening, just to make sure. From a glance > everything looks just great! FWIW, I built latest vanilla repo with the series applied, and it works fine for current criu. ... | Test: zdtm/live/static/maps00, Result: PASS | ZDTM tests PASS. ... So great for me Tested-by: Cyrill Gorcunov