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 46E72C4727E for ; Wed, 30 Sep 2020 10:13:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDBCA2074A for ; Wed, 30 Sep 2020 10:13:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Cx85e2bi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729215AbgI3KNS (ORCPT ); Wed, 30 Sep 2020 06:13:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727426AbgI3KNR (ORCPT ); Wed, 30 Sep 2020 06:13:17 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D683C061755 for ; Wed, 30 Sep 2020 03:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=W1wURALxMMUQTe3egz5elA9sPppPaX+TnLqDpjm379E=; b=Cx85e2biBURTkq3433QCZ5DZbt Ia+DJlE9d+eEynt8AW/ICxfRnUU6u9CYgrfhZU6EU+G4N3ZG3JAP4FORG2I+7AsxQk1XSctUS9pCE MT9UbEmVJjHuZvW9S/vfuVVN3xq9DD+tiD6fG4kSmS880bhcZbU2mGa9byq777FO/uFb8soQYHBtG 23IRLWj8uOlwwIcscoaq1WZtBnsEfZss/89v07ga4N01y2o48feU3V6LkmEotSOj7/X4qK1fpizEj /GqGgyeq2KSapI0EX0IsWB4SR1JqVKF1IyZe+no6wgDiRnnVD+VSouxPA6UHxgWJ6ND1eQhmtkfrB pzszJKFQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNZ6S-00010w-K6; Wed, 30 Sep 2020 10:12:52 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 8DF63302753; Wed, 30 Sep 2020 12:12:51 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 76B0E203C0AA7; Wed, 30 Sep 2020 12:12:51 +0200 (CEST) Date: Wed, 30 Sep 2020 12:12:51 +0200 From: Peter Zijlstra To: Vasily Gorbik Cc: Josh Poimboeuf , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Miroslav Benes , Alexandre Chartre , Julien Thierry , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 0/2] objtool and cross compilation Message-ID: <20200930101251.GX2628@hirez.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 11:58:24AM +0200, Vasily Gorbik wrote: > This is based on v5.9-rc7, before "other architectures support" patches > starting pouring in. Please base on: tip/objtool/core, as is they no longer apply.