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 39867C19F2A for ; Fri, 29 Jul 2022 08:24:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234978AbiG2IYz (ORCPT ); Fri, 29 Jul 2022 04:24:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229784AbiG2IYx (ORCPT ); Fri, 29 Jul 2022 04:24:53 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAA72282; Fri, 29 Jul 2022 01:24:52 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 8DDC3343F6; Fri, 29 Jul 2022 08:24:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1659083091; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HVUw/ScUkBbwG3qhNKtC/NB/sbj9kZuurJ959BkLRak=; b=lee2ID6yMMH26vjwNI4b9rAzitPEHp94J3A8/cIjm9DcHp6xiW4RrO6HbQtt7wPbcpQ7q6 STW2MtF/mB67aTBbj70Sp5digv6tl8inqW6JlBFah70BhE6cfRqCHNEDXdPGB4D195fkHq bGdnCOX4U80V2818iDStDYQJe0cwjZw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1659083091; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HVUw/ScUkBbwG3qhNKtC/NB/sbj9kZuurJ959BkLRak=; b=GsW95GJzafObw/GEFoVkzE2wHD+dL6UDeOFdcRklwmGmceSmamc+iyPoNJNUBS8Tt7/gEP xjwdUb3jtoE/AdCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1A29913A8E; Fri, 29 Jul 2022 08:24:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 266DBFOZ42JfRwAAMHmgww (envelope-from ); Fri, 29 Jul 2022 08:24:51 +0000 Date: Fri, 29 Jul 2022 10:24:49 +0200 From: Joerg Roedel To: Hanjun Guo Cc: Ren Zhijie , lpieralisi@kernel.org, sudeep.holla@arm.com, rafael@kernel.org, lenb@kernel.org, shameerali.kolothum.thodi@huawei.com, robin.murphy@arm.com, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 -next] ACPI/IORT: Fix build error implicit-function-declaration Message-ID: References: <20220726033520.47865-1-renzhijie2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 26, 2022 at 02:54:59PM +0800, Hanjun Guo wrote: > Lorenzo, will this patch go via ARM64 tree? No, this needs to go via IOMMU tree, as the problem is introduced there. Patch is now applied, thanks. -- Jörg Rödel jroedel@suse.de SUSE Software Solutions Germany GmbH Frankenstraße 146 90461 Nürnberg Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman