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 437A3CD5BD5 for ; Thu, 28 May 2026 07:08:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kNIWDqV4SY6fBpLdgqVQI1H22bn6s/T4zvwSf9O1RyA=; b=uTqT06dAsYoBAx9F14epzOVA1n 7KPcYbo4LnuXgKzzo/WotDEi2fPcl1oEbaMT/K/LlQthZTm/iLo1HWO8H50hfeR1n0+JqTJUdDvvp NC8oJeklCcDKO9SNWKfdKlZ0Dpwkv2gGFCQExwkQyQNRFzvIQERme+QcgtS1JEZ3saBrgvrzAareg m1gNj+LXeaosb8R1VtBuFWWe+Z9TU7TDFbKsFPI5wAqAa/LTBPxO/VX3jY0yT37ClsmYKb+8DMumc k2E8RHoRWxxcZCkOYGaWeMAbFL1ycccOqCgUHKPQOYGU8tQ8ioR8jWZsHz5jSW0He3dK6e7HmhgMS VdmVjC7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wSUqh-00000005Et2-05vX; Thu, 28 May 2026 07:08:11 +0000 Received: from mail.8bytes.org ([85.214.250.239]) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wSUqe-00000005Esg-0ymr for linux-arm-kernel@lists.infradead.org; Thu, 28 May 2026 07:08:09 +0000 Received: from 8bytes.org (p200300f6af4fc5001a5b4667a2accba1.dip0.t-ipconnect.de [IPv6:2003:f6:af4f:c500:1a5b:4667:a2ac:cba1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 5CE6C1C6014; Thu, 28 May 2026 09:08:03 +0200 (CEST) Date: Thu, 28 May 2026 09:08:02 +0200 From: Joerg Roedel To: Arnd Bergmann Cc: Will Deacon , Miguel Ojeda , Andrew Morton , Thomas Gleixner , Nathan Chancellor , Arnd Bergmann , linux-kbuild@vger.kernel.org, stable@vger.kernel.org, Robin Murphy , Kees Cook , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings Message-ID: References: <20260513145425.1579430-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260513145425.1579430-1-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260528_000808_420263_FDFED2EB X-CRM114-Status: UNSURE ( 5.79 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Applied for -rc, thanks Arnd.