From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5F58E28FC for ; Wed, 22 Mar 2023 13:20:17 +0000 (UTC) Received: from 8bytes.org (p200300c27714bc0086ad4f9d2505dd0d.dip0.t-ipconnect.de [IPv6:2003:c2:7714:bc00:86ad:4f9d:2505:dd0d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id C0D7B242DA5; Wed, 22 Mar 2023 14:20:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1679491213; bh=6dZRE9ZGIH+WkYFPa9eqo+NZ3SRbZms9Pu5996vBO0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sNR+pcCXMp1e//rqE+AecQ0a3hUMlNOp8/N39tCxLLcFAAmv1xJLg9ObgzRj9SbNT soOoBzqM5JcbJE0aliv4YQubPc3HIX+xTL5eFuQZV+RpG0y8KdnDVtGDuS6Zti/uHO Ch9EJ0FtsdmGysUTAJGYPj9H9VPDrSTzmWL/psJU0PyafKIDlGkyORFVzOkcs4cReW ewamyd+O8bm2mRSTEsG7BXDhI1WJuRncEaXDDvIvnfpXwPrURqLZQRJRXoC4b0Ccon Qa2T7AqzFh70JJUzkkn8qY/ytpD7Lwsi7CzUmJZ64eH5mHjH7qn45gfewba7BoSpq1 tN4i66hEgXJlA== Date: Wed, 22 Mar 2023 14:20:12 +0100 From: Joerg Roedel To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Will Deacon , Robin Murphy , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: make kobj_type structure constant Message-ID: References: <20230214-kobj_type-iommu-v1-1-e7392834b9d0@weissschuh.net> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230214-kobj_type-iommu-v1-1-e7392834b9d0@weissschuh.net> On Tue, Feb 14, 2023 at 03:25:53AM +0000, Thomas Weißschuh wrote: > Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.") > the driver core allows the usage of const struct kobj_type. > > Take advantage of this to constify the structure definition to prevent > modification at runtime. > > Signed-off-by: Thomas Weißschuh > --- Applied, thanks. Btw, b4 reported DKIM errors checking your patch submission. Can you check the DKIM setup on you email domain, please?