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 EF7141946DA for ; Mon, 2 Mar 2026 19:09:57 +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=1772478598; cv=none; b=NZNNgvrhhU00FGjd6exsE3D6h1ZHgWjqf+UYe8dz3J92JZDdVQDANzqxN6I7skCThENLpbcCAbRpWfn63X9ZXqSSPnOgxNiespCX5pWOjzhVC2ygMWeUmZww1WtOhKKdz5P0Zv9sWS0BaxEjbrsuKVsPt00Wa7z9ZrI3X0s0oC8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772478598; c=relaxed/simple; bh=7InRtv53MMzYWC/YXTrA6vZJ96b3NELg054P3cBPVs4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FUs7M7g5RzOmbBE1P5yFNkpmTk7RUZOX2nI8+xnNQzx73nijmP4DAjPO4EUppHGMKFXI/zKLlD0cEd+pt8kZzqI8wOE+BZPqQQedeQZo3V+2v5cMi3l/0af3lVclTq8V4ymhiPx8cSKdpmxn/HlFHYH++rINYi7fzQUBue+HQ6U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2sJl4HUh; 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="2sJl4HUh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6079AC19423; Mon, 2 Mar 2026 19:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772478597; bh=7InRtv53MMzYWC/YXTrA6vZJ96b3NELg054P3cBPVs4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2sJl4HUh/9aNznJFIDL/uI4tvueNBRReyhGhgTTqq2bvAYCLMeNZTBJgZEHej3l1E wQx6LKrZG6ZDYL7y1Mvrfd2SFzt2sH1M1tDcXp2hGBmjsDB2N3ECfxKN8nJXJgWWwB VPe78a1p6PQhgU6NJlXL0WVo3YQQSyB2mGKCV0+A= Date: Mon, 2 Mar 2026 14:09:46 -0500 From: Greg Kroah-Hartman To: Rodolfo Giometti Cc: Jori Koolstra , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] pps: change pps_class to a const struct Message-ID: <2026030231-captivate-financial-35d3@gregkh> References: <20260302151132.3302993-1-jkoolstra@xs4all.nl> <196781d0-5d92-4b5d-b863-780609147f5b@enneenne.com> <2026030238-egotistic-ellipse-4206@gregkh> 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 Mon, Mar 02, 2026 at 06:03:40PM +0100, Rodolfo Giometti wrote: > On 3/2/26 17:43, Greg Kroah-Hartman wrote: > > On Mon, Mar 02, 2026 at 04:24:40PM +0100, Rodolfo Giometti wrote: > > > On 3/2/26 16:11, Jori Koolstra wrote: > > > > The class_create() call has been deprecated in favor of class_register() > > > > as the driver core now allows for a struct class to be in read-only > > > > memory. Change pps_class to be a const struct class and drop the > > > > class_create() call. > > > > > > > > Suggested-by: Greg Kroah-Hartman > > > > Signed-off-by: Jori Koolstra > > > > > > Acked-by: Rodolfo Giometti > > > > Wait, want me to pick these up through my tree? no objection if you > > want me to, just need to know. > > Andrew usually adds the PPS patches, but we can use your tree too. :) Which ever you want is easiest for me, your call.