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 95127C4332F for ; Sat, 24 Dec 2022 10:03:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229507AbiLXKDe (ORCPT ); Sat, 24 Dec 2022 05:03:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbiLXKDd (ORCPT ); Sat, 24 Dec 2022 05:03:33 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15A9A959C; Sat, 24 Dec 2022 02:03:33 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2336C60A51; Sat, 24 Dec 2022 10:03:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88AC9C433EF; Sat, 24 Dec 2022 10:03:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671876211; bh=z6vauG+yojR9tbLySl4qCSuCZDdhNY6BicAY/0AR/F4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PAOFPg1uBW5rirxza7Yxw7WAAFk0EndQBF5GVm40h622S95uOXZhYWNJ03VEoLycy OQhow8DDZgfr/TcrzervVwVMOAaJ/DCrNVPyaZLH/QkCohh+zWk4Xpf78lNXdoJ5CL I7QUQq/alo2REEkH+9L0XjvwmcWo5fDOxwGrvQSc= Date: Sat, 24 Dec 2022 11:03:27 +0100 From: Greg Kroah-Hartman To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Jens Axboe , linux-kernel@vger.kernel.org, Christoph Hellwig , Thomas Maier , Peter Osterlund , linux-block@vger.kernel.org Subject: Re: [PATCH] pktcdvd: remove driver. Message-ID: References: <20221202182758.1339039-1-gregkh@linuxfoundation.org> <20221224095353.w32xhmyzlft6qi4v@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221224095353.w32xhmyzlft6qi4v@pali> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Sat, Dec 24, 2022 at 10:53:53AM +0100, Pali Rohár wrote: > On Friday 02 December 2022 19:27:58 Greg Kroah-Hartman wrote: > > Way back in 2016 in commit 5a8b187c61e9 ("pktcdvd: mark as unmaintained > > and deprecated") this driver was marked as "will be removed soon". 5 > > years seems long enough to have it stick around after that, so finally > > remove the thing now. > > Why to remove? This driver is still widely used, userspace in active > maintenance and in last two years userspace software received more fixes > for CD-RW support and pktcdvd. It was marked as "please remove" back in 2016, why wasn't that changed if people were actually using this? > Just now community person informed me that somebody is going to remove > kernel support. Isn't there better ways to support the hardware needed than this driver? thanks, greg k-h