From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5D29F413D6C; Fri, 15 May 2026 20:56:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778878612; cv=none; b=LezwDNWwUhKzQzWBb4eh8YLCaPHpvhiWmKsX4ISlpBDz+lFyS+S+Rbd336qSEIq1hJcboBHqkSY6pQeVpzlx2R3YRKN7jPL2E1DSIG2IOb4JBqJXruMlunCwEAR+aWUbMNPYDC26gfYOV6AyQ/px+jdQmfgdBNhhPblcwD8frtw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778878612; c=relaxed/simple; bh=NakMRS46W1oL9mqbKvNepb8mTvQx3uQdatcK6E5xQD8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=CZD76a7aGGQTvfZqyCASOe283Kw229aD7VrvlctKlzkhWF8Db9PZh0gP1uBfB+VWgMmJLO6IDQnKCg9ZE6LEwQiIvOq97PNq6mGaTNNCvSqnES4v7qZEG//Mf6GBBkX9H388+RF1kbEv08fdH/WvzTjMnJk48+e3xh66RGl1bQU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Dt5TkGt3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Dt5TkGt3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E107C2BCB0; Fri, 15 May 2026 20:56:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778878612; bh=NakMRS46W1oL9mqbKvNepb8mTvQx3uQdatcK6E5xQD8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Dt5TkGt39ZtVjDyH9NqztBlMdcQ9g678kION37ACp00mHIhB5JTmHFXdL4Uhiq/6C msqNy3bCtbyVcKP5oClpR7TqvTflTd4F8DSkn93XSMYyMrzWn44QGL1CJUveu3UE68 58aMCQeSrXUrdsZUTIjdWo8pCYUYlJdMic7yXEBRGLLFbq00QGVVTnnON6/IDK0Dbt K6xg8bC7174Upc6+q79jqCJSORlFiibUbv5Bs6GECqchO/MVP9lhKs2sxoaRJZ9SFy So/+HDZXkueSsqvlhQBYGQYMXqvvD3VJyUZhFoDed+xuLQkSFVivEd++Ho+Ox7IsuG Ed4fR9Nof9gvw== From: Thomas Gleixner To: Arnd Bergmann , Will Deacon , Joerg Roedel , Miguel Ojeda , Andrew Morton , Nathan Chancellor Cc: 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 In-Reply-To: <20260513145425.1579430-1-arnd@kernel.org> References: <20260513145425.1579430-1-arnd@kernel.org> Date: Fri, 15 May 2026 22:56:47 +0200 Message-ID: <87mry0xugg.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, May 13 2026 at 16:53, Arnd Bergmann wrote: > Link: https://lore.kernel.org/all/abRB6g-48ZX6Yl2r@willie-the-truck/ > Cc: Will Deacon > Cc: Thomas Gleixner > Cc: Andrew Morton > Cc: Miguel Ojeda > Cc: linux-kbuild@vger.kernel.org > Cc: stable@vger.kernel.org > Signed-off-by: Arnd Bergmann > --- > v2: I merged both patches into one, to simplify the dependency > on the new compiler_attributes.h macro. Which you could have split into 'provide macro', fix A, fix B ..., but that's just pedantry :) But seriously, this is way more palatable than the other hacks! Acked-by: Thomas Gleixner