Mauro Carvalho Chehab | 609d99a | 2016-09-19 08:07:56 -0300 | [diff] [blame] | 1 | .. _changes: |
| 2 | |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 3 | Minimal requirements to compile the Kernel |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 4 | ++++++++++++++++++++++++++++++++++++++++++ |
| 5 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | Intro |
| 7 | ===== |
| 8 | |
| 9 | This document is designed to provide a list of the minimum levels of |
Mauro Carvalho Chehab | 81f10d1 | 2016-09-19 08:07:43 -0300 | [diff] [blame] | 10 | software necessary to run the 4.x kernels. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | This document is originally based on my "Changes" file for 2.0.x kernels |
| 13 | and therefore owes credit to the same people as that file (Jared Mauch, |
| 14 | Axel Boldt, Alessandro Sigala, and countless other users all over the |
| 15 | 'net). |
| 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | Current Minimal Requirements |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 18 | **************************** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 20 | Upgrade to at **least** these software revisions before thinking you've |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | encountered a bug! If you're unsure what version you're currently |
| 22 | running, the suggested command should tell you. |
| 23 | |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 24 | Again, keep in mind that this list assumes you are already functionally |
| 25 | running a Linux kernel. Also, not all tools are necessary on all |
Arnd Bergmann | 9c3c0c2 | 2019-04-18 22:43:36 +0200 | [diff] [blame] | 26 | systems; obviously, if you don't have any PC Card hardware, for example, |
| 27 | you probably needn't concern yourself with pcmciautils. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 29 | ====================== =============== ======================================== |
| 30 | Program Minimal version Command to check the version |
| 31 | ====================== =============== ======================================== |
Nick Desaulniers | 76ae847 | 2021-09-10 16:40:38 -0700 | [diff] [blame] | 32 | GNU C 5.1 gcc --version |
Nick Desaulniers | 3519c4d | 2020-08-26 12:15:55 -0700 | [diff] [blame] | 33 | Clang/LLVM (optional) 10.0.1 clang --version |
Masahiro Yamada | 37d69ee | 2017-05-07 00:39:17 +0900 | [diff] [blame] | 34 | GNU make 3.81 make --version |
Borislav Petkov | 0aa78b1 | 2020-03-26 17:01:02 +0900 | [diff] [blame] | 35 | binutils 2.23 ld -v |
Masahiro Yamada | 033dba2 | 2017-12-10 01:02:29 +0900 | [diff] [blame] | 36 | flex 2.5.35 flex --version |
| 37 | bison 2.0 bison --version |
Arnaldo Carvalho de Melo | 333b11e | 2021-11-19 15:56:03 -0300 | [diff] [blame] | 38 | pahole 1.16 pahole --version |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 39 | util-linux 2.10o fdformat --version |
Randy Dunlap | 934193a | 2018-07-01 19:46:06 -0700 | [diff] [blame] | 40 | kmod 13 depmod -V |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 41 | e2fsprogs 1.41.4 e2fsck -V |
| 42 | jfsutils 1.1.3 fsck.jfs -V |
| 43 | reiserfsprogs 3.6.3 reiserfsck -V |
| 44 | xfsprogs 2.6.0 xfs_db -V |
| 45 | squashfs-tools 4.0 mksquashfs -version |
| 46 | btrfs-progs 0.18 btrfsck |
| 47 | pcmciautils 004 pccardctl -V |
| 48 | quota-tools 3.09 quota -V |
| 49 | PPP 2.4.0 pppd --version |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 50 | nfs-utils 1.0.5 showmount --version |
| 51 | procps 3.2.0 ps --version |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 52 | udev 081 udevd --version |
| 53 | grub 0.93 grub --version || grub-install --version |
| 54 | mcelog 0.6 mcelog --version |
| 55 | iptables 1.4.2 iptables -V |
| 56 | openssl & libcrypto 1.0.0 openssl version |
| 57 | bc 1.06.95 bc --version |
Akira Yokosawa | 6d6a8d6 | 2021-11-10 18:16:48 +0900 | [diff] [blame] | 58 | Sphinx\ [#f1]_ 1.7 sphinx-build --version |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 59 | ====================== =============== ======================================== |
Jan Engelhardt | 7a92263 | 2009-12-14 14:52:10 +0100 | [diff] [blame] | 60 | |
Mauro Carvalho Chehab | 81f10d1 | 2016-09-19 08:07:43 -0300 | [diff] [blame] | 61 | .. [#f1] Sphinx is needed only to build the Kernel documentation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
| 63 | Kernel compilation |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 64 | ****************** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | |
| 66 | GCC |
| 67 | --- |
| 68 | |
| 69 | The gcc version requirements may vary depending on the type of CPU in your |
Andrew Morton | a136564 | 2006-01-08 01:04:09 -0800 | [diff] [blame] | 70 | computer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
Nick Desaulniers | 3519c4d | 2020-08-26 12:15:55 -0700 | [diff] [blame] | 72 | Clang/LLVM (optional) |
| 73 | --------------------- |
| 74 | |
| 75 | The latest formal release of clang and LLVM utils (according to |
| 76 | `releases.llvm.org <https://releases.llvm.org>`_) are supported for building |
| 77 | kernels. Older releases aren't guaranteed to work, and we may drop workarounds |
| 78 | from the kernel that were used to support older versions. Please see additional |
| 79 | docs on :ref:`Building Linux with Clang/LLVM <kbuild_llvm>`. |
| 80 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | Make |
| 82 | ---- |
| 83 | |
Max Filippov | 13e0988 | 2017-05-06 15:39:25 -0700 | [diff] [blame] | 84 | You will need GNU make 3.81 or later to build the kernel. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | |
| 86 | Binutils |
| 87 | -------- |
| 88 | |
Borislav Petkov | 0aa78b1 | 2020-03-26 17:01:02 +0900 | [diff] [blame] | 89 | Binutils 2.23 or newer is needed to build the kernel. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | |
Randy Dunlap | 4ab3b80 | 2018-06-28 16:39:50 -0700 | [diff] [blame] | 91 | pkg-config |
| 92 | ---------- |
| 93 | |
| 94 | The build system, as of 4.18, requires pkg-config to check for installed |
| 95 | kconfig tools and to determine flags settings for use in |
Masahiro Yamada | fd65465b | 2018-08-31 18:34:55 +0900 | [diff] [blame] | 96 | 'make {g,x}config'. Previously pkg-config was being used but not |
Randy Dunlap | 4ab3b80 | 2018-06-28 16:39:50 -0700 | [diff] [blame] | 97 | verified or documented. |
| 98 | |
Masahiro Yamada | 033dba2 | 2017-12-10 01:02:29 +0900 | [diff] [blame] | 99 | Flex |
| 100 | ---- |
| 101 | |
| 102 | Since Linux 4.16, the build system generates lexical analyzers |
| 103 | during build. This requires flex 2.5.35 or later. |
| 104 | |
| 105 | |
| 106 | Bison |
| 107 | ----- |
| 108 | |
| 109 | Since Linux 4.16, the build system generates parsers |
| 110 | during build. This requires bison 2.0 or later. |
| 111 | |
Arnaldo Carvalho de Melo | 333b11e | 2021-11-19 15:56:03 -0300 | [diff] [blame] | 112 | pahole: |
| 113 | ------- |
| 114 | |
| 115 | Since Linux 5.2, if CONFIG_DEBUG_INFO_BTF is selected, the build system |
| 116 | generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel |
| 117 | modules as well. This requires pahole v1.16 or later. |
| 118 | |
| 119 | It is found in the 'dwarves' or 'pahole' distro packages or from |
| 120 | https://fedorapeople.org/~acme/dwarves/. |
| 121 | |
Jose Luis Perez Diez | 0821962 | 2009-06-17 16:26:30 -0700 | [diff] [blame] | 122 | Perl |
| 123 | ---- |
| 124 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 125 | You will need perl 5 and the following modules: ``Getopt::Long``, |
| 126 | ``Getopt::Std``, ``File::Basename``, and ``File::Find`` to build the kernel. |
Jose Luis Perez Diez | 0821962 | 2009-06-17 16:26:30 -0700 | [diff] [blame] | 127 | |
Alan | 221069b | 2014-05-19 14:02:17 +0100 | [diff] [blame] | 128 | BC |
| 129 | -- |
| 130 | |
| 131 | You will need bc to build kernels 3.10 and higher |
| 132 | |
Jose Luis Perez Diez | 0821962 | 2009-06-17 16:26:30 -0700 | [diff] [blame] | 133 | |
David Howells | 3f1d44a | 2015-08-27 11:13:36 +0100 | [diff] [blame] | 134 | OpenSSL |
| 135 | ------- |
| 136 | |
| 137 | Module signing and external certificate handling use the OpenSSL program and |
| 138 | crypto library to do key creation and signature generation. |
| 139 | |
| 140 | You will need openssl to build kernels 3.7 and higher if module signing is |
| 141 | enabled. You will also need openssl development packages to build kernels 4.3 |
| 142 | and higher. |
| 143 | |
| 144 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | System utilities |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 146 | **************** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | |
| 148 | Architectural changes |
| 149 | --------------------- |
| 150 | |
| 151 | DevFS has been obsoleted in favour of udev |
Alexander A. Klimov | e7b4311 | 2020-06-21 15:36:30 +0200 | [diff] [blame] | 152 | (https://www.kernel.org/pub/linux/utils/kernel/hotplug/) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | |
| 154 | 32-bit UID support is now in place. Have fun! |
| 155 | |
| 156 | Linux documentation for functions is transitioning to inline |
| 157 | documentation via specially-formatted comments near their |
Mauro Carvalho Chehab | ff41c419 | 2017-05-14 11:50:11 -0300 | [diff] [blame] | 158 | definitions in the source. These comments can be combined with ReST |
| 159 | files the Documentation/ directory to make enriched documentation, which can |
| 160 | then be converted to PostScript, HTML, LaTex, ePUB and PDF files. |
| 161 | In order to convert from ReST format to a format of your choice, you'll need |
| 162 | Sphinx. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
| 164 | Util-linux |
| 165 | ---------- |
| 166 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 167 | New versions of util-linux provide ``fdisk`` support for larger disks, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | support new options to mount, recognize more supported partition |
| 169 | types, have a fdformat which works with 2.4 kernels, and similar goodies. |
| 170 | You'll probably want to upgrade. |
| 171 | |
| 172 | Ksymoops |
| 173 | -------- |
| 174 | |
Jesper Juhl | 62a07e6 | 2005-11-07 01:01:03 -0800 | [diff] [blame] | 175 | If the unthinkable happens and your kernel oopses, you may need the |
| 176 | ksymoops tool to decode it, but in most cases you don't. |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 177 | It is generally preferred to build the kernel with ``CONFIG_KALLSYMS`` so |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 178 | that it produces readable dumps that can be used as-is (this also |
| 179 | produces better output than ksymoops). If for some reason your kernel |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 180 | is not build with ``CONFIG_KALLSYMS`` and you have no way to rebuild and |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 181 | reproduce the Oops with that option, then you can still decode that Oops |
| 182 | with ksymoops. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | Mkinitrd |
| 185 | -------- |
| 186 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 187 | These changes to the ``/lib/modules`` file tree layout also require that |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | mkinitrd be upgraded. |
| 189 | |
| 190 | E2fsprogs |
| 191 | --------- |
| 192 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 193 | The latest version of ``e2fsprogs`` fixes several bugs in fsck and |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | debugfs. Obviously, it's a good idea to upgrade. |
| 195 | |
| 196 | JFSutils |
| 197 | -------- |
| 198 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 199 | The ``jfsutils`` package contains the utilities for the file system. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | The following utilities are available: |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 201 | |
| 202 | - ``fsck.jfs`` - initiate replay of the transaction log, and check |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | and repair a JFS formatted partition. |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 204 | |
| 205 | - ``mkfs.jfs`` - create a JFS formatted partition. |
| 206 | |
| 207 | - other file system utilities are also available in this package. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | |
| 209 | Reiserfsprogs |
| 210 | ------------- |
| 211 | |
| 212 | The reiserfsprogs package should be used for reiserfs-3.6.x |
| 213 | (Linux kernels 2.4.x). It is a combined package and contains working |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 214 | versions of ``mkreiserfs``, ``resize_reiserfs``, ``debugreiserfs`` and |
| 215 | ``reiserfsck``. These utils work on both i386 and alpha platforms. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | |
| 217 | Xfsprogs |
| 218 | -------- |
| 219 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 220 | The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the |
| 221 | ``xfs_repair`` utilities, among others, for the XFS filesystem. It is |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | architecture independent and any version from 2.0.0 onward should |
| 223 | work correctly with this version of the XFS kernel code (2.6.0 or |
| 224 | later is recommended, due to some significant improvements). |
| 225 | |
Dominik Brodowski | 5085cb2 | 2005-06-27 16:28:45 -0700 | [diff] [blame] | 226 | PCMCIAutils |
| 227 | ----------- |
| 228 | |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 229 | PCMCIAutils replaces ``pcmcia-cs``. It properly sets up |
Dominik Brodowski | 5085cb2 | 2005-06-27 16:28:45 -0700 | [diff] [blame] | 230 | PCMCIA sockets at system startup and loads the appropriate modules |
| 231 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug |
| 232 | subsystem is used. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | Quota-tools |
| 235 | ----------- |
| 236 | |
| 237 | Support for 32 bit uid's and gid's is required if you want to use |
| 238 | the newer version 2 quota format. Quota-tools version 3.07 and |
| 239 | newer has this support. Use the recommended version or newer |
| 240 | from the table above. |
| 241 | |
| 242 | Intel IA32 microcode |
| 243 | -------------------- |
| 244 | |
| 245 | A driver has been added to allow updating of Intel IA32 microcode, |
Greg Kroah-Hartman | 890fbae | 2005-06-20 21:15:16 -0700 | [diff] [blame] | 246 | accessible as a normal (misc) character device. If you are not using |
Jonathan Corbet | 1b49ecf | 2016-09-20 18:46:36 -0600 | [diff] [blame] | 247 | udev you may need to:: |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 248 | |
| 249 | mkdir /dev/cpu |
| 250 | mknod /dev/cpu/microcode c 10 184 |
| 251 | chmod 0644 /dev/cpu/microcode |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | |
| 253 | as root before you can use this. You'll probably also want to |
| 254 | get the user-space microcode_ctl utility to use with this. |
| 255 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | udev |
| 257 | ---- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 258 | |
| 259 | ``udev`` is a userspace application for populating ``/dev`` dynamically with |
| 260 | only entries for devices actually present. ``udev`` replaces the basic |
Jan Engelhardt | 03a67a4 | 2006-11-30 05:32:19 +0100 | [diff] [blame] | 261 | functionality of devfs, while allowing persistent device naming for |
Greg Kroah-Hartman | 890fbae | 2005-06-20 21:15:16 -0700 | [diff] [blame] | 262 | devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | |
Miklos Szeredi | 909021e | 2005-09-27 21:45:20 -0700 | [diff] [blame] | 264 | FUSE |
| 265 | ---- |
| 266 | |
| 267 | Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 268 | options ``direct_io`` and ``kernel_cache`` won't work. |
Miklos Szeredi | 909021e | 2005-09-27 21:45:20 -0700 | [diff] [blame] | 269 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | Networking |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 271 | ********** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | |
| 273 | General changes |
| 274 | --------------- |
| 275 | |
| 276 | If you have advanced network configuration needs, you should probably |
| 277 | consider using the network tools from ip-route2. |
| 278 | |
| 279 | Packet Filter / NAT |
| 280 | ------------------- |
| 281 | The packet filtering and NAT code uses the same tools like the previous 2.4.x |
| 282 | kernel series (iptables). It still includes backwards-compatibility modules |
| 283 | for 2.2.x-style ipchains and 2.0.x-style ipfwadm. |
| 284 | |
| 285 | PPP |
| 286 | --- |
| 287 | |
| 288 | The PPP driver has been restructured to support multilink and to |
| 289 | enable it to operate over diverse media layers. If you use PPP, |
| 290 | upgrade pppd to at least 2.4.0. |
| 291 | |
Greg Kroah-Hartman | 890fbae | 2005-06-20 21:15:16 -0700 | [diff] [blame] | 292 | If you are not using udev, you must have the device file /dev/ppp |
Jonathan Corbet | 1b49ecf | 2016-09-20 18:46:36 -0600 | [diff] [blame] | 293 | which can be made by:: |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 294 | |
| 295 | mknod /dev/ppp c 108 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | |
| 297 | as root. |
| 298 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | NFS-utils |
| 300 | --------- |
| 301 | |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 302 | In ancient (2.4 and earlier) kernels, the nfs server needed to know |
| 303 | about any client that expected to be able to access files via NFS. This |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 304 | information would be given to the kernel by ``mountd`` when the client |
| 305 | mounted the filesystem, or by ``exportfs`` at system startup. exportfs |
| 306 | would take information about active clients from ``/var/lib/nfs/rmtab``. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | |
| 308 | This approach is quite fragile as it depends on rmtab being correct |
| 309 | which is not always easy, particularly when trying to implement |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 310 | fail-over. Even when the system is working well, ``rmtab`` suffers from |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | getting lots of old entries that never get removed. |
| 312 | |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 313 | With modern kernels we have the option of having the kernel tell mountd |
| 314 | when it gets a request from an unknown host, and mountd can give |
| 315 | appropriate export information to the kernel. This removes the |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 316 | dependency on ``rmtab`` and means that the kernel only needs to know about |
Linus Torvalds | 5adaf85 | 2011-07-11 16:48:38 -0700 | [diff] [blame] | 317 | currently active clients. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | |
Jonathan Corbet | 1b49ecf | 2016-09-20 18:46:36 -0600 | [diff] [blame] | 319 | To enable this new functionality, you need to:: |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 320 | |
Robert P. J. Day | e412171 | 2006-09-11 12:39:19 -0400 | [diff] [blame] | 321 | mount -t nfsd nfsd /proc/fs/nfsd |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | |
| 323 | before running exportfs or mountd. It is recommended that all NFS |
| 324 | services be protected from the internet-at-large by a firewall where |
| 325 | that is possible. |
| 326 | |
Andi Kleen | 172d899 | 2009-04-28 23:37:02 +0200 | [diff] [blame] | 327 | mcelog |
| 328 | ------ |
| 329 | |
Paul Bolle | c8c3f7d | 2014-07-12 09:54:52 -0700 | [diff] [blame] | 330 | On x86 kernels the mcelog utility is needed to process and log machine check |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 331 | events when ``CONFIG_X86_MCE`` is enabled. Machine check events are errors |
| 332 | reported by the CPU. Processing them is strongly encouraged. |
Andi Kleen | 172d899 | 2009-04-28 23:37:02 +0200 | [diff] [blame] | 333 | |
Mauro Carvalho Chehab | 81f10d1 | 2016-09-19 08:07:43 -0300 | [diff] [blame] | 334 | Kernel documentation |
| 335 | ******************** |
| 336 | |
| 337 | Sphinx |
| 338 | ------ |
| 339 | |
Federico Vaga | f77af63 | 2018-11-21 01:35:19 +0100 | [diff] [blame] | 340 | Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>` |
Mauro Carvalho Chehab | b8b07b5 | 2017-07-14 13:41:17 -0300 | [diff] [blame] | 341 | for details about Sphinx requirements. |
Mauro Carvalho Chehab | 81f10d1 | 2016-09-19 08:07:43 -0300 | [diff] [blame] | 342 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | Getting updated software |
| 344 | ======================== |
| 345 | |
| 346 | Kernel compilation |
| 347 | ****************** |
| 348 | |
Andrew Morton | a136564 | 2006-01-08 01:04:09 -0800 | [diff] [blame] | 349 | gcc |
| 350 | --- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 351 | |
| 352 | - <ftp://ftp.gnu.org/gnu/gcc/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | |
Nick Desaulniers | 3519c4d | 2020-08-26 12:15:55 -0700 | [diff] [blame] | 354 | Clang/LLVM |
| 355 | ---------- |
| 356 | |
| 357 | - :ref:`Getting LLVM <getting_llvm>`. |
| 358 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | Make |
| 360 | ---- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 361 | |
| 362 | - <ftp://ftp.gnu.org/gnu/make/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | |
| 364 | Binutils |
| 365 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 366 | |
SeongJae Park | 3bdadc86 | 2017-03-27 22:05:34 +0900 | [diff] [blame] | 367 | - <https://www.kernel.org/pub/linux/devel/binutils/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | |
Masahiro Yamada | 033dba2 | 2017-12-10 01:02:29 +0900 | [diff] [blame] | 369 | Flex |
| 370 | ---- |
| 371 | |
| 372 | - <https://github.com/westes/flex/releases> |
| 373 | |
| 374 | Bison |
| 375 | ----- |
| 376 | |
| 377 | - <ftp://ftp.gnu.org/gnu/bison/> |
| 378 | |
David Howells | 3f1d44a | 2015-08-27 11:13:36 +0100 | [diff] [blame] | 379 | OpenSSL |
| 380 | ------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 381 | |
| 382 | - <https://www.openssl.org/> |
David Howells | 3f1d44a | 2015-08-27 11:13:36 +0100 | [diff] [blame] | 383 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | System utilities |
| 385 | **************** |
| 386 | |
| 387 | Util-linux |
| 388 | ---------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 389 | |
SeongJae Park | 3bdadc86 | 2017-03-27 22:05:34 +0900 | [diff] [blame] | 390 | - <https://www.kernel.org/pub/linux/utils/util-linux/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | |
Randy Dunlap | 934193a | 2018-07-01 19:46:06 -0700 | [diff] [blame] | 392 | Kmod |
| 393 | ---- |
| 394 | |
| 395 | - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> |
| 396 | - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git> |
| 397 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | Ksymoops |
| 399 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 400 | |
SeongJae Park | 3bdadc86 | 2017-03-27 22:05:34 +0900 | [diff] [blame] | 401 | - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | Mkinitrd |
| 404 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 405 | |
| 406 | - <https://code.launchpad.net/initrd-tools/main> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | |
| 408 | E2fsprogs |
| 409 | --------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 410 | |
Randy Dunlap | 599e6f8 | 2020-01-29 15:15:15 -0800 | [diff] [blame] | 411 | - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/> |
| 412 | - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 413 | |
| 414 | JFSutils |
| 415 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 416 | |
| 417 | - <http://jfs.sourceforge.net/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | |
| 419 | Reiserfsprogs |
| 420 | ------------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 421 | |
Randy Dunlap | 599e6f8 | 2020-01-29 15:15:15 -0800 | [diff] [blame] | 422 | - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | |
| 424 | Xfsprogs |
| 425 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 426 | |
Randy Dunlap | 599e6f8 | 2020-01-29 15:15:15 -0800 | [diff] [blame] | 427 | - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> |
| 428 | - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 429 | |
Dominik Brodowski | 5085cb2 | 2005-06-27 16:28:45 -0700 | [diff] [blame] | 430 | Pcmciautils |
| 431 | ----------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 432 | |
SeongJae Park | 3bdadc86 | 2017-03-27 22:05:34 +0900 | [diff] [blame] | 433 | - <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/> |
Dominik Brodowski | 5085cb2 | 2005-06-27 16:28:45 -0700 | [diff] [blame] | 434 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | Quota-tools |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 436 | ----------- |
| 437 | |
| 438 | - <http://sourceforge.net/projects/linuxquota/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | |
Martin Waitz | 8b0c2d9 | 2005-05-01 08:59:27 -0700 | [diff] [blame] | 440 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 441 | Intel P6 microcode |
| 442 | ------------------ |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 443 | |
| 444 | - <https://downloadcenter.intel.com/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | udev |
| 447 | ---- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 448 | |
Alexander A. Klimov | e7b4311 | 2020-06-21 15:36:30 +0200 | [diff] [blame] | 449 | - <https://www.freedesktop.org/software/systemd/man/udev.html> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | |
Miklos Szeredi | 909021e | 2005-09-27 21:45:20 -0700 | [diff] [blame] | 451 | FUSE |
| 452 | ---- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 453 | |
Martin Kepplinger | 86afad7 | 2018-03-27 14:59:50 +0200 | [diff] [blame] | 454 | - <https://github.com/libfuse/libfuse/releases> |
Miklos Szeredi | 909021e | 2005-09-27 21:45:20 -0700 | [diff] [blame] | 455 | |
Andi Kleen | 172d899 | 2009-04-28 23:37:02 +0200 | [diff] [blame] | 456 | mcelog |
| 457 | ------ |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 458 | |
| 459 | - <http://www.mcelog.org/> |
Andi Kleen | 172d899 | 2009-04-28 23:37:02 +0200 | [diff] [blame] | 460 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | Networking |
| 462 | ********** |
| 463 | |
| 464 | PPP |
| 465 | --- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 466 | |
Randy Dunlap | 599e6f8 | 2020-01-29 15:15:15 -0800 | [diff] [blame] | 467 | - <https://download.samba.org/pub/ppp/> |
| 468 | - <https://git.ozlabs.org/?p=ppp.git> |
| 469 | - <https://github.com/paulusmack/ppp/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | NFS-utils |
| 472 | --------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 473 | |
| 474 | - <http://sourceforge.net/project/showfiles.php?group_id=14> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | |
| 476 | Iptables |
| 477 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 478 | |
Randy Dunlap | 599e6f8 | 2020-01-29 15:15:15 -0800 | [diff] [blame] | 479 | - <https://netfilter.org/projects/iptables/index.html> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | |
| 481 | Ip-route2 |
| 482 | --------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 483 | |
| 484 | - <https://www.kernel.org/pub/linux/utils/net/iproute2/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | |
| 486 | OProfile |
| 487 | -------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 488 | |
| 489 | - <http://oprofile.sf.net/download/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 490 | |
| 491 | NFS-Utils |
| 492 | --------- |
Mauro Carvalho Chehab | 840f669 | 2016-09-19 08:07:42 -0300 | [diff] [blame] | 493 | |
| 494 | - <http://nfs.sourceforge.net/> |
Mauro Carvalho Chehab | 81f10d1 | 2016-09-19 08:07:43 -0300 | [diff] [blame] | 495 | |
| 496 | Kernel documentation |
| 497 | ******************** |
| 498 | |
| 499 | Sphinx |
| 500 | ------ |
| 501 | |
Alexander A. Klimov | e7b4311 | 2020-06-21 15:36:30 +0200 | [diff] [blame] | 502 | - <https://www.sphinx-doc.org/> |