Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933623AbbDWLLz (ORCPT ); Thu, 23 Apr 2015 07:11:55 -0400 Received: from mail-ob0-f180.google.com ([209.85.214.180]:35328 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757195AbbDWLLx (ORCPT ); Thu, 23 Apr 2015 07:11:53 -0400 MIME-Version: 1.0 In-Reply-To: <20150423095631.GB28327@pd.tnic> References: <63da6d778f69fd0f1345d9287f6764d58be519fa.1427482099.git.luto@kernel.org> <5538B978.3060307@redhat.com> <20150423095631.GB28327@pd.tnic> Date: Thu, 23 Apr 2015 07:11:52 -0400 Message-ID: Subject: Re: [tip:x86/vdso] x86/vdso32/syscall.S: Do not load __USER32_DS to %ss From: Brian Gerst To: Borislav Petkov Cc: Denys Vlasenko , Steven Rostedt , Oleg Nesterov , Ingo Molnar , "H. Peter Anvin" , Andy Lutomirski , Linus Torvalds , Andy Lutomirski , Will Drewry , =?UTF-8?B?RnLDqWTDqXJpYyBXZWlzYmVja2Vy?= , Alexei Starovoitov , Linux Kernel Mailing List , Kees Cook , Thomas Gleixner , linux-tip-commits@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 25 On Thu, Apr 23, 2015 at 5:56 AM, Borislav Petkov wrote: > On Thu, Apr 23, 2015 at 11:20:56AM +0200, Denys Vlasenko wrote: >> * what if %ss before syscall was NOT the usual value of 0x2b, but some >> other segment, not the typical 0-base, 0xffffffff limit 32-bit expand-up one? >> Not restoring proper %ss would not go well. >> [but then, Intel CPUs work, and old code worked....] > > Have we run the exact same reproducer on Intel already? > > Brian, can you run the same thing on an Intel box, if you haven't done > so already? > > Thanks. Tested it on a Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz and cannot reproduce it there. Note that on Intel CPUs, we use the sysenter VDSO but return with sysret. -- Brian Gerst -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/