mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
* Fix support for 3168 device series; * Fix a potential crash when using FW debugging recording; * Improve channel flags parsing to avoid warnings on too long traces; * Return -ENODATA when the temperature is not available, since the -EIO we were returning was causing fatal errors in userspace; * Avoid printing too many messages in dmesg when using monitor mode, since this can become very noisy and completely flood the logs; -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEF3LNfgb2BPWm68smoUecoho8xfoFAlnXYzEACgkQoUecoho8 xfqQsg//f5tpf0pqtpKVIwXH+uapsbbKmFswfpjNLg3Yk8xbaIL9RNvaNge/J/G2 wdJ8mD6dweKUVj+XelzFA9LS5yjOWzckQJ3Ovp8QVXz5h4/Y6oXedOArRISvti0p Z5w/WWA8ru8OgLYkrRsHOmHvKIrZJnb15v7S7X+MrtDpxQ18OLksdIptne90Geng ocTUIIRCU8TM8b/+kTVxiICQv4YqNU/LN9IMxT7IQ7MKplpcwPGxVE+zE/a8MrC3 Skhb98J2ATC5dEIQ1kUhugDP3kZ7zrTFNwGlsmcisHbmN6zI0dfcvPm0elHaY2+0 QGMrl8mJ3tgmSWwT4uhaJ3GDgQVzSV8tY2zrv95C57/CVJ5mgh5GY57capxWRa8K YgyTNZNld57R8kLMSHOIL22V+lVJpVW6/Cnt2063mBYn3CdsBoTH+Bo75QTBWkUz 13IxWYD4UyAf3F8quXOXsHKqsySsRAIDaMeA7cKga1vM+/yMkM/waKhOvysBj+ie BnU0poRAixdpGs0E0JJmKZOpDV7b8D7/AlRY3PEEvpOTrxaj9uynXgC6jhseP52E dUwfDaZw12iDM+dAxS/0yTNGZzTj1MULFuOPchUrEp19gN51aO4aUAt38d3g5sU+ XJZQkgKnHpxUOsaQd8L4E2b5Wv6PZWtG3Qqc8+5SCh2eZpgpuY4= =0jVu -----END PGP SIGNATURE----- Merge tag 'iwlwifi-for-kalle-2017-10-06' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes Second set of iwlwifi fixes for 4.14 * Fix support for 3168 device series; * Fix a potential crash when using FW debugging recording; * Improve channel flags parsing to avoid warnings on too long traces; * Return -ENODATA when the temperature is not available, since the -EIO we were returning was causing fatal errors in userspace; * Avoid printing too many messages in dmesg when using monitor mode, since this can become very noisy and completely flood the logs; |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. 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.