mirror of
https://github.com/torvalds/linux.git
synced 2026-08-15 12:00:16 +02:00
Linux kernel source tree
Contains a single fix for a strncpy()/strncat() issue that some versions of GCC are reporting. -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAl/BDfgTHHRyZWRpbmdA bnZpZGlhLmNvbQAKCRDdI6zXfz6zodlhEACy0anRWjikj1uXqnvHK8ELT5LHi8mr z/4uJi2VnKyP3WD6/DWM90/KIaNEYPyGRP23X8rBAZuzByoprs7gpG/gi4rk/w1z EaJiXiHLOJEjffmi9+JAei5x8gVIh6czD972HDU4iEHRZwV38twsr4hGBDA4zES2 qFvKORjE5eZ75v7ipOYLq3nUgc/JJsANK5QnkpaXEdo8Cd9HdoGXsNgyLzL8MLIU el7xIR3VMgRha2ONn7EqTDX6yINhNNCYBtoOKP0RSA2I5sZB9mULQx8DRcNsL0zh pGVJeou3iwOQPbCevKQ3HX67x5GCcgDt2fBzjBQ5B+YszpNpWqr/gQA6ohGc6RDP IWxilkgwnAmLTrSXMy6/ABb/NjNj2grnLAHAPtYUDbWf4P2fkCYZjYSR/Py2GOe3 p+uNFGjvsRgBBPMz7SEhJ9bCTbplrJlmOADx1Ho+vZhzmgyCn/pY88Ke9rCNde7G lMStT8d9/6K5E6lMZLC0I8Hc6Y1CvvGUqoyYhu58wqgKFNhGw9/OkOIac5CJ2dIl RfJqRtnwYOzmdbRcoEm1g1wijxCwv3hlNfhl7fzBD3dSmW061pwbGO3sD4FNNRxI 689b6g1CdtAPo1VCN+u29FCbQOuzE01myuclEAVft+qhYfvmDa6RjkyebvuR3KH6 MrCuNG4mLmFe1A== =Aw/q -----END PGP SIGNATURE----- Merge tag 'tegra-for-5.11-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers firmware: tegra: Changes for v5.11-rc1 Contains a single fix for a strncpy()/strncat() issue that some versions of GCC are reporting. * tag 'tegra-for-5.11-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: firmware: tegra: fix strncpy()/strncat() confusion Link: https://lore.kernel.org/r/20201127144329.124891-3-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| 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 Restructured Text 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.