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 95713C636D6 for ; Thu, 23 Feb 2023 09:40:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233909AbjBWJjy (ORCPT ); Thu, 23 Feb 2023 04:39:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234214AbjBWJjx (ORCPT ); Thu, 23 Feb 2023 04:39:53 -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 66E07B767 for ; Thu, 23 Feb 2023 01:39:52 -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 D71FC61629 for ; Thu, 23 Feb 2023 09:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AF12C433D2; Thu, 23 Feb 2023 09:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677145191; bh=p5qstACsvvSKPdCAX9OO7WE6oUb3hnBSioQgRI/CIgo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bCzzpH3VMlq1Mq8BP25RVRhBknRHHc2aOyQFkVg+9zqzhbMjrPCH84trJ0v7xu6ps E6ngGT2DVIXcNAjJvRJeM1bIf8Y2rMCCq3aSP6/kw37FHWiGdbmeD8RezIyW+DY2SM QQvuunaPH1H/SdRrc3BMt4VX/Rx2zq7Zwh/C8H+s= Date: Thu, 23 Feb 2023 10:39:49 +0100 From: Greg Kroah-Hartman To: wenyang.linux@foxmail.com Cc: Sasha Levin , Yu Kuai , Josef Bacik , Jens Axboe , stable@vger.kernel.org Subject: Re: [PATCH 5.10 2/4] nbd: fix max value for 'first_minor' Message-ID: References: <20230220180449.36425-1-wenyang.linux@foxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 23, 2023 at 10:39:17AM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 21, 2023 at 02:04:47AM +0800, wenyang.linux@foxmail.com wrote: > > From: Yu Kuai > > > > commit e4c4871a73944353ea23e319de27ef73ce546623 upstream. > > > > I never recieved patch 0/4 or 1/4 of this series saying what it is for > (and neither did lore.kernel.org.) Ah, now I found patch 1/4, your email threading got broken somehow, odd... thanks greg k-h