Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932844AbbELPNj (ORCPT ); Tue, 12 May 2015 11:13:39 -0400 Received: from mail-ie0-f181.google.com ([209.85.223.181]:35774 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753251AbbELPNf (ORCPT ); Tue, 12 May 2015 11:13:35 -0400 MIME-Version: 1.0 In-Reply-To: <20150512064032.GA25097@gmail.com> References: <1431387505-13410-1-git-send-email-alexhenrie24@gmail.com> <20150512064032.GA25097@gmail.com> Date: Tue, 12 May 2015 08:13:35 -0700 X-Google-Sender-Auth: qDtDkYdJIlj4eWGfRUvdyP5P8bo Message-ID: Subject: Re: [PATCH v2] x86: Preserve iopl on fork and execve From: Linus Torvalds To: Ingo Molnar Cc: Alex Henrie , One Thousand Gnomes , Kees Cook , "H . Peter Anvin" , 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 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: 1167 Lines: 26 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. How was this detected? Was it just from code inspection? Because if so, I think the "don't preserve iopl" is indeed the better ABI and we should keep it, accidental or not, since it restricts the impact. But if it turns out somebody was actually depending on it, it's a regression. Of course, 2.5 years later, that is unlikely, but hey, some usages clearly end up updating kernels much too seldom. Linus -- 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/