From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D0B1C433DF for ; Thu, 6 Aug 2020 22:13:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FC8220748 for ; Thu, 6 Aug 2020 22:13:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="jHeJAU7z"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="qIYoe7J1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726399AbgHFWN3 (ORCPT ); Thu, 6 Aug 2020 18:13:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725998AbgHFWN3 (ORCPT ); Thu, 6 Aug 2020 18:13:29 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBABEC061574 for ; Thu, 6 Aug 2020 15:13:28 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1596752006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mZLBLAIbdKaiA3wdTA7rUL51TgNpJlVhkmQwVAv+Fpc=; b=jHeJAU7zIWXrh2+ZOasvYTXuLcZhYmCUOgyeo1eRhsIFMUUQw70XQsWm6SR+Skq7e6a0RA ViYz1juf3L4fm1uriNYy9zlTKDY2NhbbjBO4K0asgdBDFdnM3z0PTM4tiER4mgvqO9F7To GaEuI89OqzR11TMuT+PGJS0egpkfBqdT4waNUAbol0jrLdorkjnCZvQcwzTntasQjJO2TA F6lp4geby+8lbfKrtPI3KRyQHBUsJTY/VM3atNbuOYubugnPFlm4Bq3HFuuNmbAutYGneV jwkdBFyn1B51jUBvq+kaYeoLAnNLQYl+X9ltCM5DxUs1uwiTKNzDEKGJUhvosw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1596752006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mZLBLAIbdKaiA3wdTA7rUL51TgNpJlVhkmQwVAv+Fpc=; b=qIYoe7J1jyyDzLLkZQjLHTJMkee1TnwY8Nihzj6WkJCiFEa1xTZWxf7yD8xB+pwZP5S8Jb 6AcSoOixylfKpBBw== To: sedat.dilek@gmail.com, Arnd Bergmann Cc: Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , "Kirill A. Shutemov" , Zhenzhong Duan , Kees Cook , Peter Zijlstra , Juergen Gross , Andy Lutomirski , Andrew Cooper , linux-kernel@vger.kernel.org, Clang-Built-Linux ML Subject: Re: [PATCH] x86: work around clang IAS bug referencing __force_order In-Reply-To: References: <20200527135329.1172644-1-arnd@arndb.de> Date: Fri, 07 Aug 2020 00:13:25 +0200 Message-ID: <875z9vh18a.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sedat Dilek writes: > what is the status of this patch? Just looked at it. > I needed this one to be able to build VirtualBox via DKMS as an > out-of-tree kernel-module. Not being able to build the vbox rootkit is a feature, not a bug. Thanks, tglx