Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753408AbbBXW4g (ORCPT ); Tue, 24 Feb 2015 17:56:36 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:45606 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752761AbbBXW4e (ORCPT ); Tue, 24 Feb 2015 17:56:34 -0500 MIME-Version: 1.0 In-Reply-To: <54ED00B5.3020203@zytor.com> References: <1424803895-4420-1-git-send-email-dvlasenk@redhat.com> <54ED00B5.3020203@zytor.com> From: Andy Lutomirski Date: Tue, 24 Feb 2015 14:56:13 -0800 Message-ID: Subject: Re: [PATCH 1/4] x86: entry.S: tidy up several suboptimal insns To: "H. Peter Anvin" Cc: Denys Vlasenko , Linus Torvalds , Steven Rostedt , Ingo Molnar , Borislav Petkov , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , X86 ML , "linux-kernel@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: 979 Lines: 27 On Tue, Feb 24, 2015 at 2:52 PM, H. Peter Anvin wrote: > On 02/24/2015 02:25 PM, Andy Lutomirski wrote: >> On Tue, Feb 24, 2015 at 10:51 AM, Denys Vlasenko wrote: >>> In all three 32-bit entry points, %eax is zero-extended to %rax. >>> It is safe to do 32-bit compare when checking that syscall# >>> is not too large. >> >> Applied. Thanks! >> > > NAK NAK NAK NAK NAK!!!! > > We have already had this turn into a security issue not just once but > TWICE, because someone decided to "optimize" the path by taking out the > zero extend. > > The use of a 64-bit compare here is an intentional "belts and > suspenders" safety issue. Fair enough. OK if I just undo that part of this patch? --Andy -- 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/