From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752237AbeBHUCd (ORCPT ); Thu, 8 Feb 2018 15:02:33 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:54518 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbeBHUCc (ORCPT ); Thu, 8 Feb 2018 15:02:32 -0500 X-Google-Smtp-Source: AH8x226z6DHFdQH+KVOwss+2VUfxgwbZ7nKRI+3+l2lAHLAG9XycOK63NaPW2vRKGQq1HYmCsHVX0ZNhE8Nkk/csLFM= MIME-Version: 1.0 In-Reply-To: <20180208194406.GD25181@hirez.programming.kicks-ass.net> References: <20180207183543.GA8897@pd.tnic> <20180207184933.GA25201@hirez.programming.kicks-ass.net> <20180207191451.GC25201@hirez.programming.kicks-ass.net> <20180207192816.GA19536@pd.tnic> <20180208091302.GD25201@hirez.programming.kicks-ass.net> <20180208180357.GC25181@hirez.programming.kicks-ass.net> <20180208194406.GD25181@hirez.programming.kicks-ass.net> From: Linus Torvalds Date: Thu, 8 Feb 2018 12:02:31 -0800 X-Google-Sender-Auth: HI1xICCW-SquHd3T9Ugz_Wf3wRw Message-ID: Subject: Re: [linus:master] BUILD REGRESSION a2e5790d841658485d642196dbb0927303d6c22f To: Peter Zijlstra Cc: Borislav Petkov , kbuild test robot , Ingo Molnar , Thomas Gleixner , LKML , "the arch/x86 maintainers" , Arjan van de Ven Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 8, 2018 at 11:44 AM, Peter Zijlstra wrote: > > OK, here's the patch.. It leaves the UD0 in traps.c such that people > could recompile their kernel with a simple change. Ack, that seems about the best we can do. Linus