From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B63D214288; Fri, 5 Apr 2024 06:53:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712300018; cv=none; b=KeP9/EVEmZ5++NJRxeVuR6qvhqK7MOm1WVeu9WgiTb9Jiew0AQutyZAGa+dzzsiuQ+aJPRPmJ72e4eazB4cs+MC9M4IGZV150ZlbrgEb8zlizr8pVeE178Pa+z9XECxNtCyWcTGyy8JzPxUygrG58ra65q++YPnBnSspv6dkVbU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712300018; c=relaxed/simple; bh=gpgHvvLkx+2p0kJ6tIH1HyH+2ICFlapxokbUJcmMuAg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sN5My7V+rrfoI9Di2DrDheAELLs8oxwJzdimsCO3tTZH8qL6+JckB9WZIY083QxKRlwaq/+zE5v0sBK3XH/ObsRewRVJcog1gbFD74qMh3DJVEzhC5ExM6C0cNpBPEL8vjZoBcd1D67FLwvcS9NC/vhBPrFJfvegLqATvzflBnY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 424BC68D07; Fri, 5 Apr 2024 08:53:33 +0200 (CEST) Date: Fri, 5 Apr 2024 08:53:33 +0200 From: Christoph Hellwig To: Saranya Muruganandam Cc: Jens Axboe , Tejun Heo , Yu Kuai , Christoph Hellwig , stable@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] block: Fix BLKRRPART regression Message-ID: <20240405065333.GB4023@lst.de> References: <20240405014253.748627-1-saranyamohan@google.com> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240405014253.748627-1-saranyamohan@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Hmm, what is this? It looks kinda like the patch I sent out, but with the flag moved into an odd place?