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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5467C55179 for ; Thu, 29 Oct 2020 19:32:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 44FF3206DD for ; Thu, 29 Oct 2020 19:32:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726152AbgJ2Tcr (ORCPT ); Thu, 29 Oct 2020 15:32:47 -0400 Received: from verein.lst.de ([213.95.11.211]:50076 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgJ2Tcq (ORCPT ); Thu, 29 Oct 2020 15:32:46 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id BBE7067373; Thu, 29 Oct 2020 20:32:42 +0100 (CET) Date: Thu, 29 Oct 2020 20:32:42 +0100 From: Christoph Hellwig To: Greg Kroah-Hartman Cc: Christoph Hellwig , Jens Axboe , "Rafael J. Wysocki" , Denis Efremov , "David S. Miller" , Song Liu , Al Viro , Finn Thain , Michael Schmitz , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-raid@vger.kernel.org, linux-scsi@vger.kernel.org, linux-m68k@lists.linux-m68k.org Subject: Re: [PATCH 02/18] block: open code kobj_map into in block/genhd.c Message-ID: <20201029193242.GA4799@lst.de> References: <20201029145841.144173-1-hch@lst.de> <20201029145841.144173-3-hch@lst.de> <20201029192236.GA991240@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201029192236.GA991240@kroah.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2020 at 08:22:36PM +0100, Greg Kroah-Hartman wrote: > After this, you want me to get rid of kobj_map, right? Or you don't > care as block doesn't use it anymore? :) I have a patch to kill it, but it causes odd regressions with the tpm driver according to the kernel test. As I have grand plans that build on the block Ń•ide of this series for 5.11, I plan to defer the chardev side and address it for 5.12.