mbox series

[GIT,PULL] nvme fix for Linux 6.2

Message ID Y++ARzuse5GE4UCL@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for Linux 6.2 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.2-2022-02-17

Message

Christoph Hellwig Feb. 17, 2023, 1:25 p.m. UTC
The following changes since commit 9a28b92cc21e8445c25b18e46f41634539938a91:

  Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2 (2023-02-15 13:47:27 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.2-2022-02-17

for you to fetch changes up to e917a849c3fc317c4a5f82bb18726000173d39e6:

  nvme-pci: refresh visible attrs for cmb attributes (2023-02-17 08:31:05 +0100)

----------------------------------------------------------------
nvme fix for Linux 6.2

 - fix visibility of the CMB sysfs attributes (Keith Busch)

----------------------------------------------------------------
Keith Busch (1):
      nvme-pci: refresh visible attrs for cmb attributes

 drivers/nvme/host/pci.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Jens Axboe Feb. 17, 2023, 4:07 p.m. UTC | #1
On 2/17/23 6:25 AM, Christoph Hellwig wrote:
> The following changes since commit 9a28b92cc21e8445c25b18e46f41634539938a91:
> 
>   Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2 (2023-02-15 13:47:27 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.2-2022-02-17
> 
> for you to fetch changes up to e917a849c3fc317c4a5f82bb18726000173d39e6:
> 
>   nvme-pci: refresh visible attrs for cmb attributes (2023-02-17 08:31:05 +0100)
> 
> ----------------------------------------------------------------
> nvme fix for Linux 6.2
> 
>  - fix visibility of the CMB sysfs attributes (Keith Busch)

Pulled, thanks.