From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpcmd0757.aruba.it (smtpcmd0757.aruba.it [62.149.156.57]) (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 7B19D41C2FD for ; Mon, 2 Mar 2026 17:03:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.149.156.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772471036; cv=none; b=UnUa7QpJ+vgxhWbjBnUf6G2mEpfCPrcaxaM5spWF5GLKnURM2yVq+oUUb3KFB9e0EnTa0+qf9QXNbpOSsl2AE0r2BRouxiJrDOIw4yt4arfp2bAP/uQPP3H/MASmGdPI4yv6k2mZcEdWhwTqpsTIbqQjX1e6tSga1xinlFoowN0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772471036; c=relaxed/simple; bh=cM40L/it6iIe3f3MRGd9eK+QhW8m0ubGbhiTYRM/0Ms=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=OBS2HIZTuL0c/2EkopnwGyi3B1W1REFKGDBVJjBgblFkzoAV+PVyNDcLK5lGOZpJbuppyDujOr/VYPcID2WxXEA6VLnar02iGZxaN1jsxHpXvkL/hJg+Utj4hvUrE8BM2kTCFouZGm4AxkU3dd/Ac2pWws8qu260nSHkjvCc9pA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=enneenne.com; spf=pass smtp.mailfrom=enneenne.com; dkim=pass (2048-bit key) header.d=aruba.it header.i=@aruba.it header.b=EcZt2yIU; arc=none smtp.client-ip=62.149.156.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=enneenne.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=enneenne.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=aruba.it header.i=@aruba.it header.b="EcZt2yIU" Received: from [192.168.0.189] ([109.118.83.103]) by Aruba SMTP with ESMTPSA id x6gGvfzb8tpTfx6gIvctId; Mon, 02 Mar 2026 18:03:48 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1772471028; bh=cM40L/it6iIe3f3MRGd9eK+QhW8m0ubGbhiTYRM/0Ms=; h=Date:MIME-Version:Subject:To:From:Content-Type; b=EcZt2yIUHjb17BGNAVsVFLasdrloOXBB2O08pOX5WXXtsalBxHRXQcHurnW3LsAkI RibIB+vKB3PIuxi2ubDGwrJDP7ovGIJVidR23QJIKrNJbYkGOmN24A8Wrq5MRuyRu8 xSdRg1pe4YrmN5cF54pW64Yh5p35bDHThBOmPZaFG70Oc4W2QGbU0Zd9NhJUoIEr9+ aLBuQSeu88CB5lGOkf05d9JSm7JejDlG3jCpJOsT7Rdw3I6SgyUhPFcEkv5q24gnPV tBb5o7VcX5/wep79IMUBs2C1FHkmiCQFpihCY1H4g2jVqqSINremOz/gChoYmauci/ Hiih1tP+w4Adw== Message-ID: Date: Mon, 2 Mar 2026 18:03:40 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] pps: change pps_class to a const struct Content-Language: en-US To: Greg Kroah-Hartman Cc: Jori Koolstra , linux-kernel@vger.kernel.org, Andrew Morton References: <20260302151132.3302993-1-jkoolstra@xs4all.nl> <196781d0-5d92-4b5d-b863-780609147f5b@enneenne.com> <2026030238-egotistic-ellipse-4206@gregkh> From: Rodolfo Giometti In-Reply-To: <2026030238-egotistic-ellipse-4206@gregkh> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfG2sgUjligolId3/zT/v++CeiRT6xy6Dgd4Mjg4BJsUuiRZ7gCadIP8HecvP8PS9B6LWOxru8jZPpAMlgY//CEqFYN+CJ7TbBIvX2vAQ7A7tgz0fG2CK wKeZl5iBx2ecCoG4XYTduFzCH6H8ww0TifsIk1BfEtFPd6MdWecVnFpOx+Y87Kah5WFObDfa/kMV6CsMmJNjUt6J7V/RWMs2J9g7s7rRYzaPWs6vQeWXo5CG u5FDPoMmPIqc5tw0PhZv+fRzLDothEl1oyT3IMqW0lwViE6Fn+AGqWGO7pD5SEG74QiPmI1f4In1rHQg9Tn3Kg== 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. :) Ciao, Rodolfo -- GNU/Linux Solutions e-mail: giometti@enneenne.com Linux Device Driver giometti@linux.it Embedded Systems phone: +39 349 2432127 UNIX programming