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 991E3C25B47 for ; Wed, 25 Oct 2023 08:53:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234364AbjJYIxo (ORCPT ); Wed, 25 Oct 2023 04:53:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232665AbjJYIxl (ORCPT ); Wed, 25 Oct 2023 04:53:41 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F884184 for ; Wed, 25 Oct 2023 01:53:39 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 393AEC433C8; Wed, 25 Oct 2023 08:53:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698224018; bh=1F/+JADXLQs6GEIGMuABpZC3o11ZczlIZOgu1f4c3cc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gbsTAWw2dme6UTqc2lTOQKNtjvWw1Abk33aVmv5VY2f7ZNzWz1sNVIWqVzBTiusbi /M0aQsRzW/if9ZhX1BC5y+TQJfEP/Je9C5sk09j/Emj2468W0twkCwNHywBSmh5FzZ XffE8rhpfhhxIJq3gTym+iAIdMF8ERKXaV0u+/jc= Date: Wed, 25 Oct 2023 10:53:35 +0200 From: Greg Kroah-Hartman To: Jiri Slaby Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] misc: phantom: make phantom_class constant Message-ID: <2023102516-issue-status-60e9@gregkh> References: <2023102434-font-feast-98e3@gregkh> <77bf1ff4-86ca-4fa1-a590-9860a5dcf04f@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77bf1ff4-86ca-4fa1-a590-9860a5dcf04f@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2023 at 10:46:26AM +0200, Jiri Slaby wrote: > On 24. 10. 23, 13:49, Greg Kroah-Hartman wrote: > > Now that the driver core allows for struct class to be in read-only > > memory, we should make all 'class' structures declared at build time > > placing them into read-only memory, instead of having to be dynamically > > allocated at runtime. > > > > Cc: Jiri Slaby > > Cc: Arnd Bergmann > > The code: > > Reviewed-by: Jiri Slaby > > > igned-off-by: Greg Kroah-Hartman > > But I am missing ^S here. Ick, cut-and-paste error, odd. I'll fix this up when applying it. thanks for the review, greg k-h