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 34043C3DA7D for ; Thu, 5 Jan 2023 11:25:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233147AbjAELZv (ORCPT ); Thu, 5 Jan 2023 06:25:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233231AbjAELZf (ORCPT ); Thu, 5 Jan 2023 06:25:35 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8752858D12 for ; Thu, 5 Jan 2023 03:25:23 -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 sin.source.kernel.org (Postfix) with ESMTPS id D0312CE1AA9 for ; Thu, 5 Jan 2023 11:25:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D769C4339B; Thu, 5 Jan 2023 11:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672917920; bh=KcCgz18PSxkemuPvCra8wEPTHz+NwNQi4KbNkNyT/3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ULwyogpOG93nNkAUZg2F/U/UehMbGMII/xmBG5t5C3FqVluL8iZtOaS0SDflzUKL6 XtwcPv1MHsJNot3bwsMhOcjOoJeIBxRhOJC2jSHSXzhjSNIA76XczzyP56pIqRMPgl adAoWo9dEklJkkcr9KY1Dp9OotrlTFDaWiYl2CnA= Date: Thu, 5 Jan 2023 12:25:17 +0100 From: Greg Kroah-Hartman To: Jens Axboe Cc: Linus Torvalds , Pali =?iso-8859-1?Q?Roh=E1r?= , Christoph Hellwig , Linux Kernel Mailing List Subject: Re: Linux 6.2-rc1 Message-ID: References: <20230104190115.ceglfefco475ev6c@pali> <20230104205640.o2uy2jk4v6yfm4w3@pali> <90eb90da-2679-cac0-979d-6ba0cc8ccbb8@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90eb90da-2679-cac0-979d-6ba0cc8ccbb8@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2023 at 02:43:16PM -0700, Jens Axboe wrote: > > The removal seems to revert cleanly, although it does require > > reverting a few subsequent commits too (that removed code that only > > pktcdvd used): > > > > git revert db1c7d779767 85d6ce58e493 f40eb99897af > > > > where we have > > > > db1c7d779767 block: bio_copy_data_iter > > 85d6ce58e493 block: remove devnode callback from struct > > block_device_operations > > f40eb99897af pktcdvd: remove driver. > > I'll queue this up - and unless I hear valid complaints to why we should > not just reinstate the driver for now, it'll go out with the next pull > request. If you do revert these, watch out for a build warning from the driver core when you revert this, I think there's a 'const' missing from somewhere that you might have to add back in due to other driver core changes. thanks, greg k-h