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 BA1BFC7EE23 for ; Wed, 7 Jun 2023 05:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234382AbjFGFKc (ORCPT ); Wed, 7 Jun 2023 01:10:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233798AbjFGFKa (ORCPT ); Wed, 7 Jun 2023 01:10:30 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69F201726; Tue, 6 Jun 2023 22:10:28 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id BB01868AA6; Wed, 7 Jun 2023 07:10:24 +0200 (CEST) Date: Wed, 7 Jun 2023 07:10:24 +0200 From: Christoph Hellwig To: mwilck@suse.com Cc: "Martin K. Petersen" , Christoph Hellwig , Ming Lei , Bart Van Assche , James Bottomley , linux-scsi@vger.kernel.org, linux-block@vger.kernel.org, Hannes Reinecke Subject: Re: [PATCH v2 1/3] bsg: increase number of devices Message-ID: <20230607051024.GA20052@lst.de> References: <20230606193845.9627-1-mwilck@suse.com> <20230606193845.9627-2-mwilck@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230606193845.9627-2-mwilck@suse.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Jun 06, 2023 at 09:38:43PM +0200, mwilck@suse.com wrote: > From: Hannes Reinecke > > Larger setups may need to allocate more than 32k bsg devices, so > increase the number of devices to the full range of minor device > numbers. > > Signed-off-by: Hannes Reinecke Martin, if you send this on it also needs your signoff. Otherwise looks good: Reviewed-by: Christoph Hellwig