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 8DF24C433F5 for ; Wed, 9 Mar 2022 11:40:58 +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=LIb6uVrJ0pnR1I8LjFPf5XDmxpZfxahwxrRkSTDgLVc=; b=u7rcOHRGFOdZQ5 iU2omNA8POnRfICNhN1nGie8WMylL9K9m3m/5v8tHzKmXPJUymeB6DVXgmpQtS1B3TyXP97wWZ0Y/ p5sNFgDc7HI79sv/LcR4l4Um0LJUizQmXfXx+WRbD23wND6X84ms1/uFkb7VtKrDi2JSzAX4VvrnJ InzuKH2nTzcs27Q2PERpyFbcifD2dXnvGc1L6j8tC91Z4gYj5XajsVFa1JBoTupsHtv0Yhs5KJlvv 8ercTeGiIlKfWNFog+pojK6hidQrpha1+472lWkWvXLDO8rir+5kSPlVfYp1mUPZvQM/0kl85cwBJ fgioaIcAODy0ggqtUQDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRufV-008Kgd-PV; Wed, 09 Mar 2022 11:39:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRufT-008Kfs-2R for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 11:39:48 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CAD0661842; Wed, 9 Mar 2022 11:39:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFE7EC340EE; Wed, 9 Mar 2022 11:39:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646825985; bh=y+Yvby6w+Zo1s8NYWaTnpXLpJ6Yz9I8OUipgiWT0tUs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jOAuXxxA1e0H43RkgOyslCw3dlJL/XhNsymsXkccM2bBPmVjoJE3yDMuEfHa1s6tF iMEHM392ww/wC6o8c7ZNVZJcEwXgOZdDXpFn/Kiq8aKTJWO5B+vbmSZZnd62xS5nVF Mx7WPXr1Ge6ds+PsFZyipx55aH648ibG6NR1nU5GyplOAag+tucZF4DMGsn+X/8X/M OQFwvXZk2ZsWNp3etNgIGdKMQ2R8b/psuVlehp44hDxnhoNrPA6w42MSliKG63xTSe q+6h3WmrwxjPrqlVfXfYDfcAcb4plcZnnyWnLsF3McAML7WhCY+Vg/wZex/lzMrEuY 4opuk63GWUsgA== Date: Wed, 9 Mar 2022 11:39:35 +0000 From: Will Deacon To: Paul Semel Cc: linux-kernel@vger.kernel.org, andreyknvl@google.com, vincenzo.frascino@arm.com, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, paul.semel@datadoghq.com Subject: Re: [PATCH] arm64: kasan: fix include error in MTE functions Message-ID: <20220309113935.GA352@willie-the-truck> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220309_033947_196456_1F400931 X-CRM114-Status: GOOD ( 12.52 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Mar 08, 2022 at 10:30:58AM +0100, Paul Semel wrote: > Fix `error: expected string literal in 'asm'`. > This happens when compiling an ebpf object file that includes > `net/net_namespace.h` from linux kernel headers. > > Include trace: > include/net/net_namespace.h:10 > include/linux/workqueue.h:9 > include/linux/timer.h:8 > include/linux/debugobjects.h:6 > include/linux/spinlock.h:90 > include/linux/workqueue.h:9 > arch/arm64/include/asm/spinlock.h:9 > arch/arm64/include/generated/asm/qrwlock.h:1 > include/asm-generic/qrwlock.h:14 > arch/arm64/include/asm/processor.h:33 > arch/arm64/include/asm/kasan.h:9 > arch/arm64/include/asm/mte-kasan.h:45 > arch/arm64/include/asm/mte-def.h:14 Do you know where this issue was introduced? I can't tell whether this patch is a fix for 5.17, or something needed only for 5.18 (and if so, which tree introduced the problem). Thanks, Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel