mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Linux kernel source tree
* fix for an ACPI table parsing bug; * a fix for a NULL pointer dereference in the cfg with specific devices; * fix the rb_allocator; * prevent multiple phy configuration with new devices; * fix a race-condition in the rx queue; * prevent a couple of memory leaks; * fix initialization of 3168 devices (the infamous BAD_COMMAND bug); * fix recognition of some newer systems with integrated MAC; -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEF3LNfgb2BPWm68smoUecoho8xfoFAl2dsG0ACgkQoUecoho8 xfrbxxAAmybc8OJjSMwvyhi0PFEftsDzkmTY1FxqO5TGLWnyhz5zRp/IUWb/uxUP 9V6Y0h5BLuwjzDIj6N3lLcNziLNhVzHBXZidUHOkxqkgor0rDXCDvvhKoB3+fUl5 1M3el/DwBUKrqd9hYkDXwzULJtErt9kji7BYtxufqBatxUIjSdWjy3DzKJV/oKt4 OKkpIE7nCiGt3motveeZ+Yah+aDjRpXoBk7SMZ1Um1Qa8myfnwO6o15yT9wBvFM/ 4oFjUe2IhJEI96102VSvE7aYCpMXsIaQYFWjlAzsp9peu6fd1rgMKcil+dumHFSW f/cJWvozk4SZwbiwlRzcOD4I7ryXmPFmj3GcuRIcc7lUC3XoIs4YMMRGGwzcj929 ubReH4Sjrl8FS1KiUItJsPETHUIUWYTKsldklIrsfgIm6PBwQnil+blVA+tVwGc7 m/pIQl5hoiP8l0H4X1cCXoGbihYS95eGzzh8soSs7pde40UVVKcwvce44/Mm5Qld /FMGOA5q+6cLNrhcKQ7FHLO8XX4R9yLYGmFRr3m9tTabzmuypiCN37Tf8u6SNgXV uGXacRhDBJKrjrI5sXdyIpKjn4BkYjSDs2iWA4k1bjIacnwVii/gFYXfEQTqEJ7s 4Sq5qwx7oTmHAlpy7d1Bl0i6un/3A7sBopqiHA6ibxjYWHuG8jQ= =/62J -----END PGP SIGNATURE----- Merge tag 'iwlwifi-for-kalle-2019-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes First batch of fixes intended for v5.4 * fix for an ACPI table parsing bug; * a fix for a NULL pointer dereference in the cfg with specific devices; * fix the rb_allocator; * prevent multiple phy configuration with new devices; * fix a race-condition in the rx queue; * prevent a couple of memory leaks; * fix initialization of 3168 devices (the infamous BAD_COMMAND bug); * fix recognition of some newer systems with integrated MAC; |
||
|---|---|---|
| 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.