mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
68da4e0eaaab421f228eac57cbe7505b136464af
This reverts commitb5f9c644eb. Revertb5f9c644eb("PCI: Remove struct pci_dev->driver"), which is needed to revert2a4d9408c9("PCI: Use to_pci_driver() instead of pci_dev->driver").2a4d9408c9caused a NULL pointer dereference reported by Robert Święcki. Details in the revert of that commit. Fixes:2a4d9408c9("PCI: Use to_pci_driver() instead of pci_dev->driver") Link: https://lore.kernel.org/linux-i2c/CAP145pgdrdiMAT7=-iB1DMgA7t_bMqTcJL4N0=6u8kNY3EU0dw@mail.gmail.com/ Reported-by: Robert Święcki <robert@swiecki.net> Tested-by: Robert Święcki <robert@swiecki.net> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%