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 5A623C61DA3 for ; Tue, 21 Feb 2023 17:03:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234894AbjBURDT (ORCPT ); Tue, 21 Feb 2023 12:03:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234930AbjBURC6 (ORCPT ); Tue, 21 Feb 2023 12:02:58 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD5122E0D8 for ; Tue, 21 Feb 2023 09:02:44 -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 3EDBF6113A for ; Tue, 21 Feb 2023 17:02:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEBCDC433EF; Tue, 21 Feb 2023 17:02:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676998963; bh=oLPwNsH1kzbIduAeXPFkZrP52COW7jFDZtOfTDZi3h8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U3HiRF8pCUCycONsklo4cGqNJnCXZxsZDeUaHOwGWcV7e98cHmfU82qtJuBf1y1z7 UdKqq44l3OK4b8BbzuM6rSu1FTz8XQQXgw070fpepnzhdcLKJrlNKMkIkwfp6QSPd/ oZXwst6bFsiyRmXpXCjsZ3ZCfyp/L8ZS/GXu6WGZvs6Q5BVL44xPScpMVGyBI9T8di ph9LD+HQn4dorMuN5GhFmhpa+D5IokEGyrYBs75Clu/+wvZ2c/vRfzVz3MO2YsQfvy u82yqLw7xDlsxCX3E0ENQm4YISpm/JFmGXCZ/J+PufYxMH/0mWo5PthJx57a1OjqQh 0Qzrnjn+LTzCQ== Date: Tue, 21 Feb 2023 10:02:39 -0700 From: Keith Busch To: Michal Berger Cc: Jens Axboe , Linux regressions mailing list , Jens Axboe , Christoph Hellwig , Sagi Grimberg , "linux-nvme@lists.infradead.org" , LKML Subject: Re: [regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs Message-ID: References: <52f9afe2-f621-77d8-9d10-449d539e901d@leemhuis.info> <151a00d9-0ea2-eadb-72b4-fa8a2dd41bfc@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 19, 2023 at 11:54:37PM +0100, Michal Berger wrote: > Have there been any patches submitted for testing? I don't see any as > part of this thread nor at the bugzilla where the issue was initially > reported. :) I'm sorry, I didn't see your email in the bugzilla. With time running out, I just posted the patch for upstream with a link to your original report, but I apologize for not getting you CC'ed on it. The fix is included in the 6.2 release.