Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935407AbdCWPkI (ORCPT ); Thu, 23 Mar 2017 11:40:08 -0400 Received: from mail-io0-f182.google.com ([209.85.223.182]:32851 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754389AbdCWPkF (ORCPT ); Thu, 23 Mar 2017 11:40:05 -0400 MIME-Version: 1.0 In-Reply-To: <20170323153204.4lxglq6jlvvxp6ev@pd.tnic> References: <20170322203834.67556-1-thgarnie@google.com> <20170323153204.4lxglq6jlvvxp6ev@pd.tnic> From: Thomas Garnier Date: Thu, 23 Mar 2017 08:40:03 -0700 Message-ID: Subject: Re: [PATCH v4 1/4] syscalls: Restore address limit after a syscall To: Borislav Petkov Cc: "H. Peter Anvin" , Andy Lutomirski , Martin Schwidefsky , Heiko Carstens , Dave Hansen , David Howells , Al Viro , Arnd Bergmann , =?UTF-8?Q?Ren=C3=A9_Nyffenegger?= , Andrew Morton , "Paul E . McKenney" , Ingo Molnar , Thomas Gleixner , Oleg Nesterov , Pavel Tikhomirov , Stephen Smalley , Ingo Molnar , Andy Lutomirski , Paolo Bonzini , Rik van Riel , Kees Cook , Josh Poimboeuf , Brian Gerst , "Kirill A . Shutemov" , Christian Borntraeger , Russell King , Vladimir Murzin , Will Deacon , Catalin Marinas , Mark Rutland , James Morse , "linux-s390@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux API , X86 ML , "linux-arm-kernel@lists.infradead.org" , "kernel-hardening@lists.openwall.com" 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: 662 Lines: 17 On Thu, Mar 23, 2017 at 8:32 AM, Borislav Petkov wrote: > On Thu, Mar 23, 2017 at 08:14:44AM -0700, Thomas Garnier wrote: >> Okay well then people are fine with a BUG_ON approach. I will do a >> next iteration tailored to that. I will also try to add the static >> inline suggestion from Peter. > > Would it be possible, please, to refrain from top-posting when replying > on the ML? > > You sometimes reply inline and after the text and sometimes at the top. > This subthread has both variants and it is really annoying to people > like me who try to follow the discussion. Sure, I will try to always reply inline. Sorry bad habits. -- Thomas