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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BC11EE57DF for ; Mon, 11 Sep 2023 07:54:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234588AbjIKHyR convert rfc822-to-8bit (ORCPT ); Mon, 11 Sep 2023 03:54:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230265AbjIKHyP (ORCPT ); Mon, 11 Sep 2023 03:54:15 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06713F5 for ; Mon, 11 Sep 2023 00:54:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 62534635DB5B; Mon, 11 Sep 2023 09:43:48 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Zt4T-9st26DK; Mon, 11 Sep 2023 09:43:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 08DD16234896; Mon, 11 Sep 2023 09:43:48 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Bc_dpGCLszHV; Mon, 11 Sep 2023 09:43:47 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id D05ED635DB5B; Mon, 11 Sep 2023 09:43:47 +0200 (CEST) Date: Mon, 11 Sep 2023 09:43:47 +0200 (CEST) From: Richard Weinberger To: Vincent Whitchurch Cc: davidgow , x86 , dave hansen , kernel , rafael j wysocki , linux-kernel , Johannes Berg , mingo , linux-um , tglx , andreyknvl@gmail.com, anton ivanov , Dmitry Vyukov , hpa , Peter Zijlstra , ryabinin a a , frederic@kernel.org, bp , Alexander Potapenko , Vincenzo Frascino , kasan-dev Message-ID: <1681710160.12996.1694418227692.JavaMail.zimbra@nod.at> In-Reply-To: References: <20230609-uml-kasan-v1-1-5fac8d409d4f@axis.com> Subject: Re: [PATCH] x86: Fix build of UML with KASAN MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: x86: Fix build of UML with KASAN Thread-Index: AQHZmsQx3HM02RYVik+aPUiiZcEw2q+Dtz2AgJIVpwAaWaDaFg== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Vincent Whitchurch" >> Thanks: I stumbled into this the other day and ran out of time to debug it. >> >> I've tested that it works here. >> >> Tested-by: David Gow > > Thanks. Perhaps someone could pick this up? It's been a few months, > and the build problem is still present on v6.6-rc1. I'll happily carry it though the UML tree if we get an ACK from x86 maintainers. Thanks, //richard