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 489EFC4332F for ; Sat, 24 Dec 2022 16:01:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229485AbiLXQBA (ORCPT ); Sat, 24 Dec 2022 11:01:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231256AbiLXQA7 (ORCPT ); Sat, 24 Dec 2022 11:00:59 -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 E7A0DE79; Sat, 24 Dec 2022 08:00:58 -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 847C2601D9; Sat, 24 Dec 2022 16:00:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8E71C433D2; Sat, 24 Dec 2022 16:00:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671897657; bh=tCIbJLGlKF/75werwPQ2M/iSeqjrp6+Cf8FBuisAnqU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XqcO2jRBhXDwjVXe+ck1nZ04WSgx7+AddMEgfc3KCK+RWr+Ak6GCfCPUjJcA9ZHiG ievkFMpGJfEikvnda676sju7UJOQx72ce6wrJfwt6wEZx5H15uiMP8fgULecD0gTfj RH681xMP+ETldkC6sAXLuxdLrDbcYkW4v9i0fKJG75XJJ1vVT0d6kV0RLJtmjX6fxz +yukBy4RBqi/7ivMZhVsUWtWlBRiBC/SAlJpcE2K1P5LAxP7MugWYXHVfIqdE+9B7U P6TKv4Oz4C/rbmANcekm6jEbt6mcJvBbNHs19hu+yfpwFMqDqIA4hifB+IfefsgEe+ zehkstKcXsvxA== Received: by pali.im (Postfix) id 2A47F720; Sat, 24 Dec 2022 17:00:55 +0100 (CET) Date: Sat, 24 Dec 2022 17:00:55 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Borislav Petkov Cc: Greg Kroah-Hartman , Jens Axboe , linux-kernel@vger.kernel.org, Christoph Hellwig , Thomas Maier , linux-block@vger.kernel.org Subject: Re: [PATCH] pktcdvd: remove driver. Message-ID: <20221224160055.ln3dbhx7dnut7dwi@pali> References: <20221202182758.1339039-1-gregkh@linuxfoundation.org> <20221224095353.w32xhmyzlft6qi4v@pali> <20221224101139.sgvhr2n3pbrs4agm@pali> <20221224133425.vlcxbaaynihiom4a@pali> <20221224154842.o4ngrwmskduowttm@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Saturday 24 December 2022 16:58:19 Borislav Petkov wrote: > On Sat, Dec 24, 2022 at 04:48:42PM +0100, Pali Rohár wrote: > > Do you think that it is fully illogical to never inform and ignore > > userspace projects which are under active maintenance and are using > > kernel APIs and kernel drivers which somebody decided to remove? > > How is one supposed to find those userspace projects? Maybe it would be a wise to read a documentation which is in the kernel source tree? Or at least read the deletion patch itself as it is linked from there? Or what else could be easier than this? > Lemme repeat my question: is there a logic/rule somewhere which says to > inform *you* when this driver gets removed?! Let me repeat my original question again: Why to remove this driver?