diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-10-05 00:44:16 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-10-05 00:44:16 +0200 |
commit | b718f9d919d16fb7b97a890f74d34593d9cecd20 (patch) | |
tree | ed38d58283ae36e0478bac2e0d244e06dbcc2f1c /Documentation/admin-guide | |
parent | docs: checkpatch: add multiline, do/while, and multiple-assignment messages (diff) | |
parent | Linux 5.15-rc4 (diff) | |
download | linux-b718f9d919d16fb7b97a890f74d34593d9cecd20.tar.xz linux-b718f9d919d16fb7b97a890f74d34593d9cecd20.zip |
Merge tag 'v5.15-rc4' into docs-next
This is needed to get a docs fix that entered via the DRM tree; testers
have requested it so that PDF builds in docs-next work again.
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 35314b63008c..caa3c09a5c3f 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -259,7 +259,7 @@ Configuring the kernel Compiling the kernel -------------------- - - Make sure you have at least gcc 4.9 available. + - Make sure you have at least gcc 5.1 available. For more information, refer to :ref:`Documentation/process/changes.rst <changes>`. Please note that you can still run a.out user programs with this kernel. |