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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 868F6C4167B for ; Tue, 12 Dec 2023 07:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=c1Jv8LQVrRzSU3sykWK0d4IznSUdzM+/4TnOxPsqdxk=; b=Khl3gCvJ0msmN3 fRwT8v3qRd6f/F/77rBVGfmCWsEDx26/oFrk9FUjkKQ6kdZtNmcMF/CJQ7zu5S4KnJiQy1QEMSkwc xuDY+h30MbzUsHO/yGSiUBNYbf8nFlWCpQz/we7+zCydRG8LHByt/M7x5Kgpi7eOdeY7WfLMPLjxJ pvj5hRgRkN34hj0p3wJw+NHpa/888SXLY8G7Q1R+xHRuhDHn01ZEQUdU3hGeY8Y6U5z1WTx94ke3S feYT+bsv7doF//HFHUPHZHtHugValOmJM+9TB9PvxqGeS6OyMepcc7rkDAD8FACQURQv6SCVY45Mv OfjGBUkON8LZLXhVOgXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rCwwh-00AuRa-0S; Tue, 12 Dec 2023 07:12:47 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1rCwwc-00AuQo-0N; Tue, 12 Dec 2023 07:12:42 +0000 Date: Mon, 11 Dec 2023 23:12:42 -0800 From: Christoph Hellwig To: Samuel Holland Cc: Christoph Hellwig , Palmer Dabbelt , Harry Wentland , Leo Li , Rodrigo Siqueira , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, David Airlie , Christian =?iso-8859-1?Q?K=F6nig?= , Alex Deucher , Pan Xinhui , Daniel Vetter , amd-gfx@lists.freedesktop.org, Masahiro Yamada , Nathan Chancellor , Nick Desaulniers , Nicolas Schier , linux-kbuild@vger.kernel.org, Josh Poimboeuf , Peter Zijlstra , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] drm/amd/display: Support DRM_AMD_DC_FP on RISC-V Message-ID: References: <20231122030621.3759313-1-samuel.holland@sifive.com> <20231122030621.3759313-4-samuel.holland@sifive.com> <6d4cecd5-9083-4d68-a7e2-266dae9e3952@sifive.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6d4cecd5-9083-4d68-a7e2-266dae9e3952@sifive.com> X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Thu, Dec 07, 2023 at 10:49:53PM -0600, Samuel Holland wrote: > Actually tracking all possibly-FPU-tainted functions and their call sites is > probably possible, but a much larger task. I think objtool should be able to do that reasonably easily, it already does it for checking section where userspace address access is enabled or not, which is very similar. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv