mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
Linux kernel source tree
- btusb: Configure altsetting for HCI_USER_CHANNEL - hci_event: Fix enabling passive scanning - revert: "hci_core: Fix sleeping function called from invalid context" - SCO: fix sco_conn refcounting on sco_conn_ready -----BEGIN PGP SIGNATURE----- iQJNBAABCAA3FiEE7E6oRXp8w05ovYr/9JCA4xAyCykFAmfLNsMZHGx1aXoudm9u LmRlbnR6QGludGVsLmNvbQAKCRD0kIDjEDILKc1sD/9u0T37c2ObaWbsA0XG0d+8 bHGJMqfwlc4w+oVnshodwMl3b0nJSruOaKcCFJYnlJyc3iM0e0/HI7+O3rn7okVW WuNpqUejhQ2aqsFj5hWC1V7PCHgN3LFOXvSwEnBKZ/UaoUfylpaXgfWdzkM/wajQ xiCt8spuDkbtWcSRdzLB3GXftU1UNhFJSw/wvWphZA1ulIOyfBAtXYbZoBIilArq 98DEgSbTDnak64Jhazvx0MlvpkwhPAasmyaxMD3+VehpNfuWpxzC5zZ7W3u9MOYP dxFQQ1X7lXuhpxwbU1aj7GIg12HHeKIr+pPrcWhyKS6qyU0oGAe/3WuuP7sH1IcQ Ey6Himi2ILXau6ieIkMQC9Zwnez98ciWJDRK53jdaI0hUgii90+JWxj0VS+Y+zMT g7dJA/fgC4I2uayXkOhoNRKPgs3hUsq9wOhL587bztAIKzf+VyBb3QgFZB1saTqE sP/rKhTDlmZ75Ufkyee/yZPy3LkUIt+ngxbPP6TPdX49wa9yKCeYG8V3vss2kBF7 6PIaW7Ua1jwoCf3iVUIt/QBmtSFnlAVn5cyruyNYbw20cCgYPu/hFYe1mCGbiDqO eEEQ1EEhtf2qVbV6mS8o6P8iRiNlL7KOHPGg5bXRmB2X16O/9i1pzj5WT2Zk6HNn 6XzACWWnifM/ar6yzWsdpw== =hfLm -----END PGP SIGNATURE----- Merge tag 'for-net-2025-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth Luiz Augusto von Dentz says: ==================== bluetooth pull request for net: - btusb: Configure altsetting for HCI_USER_CHANNEL - hci_event: Fix enabling passive scanning - revert: "hci_core: Fix sleeping function called from invalid context" - SCO: fix sco_conn refcounting on sco_conn_ready * tag 'for-net-2025-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth: Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" Bluetooth: hci_event: Fix enabling passive scanning Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL ==================== Link: https://patch.msgid.link/20250307181854.99433-1-luiz.dentz@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> |
||
|---|---|---|
| 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.