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.
Linux kernel source tree
Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance.This reverts commit 8a104f8b5867c682d994ffa7a74093c54469c11f.
Code is just code, no politics please.
Hi friend, I delete a duplicate word.
This patch fixes a missing PCI ID which is necessary for the Lenovo Yoga 720-15 Touchpad to work. See this bug report on Launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1700657
Many thanks to CoolStar, who found this solution!
Thanks for sharing linux in github! The beer is free too!
…ntroller. When a packet larger than MTU arrives in Linux from the modem, it is discarded with -EOVERFLOW error (Babble error). This is seen on USB3.0 and USB2.0 busses. This is essentially because the MRU (Max Receive Size) is not a separate entity to the MTU (Max Transmit Size) and the received packets can be larger than those transmitted. Following the babble error there were an endless supply of zero-length URBs which are rejected with -EPROTO (increasing the rx input error counter each time). This is only seen on USB3.0. These continue to come ad infinitum until the modem is shutdown. There appears to be a bug in the core USB handling code in Linux that doesn't deal well with network MTUs smaller than 1500 bytes. By default the dev->hard_mtu (the real MTU) is in lockstep with dev->rx_urb_size (essentially an MRU), and it's the latter that is causing trouble. This has nothing to do with the modems; the issue can be reproduced by getting a USB-Ethernet dongle, setting the MTU to 1430, and pinging with size greater than 1406.
Request to remove Intel from SDIO ID since hardware never became available to clean up file.
Looks to have been missed during this pull request "This hardware never became available to normal humans. Leaving this driver imposes unwelcome maintenance costs for no clear benefit." https://github.com/torvalds/linux/commit/ce8126c334f4960fc091d57ad293b250be7f3a4f
socket {} expected success "but" got err {}
while trying to compile and run this file independently for another project (timer DS research) I have encountered a small warning regarding sign status for bkt, this fixes this warning while not chaning functionality in any way
Small patch to add support for USB HSF Modems using Conexant CX06836 Chipset (idVendor=0572, idProduct=1300)
Category: C/C++ / Miscellaneous |
Watchers: 7.7k |
Star: 105.5k |
Fork: 35.8k |
Last update: Feb 20, 2021 |