mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 14:14:24 +08:00
194098915a
Replace a zero-length array with a flexible-array (Gustavo A. R. Silva). -----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAl7VGx8SHHJqd0Byand5 c29ja2kubmV0AAoJEILEb/54YlRxPG4P/i7HmvEzcKD2Bi2oNscTluGa3e6sOCDm d3O8dBVgXjF3cVEJUR6/gs5wct8z4NGgVdK5+ms0AVkZloSrGD9eFykZcJFf0j05 z6oJXIQNPWRcdOah40lUm1u99iPBRQ5WjRs97+/O/3rm5NiBJUukJ8RApleD9Tue ANymVze8Ob06ZyRXrhxJ/gcbGjoaeRO0sGQDBfguQ3EWqzm9bemtmUOIrOxbbY8Z jjkojrT8AW76POMomsfwbPlrmXn7cWozTpwqMKmTaBjiBxpCtcRtMmUBd7jLCoXI 58d9bsIT3q4p9KGl0Ks6JXFmFYaIiY0wivKa1U5Ku7lveHdf7C76clY0e7AFoTxN doSf45ABq42wFKOroE9bsoJw4XpNuCtL9/EWdiDK8A59F4fMKYx1G9oscL0MADiz AvWdHInxejZDChCDRi2pobOKFXFwoF+PseAT0bXfwu8gumxqdvVaxilikZTCJdzU yhkv2cf5sib1eXuQAYEHjgcY69BI9wCQ4jzLzcVtuykSzqXV2pRaWBpRy3zyCAeC QbGfro8+Emi9+A3LQqfTgq3TqvYnx4cP3eCOa5PzybYVrZPQjwdF0JF+NUishImF HjSmHP4VT3trsfXwxHjpsnfQuJpXOr0LLu0JbCgIeU3fcVczzsFhbGSojAEBYjWy owat+NBpbQ4R =xRvl -----END PGP SIGNATURE----- Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm Pull PNP update from Rafael Wysocki: "Replace a zero-length array with a flexible-array (Gustavo A. R. Silva)" * tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PNPBIOS: Replace zero-length array with flexible-array |
||
---|---|---|
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.