https://github.com/torvalds/linux
Revision 13d822bf1cba78612b22a65b91cd6d4d443b6254 authored by Jens Axboe on 21 December 2023, 21:32:35 UTC, committed by Jens Axboe on 21 December 2023, 21:32:35 UTC
Pull NVMe fixes from Keith:

"nvme fixes for Linux 6.7

 - Revert a commit with improper sleep context (Keith)
 - Fix async event handling sleep context (Maurizio)"

* tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme:
  nvme-pci: fix sleeping function called from interrupt context
  Revert "nvme-fc: fix race between error recovery and creating association"
2 parent s c6d3ab9 + f6fe0b2
Raw File
Tip revision: 13d822bf1cba78612b22a65b91cd6d4d443b6254 authored by Jens Axboe on 21 December 2023, 21:32:35 UTC
Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7
Tip revision: 13d822b
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top