From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933386AbbELSZe (ORCPT ); Tue, 12 May 2015 14:25:34 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51629 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933024AbbELSZd (ORCPT ); Tue, 12 May 2015 14:25:33 -0400 Message-ID: <5552454C.8010702@zytor.com> Date: Tue, 12 May 2015 11:24:12 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Linus Torvalds , Ingo Molnar CC: Alex Henrie , One Thousand Gnomes , Kees Cook , Doug Johnson , Thomas Gleixner , Ingo Molnar , Tyler Hicks , Al Viro , Linux Kernel Mailing List , Andy Lutomirski , Andrew Morton , Borislav Petkov , Peter Zijlstra , Arjan van de Ven , Denys Vlasenko , Brian Gerst Subject: Re: [PATCH v2] x86: Preserve iopl on fork and execve References: <1431387505-13410-1-git-send-email-alexhenrie24@gmail.com> <20150512064032.GA25097@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/12/2015 08:13 AM, Linus Torvalds wrote: > On Mon, May 11, 2015 at 11:40 PM, Ingo Molnar wrote: >> >> - Nothing actually broke that people cared about in the last 2.5 >> years, thus this might be one of the (very very rare) cases where >> preserving a breakage is the right thing to do. > > Indeed. The Linux "no regressions" rule is not about some theoretical > "the ABI changed". It's about actual observed regressions. > > So if we can improve the ABI without any user program or workflow > breaking, that's fine. > But Linus, that would break dominix... ;) -hpa