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=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 38553C55ABD for ; Tue, 10 Nov 2020 17:46:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4C5C20781 for ; Tue, 10 Nov 2020 17:46:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="GVGL4ZpA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731147AbgKJRqZ (ORCPT ); Tue, 10 Nov 2020 12:46:25 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:20115 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730986AbgKJRqY (ORCPT ); Tue, 10 Nov 2020 12:46:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605030382; 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=iLppkAldaglNseeA1mLxrkn09RICx19onIxN5TInB1E=; b=GVGL4ZpAPVUPna9JI/Y/q5C0Djvv8sabIfR7/x/FMRUSdlq+mwCoEX+ZALnjnkkmZu3IuX Gaaw77hNqZ7K0/xE/dmf69v7QbaLts1umh1tts5gmYWyz93dWBjCiTcM+gTM3mp9vE7ljL c10TbKbgOEzTuFOGOFcLyPlb+W/uCLM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-300-k_d5_NtXO2qoXW_XbKINLw-1; Tue, 10 Nov 2020 12:46:18 -0500 X-MC-Unique: k_d5_NtXO2qoXW_XbKINLw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9C5FD804758; Tue, 10 Nov 2020 17:46:15 +0000 (UTC) Received: from treble (ovpn-120-104.rdu2.redhat.com [10.10.120.104]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0BAA52C31E; Tue, 10 Nov 2020 17:46:09 +0000 (UTC) Date: Tue, 10 Nov 2020 11:46:06 -0600 From: Josh Poimboeuf To: Sami Tolvanen Cc: Peter Zijlstra , Jann Horn , the arch/x86 maintainers , Masahiro Yamada , Steven Rostedt , Will Deacon , Greg Kroah-Hartman , "Paul E. McKenney" , Kees Cook , Nick Desaulniers , clang-built-linux , Kernel Hardening , linux-arch , Linux ARM , linux-kbuild , kernel list , linux-pci@vger.kernel.org Subject: Re: [PATCH v6 22/25] x86/asm: annotate indirect jumps Message-ID: <20201110174606.mp5m33lgqksks4mt@treble> References: <20201015102216.GB2611@hirez.programming.kicks-ass.net> <20201015203942.f3kwcohcwwa6lagd@treble> <20201020185217.ilg6w5l7ujau2246@treble> <20201021085606.GZ2628@hirez.programming.kicks-ass.net> <20201023173617.GA3021099@google.com> <20201110022924.tekltjo25wtrao7z@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201110022924.tekltjo25wtrao7z@treble> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, Nov 09, 2020 at 08:29:24PM -0600, Josh Poimboeuf wrote: > On Mon, Nov 09, 2020 at 03:11:41PM -0800, Sami Tolvanen wrote: > > CONFIG_XEN > > > > __switch_to_asm()+0x0: undefined stack state > > xen_hypercall_set_trap_table()+0x0: <=== (sym) With your branch + GCC 9 I can recreate all the warnings except this one. Will do some digging on the others... -- Josh