mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
Linux kernel source tree
- fix queue unquiesce check on PCI slot_reset (Keith Busch)
- fix premature queue removal and I/O failover in nvme-tcp
(Michael Liang)
- don't restore null sk_state_change (Alistair Francis)
- select CONFIG_TLS where needed (Alistair Francis)
- always free derived key data (Hannes Reinecke)
- more quirks (Wentao Guan)
-----BEGIN PGP SIGNATURE-----
iQI/BAABCgApFiEEgdbnc3r/njty3Iq9D55TZVIEUYMFAmgTd88LHGhjaEBsc3Qu
ZGUACgkQD55TZVIEUYOnCg//cq9rROfnicHd21/Ohf0cwrdGzc3iuyr007MuFkun
h8AqsSaV5WwOswGrB8XZc/uO5JQfgsTwULU6fWGAbyt6/8VYDRM8lSdCSY6wvpF0
r4n5G+yY6jSwc9jYHFyXlSLRD4aVLz0tzxCyx6qP730gN8Iu27zcmSoSRvJBs5UR
EArG8AQ9P4L61WCODWxKtqi3XxgEVRnNKr8Zv4u3zBtWHwXOzVejeJKTdC2GhDuG
mjgnh2zUnsV4IOMel4JFe8caboVWeUnVI8+Ons0KkDx2qKX0vNd/o05jfKSJ3Mtp
2aN7lHUxEvMlNl30uYsJaFqU5XUQkE92+A+G+FFEjURcLs5bWBqDGVxRuW56VHyr
3Ic+3sBgAzbDOLVOJ27fe/eeZlwvUJdy83XA2dHfm466MlIrvozautUZF58IYWja
x7Wkd/jpFtdR4yL4seU+H2PT/mSvm+Aa12JbWyOeVEWIop3+or97byYzgp53KiO0
IfyOHGk0TGxK0td/9SCaYrONEToMDOPLr/QdeBuIMiyq8X+W2sf1qYQNdFRsoZN9
cFJDipXBXAcH3uSr/Rz1ixhuF8SoBj3OKMzovbvNhZGERnLTKmSYDWz/5QIONZa3
QsqZME4eRXamkZpdUYpufHkdMnEZJVayQbtdtvNS3n18u1S8HSTgsAifH5tiF4Tj
K+o=
=4k8v
-----END PGP SIGNATURE-----
Merge tag 'nvme-6.15-2025-05-01' of git://git.infradead.org/nvme into block-6.15
Pull NVMe fixes from Christoph:
"nvme fixes for Linux 6.15
- fix queue unquiesce check on PCI slot_reset (Keith Busch)
- fix premature queue removal and I/O failover in nvme-tcp
(Michael Liang)
- don't restore null sk_state_change (Alistair Francis)
- select CONFIG_TLS where needed (Alistair Francis)
- always free derived key data (Hannes Reinecke)
- more quirks (Wentao Guan)"
* tag 'nvme-6.15-2025-05-01' of git://git.infradead.org/nvme:
nvmet-auth: always free derived key data
nvmet-tcp: don't restore null sk_state_change
nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
nvme-tcp: fix premature queue removal and I/O failover
nvme-pci: add quirks for WDC Blue SN550 15b7:5009
nvme-pci: add quirks for device 126f:1001
nvme-pci: fix queue unquiesce check on slot_reset
|
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.