mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
Linux kernel source tree
- mgmt: Check return of mgmt_alloc_skb - btusb: Initialize .owner field of force_poll_sync_fops -----BEGIN PGP SIGNATURE----- iQJNBAABCAA3FiEE7E6oRXp8w05ovYr/9JCA4xAyCykFAmfA6NcZHGx1aXoudm9u LmRlbnR6QGludGVsLmNvbQAKCRD0kIDjEDILKfI/EACPkI/oXeWj5dj+t2QXE0MZ J74aGQUg31G4GSlFG8VKf72NPr1tEnhk3kbSZFi14MnkXpSKGSew0FS1qSmszSub lZZmRmj3If4jS6+l0iD89bMJip4TDSLez4PwRzYzCKuK6WdyHBl3JB+B3xeSqLI3 hcOa5ZI3pC317RaVevsxFy2uNvGEJ+ftktcLQBQNr5XQaBjt+vynV9Lf6jwBjHPQ SDzJ3jmG7ZYAHBZ1n0u2jZNeIImhTATjZMm1pgu+eHl2pX+BxX4Rpu1T2zykLnI5 JWHVF2c3OpXJ6xnqrfZFA/lNosX0U3/A7goP89HqwL+M4U7SSFiTfliQkaP0OsF3 5n5mD+Nk9/ztgWsMN88G8QSMdrvfIwpvd0wEiXvErPaoYQ3jOT2+4Gk43cXswpd/ lxwtuVSC2xk9UT/f39Dah/3VlDfBMO+I7Camvuj4rGGkQaVlmTrQm71T9e8t2eWW V0lW6G0WcXRmiEob5n4TfnX+8TrlPSNLhcVDV9Wnnklavh+K52nMpgoOYBdR6Ixo BIi2EIixsd/W61J6WjOdROdZQfem1SgdjmC0GUK/r2IZhDImDeF5d5L0wUo4n0ok jVoXeBu/FGFoC3yuI/BrbO49Ll4VVXezHAjRyMLSPLwGDc+dHc1jKmmLBHXf2frd YUtS5Gess3iav/b1LAYdkA== =+Wfp -----END PGP SIGNATURE----- Merge tag 'for-net-2025-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth Luiz Augusto von Dentz says: ==================== bluetooth pull request for net: - mgmt: Check return of mgmt_alloc_skb - btusb: Initialize .owner field of force_poll_sync_fops * tag 'for-net-2025-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth: Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected() Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name() bluetooth: btusb: Initialize .owner field of force_poll_sync_fops ==================== Link: https://patch.msgid.link/20250227223802.3299088-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.