Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices:
OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
-----BEGIN PGP SIGNATURE----- iQFHBAABCgAxFiEEK3kIWJt9yTYMP3ehqclaivrt76kFAmDUKNUTHG1rbEBwZW5n dXRyb25peC5kZQAKCRCpyVqK+u3vqb9BB/9V7TVpbOzQ3vvhS7w/7oz357aodB2t uL4R5jV0fCf9hKXlHdbT3VKG49sPCnOSlZ3YYpFwfxB/AowWOe5sf9zKwcIb7z95 O3ZouirZYFRcTwFQs/wN4kUetyXl/gcHVJpvxQHowqf3U+f7u//JOiiBNeIbAdZA f5+KfB77ZfuUpOjtijX3Tt4HnfbzWKCcf17cncTK0dWVJkChfqtBP1+H/9iH/xjj 8vVaW8Kx1FDLY7CKcHfCGxQy5QUy2OK+hfmeP60tUXdnB1znBbWH2D1Sc/aHlb3R iWTBMBoxbZbN6YBYMBDjzwXgfYNb6IIAcV02xlvn+9nMShJPKeoxz3Mz =9WcJ -----END PGP SIGNATURE----- Merge tag 'linux-can-fixes-for-5.13-20210624' of git://git.kernel.org/ pub/scm/linux/kernel/git/mkl/linux-can Marc Kleine-Budde says: ==================== pull-request: can 2021-06-24 this is a pull request of 2 patches for net/master. The first patch is by Norbert Slusarek and prevent allocation of filter for optlen == 0 in the j1939 CAN protocol. The last patch is by Stephane Grosjean and fixes a potential starvation in the TX path of the peak_pciefd driver. ==================== Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| 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.