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 B66641422A3 for ; Tue, 23 Apr 2024 19:57:12 +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=1713902232; cv=none; b=JpI0RxuIi1dPHFnsP/qvd4Kju+bJElE/Dk8NVUA0IZW1pawiGH1fH2NO0l+VtX/moPrvjXoknVzAY8Zy3bj2X9r5SfTjtJQ32n+Ws45XSF3hMCMfj8jwtA2A027oX0bZvr/WtDkpTS1z0m/51Df8WM8xYERIn4tab9IiW8eTQzQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713902232; c=relaxed/simple; bh=jj/y9k1k2/l68zwukd3otAN0E5CDbwnRC4PxRJNSCRI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JDjfIQ+eAp34/Vu5Tveb5+LYlajRpsY96ZGg06txYfJOx13J5kXz+4Os5hQMx1UGCh9GKBXJ+XXYyiZd55Jpfe5UDzv5tAUXjlWD4tQn4mPZJDma/RFEERFvzyjrYPmM3MXouJVl+qE0NdpP5NBUzCFUhpqn4CotQEZns3+RMRs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Umwt1rgM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Umwt1rgM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1EF9AC2BD11; Tue, 23 Apr 2024 19:57:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1713902232; bh=jj/y9k1k2/l68zwukd3otAN0E5CDbwnRC4PxRJNSCRI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Umwt1rgMoDu0zKJfeR1CkiMm6P/lVYez+kwgzKW4j/Zm38Myqd20qaijWgKg5NON+ ILjNqWNAohlY0im2MmMfPbytocBkyyo/SINT7TAlDLPW8XqV//7Jg9VAQLw5D7aLOk SEOyWEWUu+Rgd+PlnVioB90GrW46L4cXb/kLN0d8= Date: Tue, 23 Apr 2024 12:57:02 -0700 From: "gregkh@linuxfoundation.org" To: "Winkler, Tomas" Cc: Kunwu Chan , "arnd@arndb.de" , "kunwu.chan@hotmail.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] mei: bus: constify the struct mei_cl_bus_type usage Message-ID: <2024042350-lend-unsettled-957f@gregkh> References: <20240423024133.1890455-1-chentao@kylinos.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Apr 23, 2024 at 07:45:08PM +0000, Winkler, Tomas wrote: > > > > > Now that the driver core can properly handle constant struct bus_type, > > move the mei_cl_bus_type variable to be a constant structure as well, > > placing it into read-only memory which can not be modified at runtime. > > > > Signed-off-by: Kunwu Chan > LGTM Can you provide a "Acked-by:"?