From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by sourceware.org (Postfix) with ESMTPS id 8F14C3861962 for ; Thu, 9 Jul 2020 14:43:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8F14C3861962 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cmarinas@kernel.org Received: from gaia (unknown [95.146.230.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D58752073A; Thu, 9 Jul 2020 14:43:50 +0000 (UTC) Date: Thu, 9 Jul 2020 15:43:48 +0100 From: Catalin Marinas To: Szabolcs Nagy Cc: linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Will Deacon , Dave P Martin , Vincenzo Frascino , Kevin Brodsky , Andrey Konovalov , Peter Collingbourne , Andrew Morton , libc-alpha@sourceware.org, nd@arm.com Subject: Re: [PATCH v6 26/26] arm64: mte: Add Memory Tagging Extension documentation Message-ID: <20200709144347.GA7758@gaia> References: <20200703153718.16973-1-catalin.marinas@arm.com> <20200703153718.16973-27-catalin.marinas@arm.com> <20200709093253.GI32219@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709093253.GI32219@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2020 14:43:54 -0000 On Thu, Jul 09, 2020 at 10:32:54AM +0100, Szabolcs Nagy wrote: > The 07/03/2020 16:37, Catalin Marinas wrote: > > + /* > > + * To be compiled with -march=armv8.5-a+memtag > > + */ > > + #include > > + #include > > + #include > > + #include > > + #include > > + #include > > + #include > > the example should now include stdint.h Thanks. I should write user-space stuff more often ;) -- Catalin