1186128f7SMauro Carvalho Chehab.. _changes:
2186128f7SMauro Carvalho Chehab
39b4ebd98SJonathan CorbetMinimal requirements to compile the Kernel
4186128f7SMauro Carvalho Chehab++++++++++++++++++++++++++++++++++++++++++
5186128f7SMauro Carvalho Chehab
6186128f7SMauro Carvalho ChehabIntro
7186128f7SMauro Carvalho Chehab=====
8186128f7SMauro Carvalho Chehab
9186128f7SMauro Carvalho ChehabThis document is designed to provide a list of the minimum levels of
105a5866c2SBruno Moreira-Guedessoftware necessary to run the current kernel version.
11186128f7SMauro Carvalho Chehab
12186128f7SMauro Carvalho ChehabThis document is originally based on my "Changes" file for 2.0.x kernels
13186128f7SMauro Carvalho Chehaband therefore owes credit to the same people as that file (Jared Mauch,
14186128f7SMauro Carvalho ChehabAxel Boldt, Alessandro Sigala, and countless other users all over the
15186128f7SMauro Carvalho Chehab'net).
16186128f7SMauro Carvalho Chehab
17186128f7SMauro Carvalho ChehabCurrent Minimal Requirements
18186128f7SMauro Carvalho Chehab****************************
19186128f7SMauro Carvalho Chehab
20186128f7SMauro Carvalho ChehabUpgrade to at **least** these software revisions before thinking you've
21186128f7SMauro Carvalho Chehabencountered a bug!  If you're unsure what version you're currently
22186128f7SMauro Carvalho Chehabrunning, the suggested command should tell you.
23186128f7SMauro Carvalho Chehab
24186128f7SMauro Carvalho ChehabAgain, keep in mind that this list assumes you are already functionally
25186128f7SMauro Carvalho Chehabrunning a Linux kernel.  Also, not all tools are necessary on all
269c3c0c20SArnd Bergmannsystems; obviously, if you don't have any PC Card hardware, for example,
279c3c0c20SArnd Bergmannyou probably needn't concern yourself with pcmciautils.
28186128f7SMauro Carvalho Chehab
29186128f7SMauro Carvalho Chehab====================== ===============  ========================================
30186128f7SMauro Carvalho Chehab        Program        Minimal version       Command to check the version
31186128f7SMauro Carvalho Chehab====================== ===============  ========================================
3276ae8474SNick DesaulniersGNU C                  5.1              gcc --version
339c1b86f8SNathan ChancellorClang/LLVM (optional)  13.0.1           clang --version
3456f64b37SMiguel OjedaRust (optional)        1.78.0           rustc --version
3508ab7865SAakash Sen Sharmabindgen (optional)     0.65.1           bindgen --version
365f99665eSMasahiro YamadaGNU make               4.0              make --version
37da4288b9SMasahiro Yamadabash                   4.2              bash --version
38e4412739SMasahiro Yamadabinutils               2.25             ld -v
39033dba2eSMasahiro Yamadaflex                   2.5.35           flex --version
40033dba2eSMasahiro Yamadabison                  2.0              bison --version
41333b11e5SArnaldo Carvalho de Melopahole                 1.16             pahole --version
42821bd43eSThomas Weißschuhutil-linux             2.10o            mount --version
43934193a6SRandy Dunlapkmod                   13               depmod -V
44186128f7SMauro Carvalho Chehabe2fsprogs              1.41.4           e2fsck -V
45186128f7SMauro Carvalho Chehabjfsutils               1.1.3            fsck.jfs -V
46186128f7SMauro Carvalho Chehabreiserfsprogs          3.6.3            reiserfsck -V
47186128f7SMauro Carvalho Chehabxfsprogs               2.6.0            xfs_db -V
48186128f7SMauro Carvalho Chehabsquashfs-tools         4.0              mksquashfs -version
4941047d53SNihar Chaithanyabtrfs-progs            0.18             btrfs --version
50186128f7SMauro Carvalho Chehabpcmciautils            004              pccardctl -V
51186128f7SMauro Carvalho Chehabquota-tools            3.09             quota -V
52186128f7SMauro Carvalho ChehabPPP                    2.4.0            pppd --version
53186128f7SMauro Carvalho Chehabnfs-utils              1.0.5            showmount --version
54186128f7SMauro Carvalho Chehabprocps                 3.2.0            ps --version
55186128f7SMauro Carvalho Chehabudev                   081              udevd --version
56186128f7SMauro Carvalho Chehabgrub                   0.93             grub --version || grub-install --version
57186128f7SMauro Carvalho Chehabmcelog                 0.6              mcelog --version
58186128f7SMauro Carvalho Chehabiptables               1.4.2            iptables -V
59186128f7SMauro Carvalho Chehabopenssl & libcrypto    1.0.0            openssl version
60186128f7SMauro Carvalho Chehabbc                     1.06.95          bc --version
61d2b23909SMauro Carvalho ChehabSphinx\ [#f1]_         3.4.3            sphinx-build --version
62c584476dSMasahiro YamadaGNU tar                1.28             tar --version
63b230235bSAhmed S. Darwishgtags (optional)       6.6.5            gtags --version
647a23b027SSimon Glassmkimage (optional)     2017.01          mkimage --version
655e25b972SMauro Carvalho ChehabPython (optional)      3.9.x            python3 --version
665f5e7344SKris Van HeesGNU AWK (optional)     5.1.0            gawk --version
67186128f7SMauro Carvalho Chehab====================== ===============  ========================================
68186128f7SMauro Carvalho Chehab
69186128f7SMauro Carvalho Chehab.. [#f1] Sphinx is needed only to build the Kernel documentation
70186128f7SMauro Carvalho Chehab
71186128f7SMauro Carvalho ChehabKernel compilation
72186128f7SMauro Carvalho Chehab******************
73186128f7SMauro Carvalho Chehab
74186128f7SMauro Carvalho ChehabGCC
75186128f7SMauro Carvalho Chehab---
76186128f7SMauro Carvalho Chehab
77186128f7SMauro Carvalho ChehabThe gcc version requirements may vary depending on the type of CPU in your
78186128f7SMauro Carvalho Chehabcomputer.
79186128f7SMauro Carvalho Chehab
803519c4d6SNick DesaulniersClang/LLVM (optional)
813519c4d6SNick Desaulniers---------------------
823519c4d6SNick Desaulniers
833519c4d6SNick DesaulniersThe latest formal release of clang and LLVM utils (according to
843519c4d6SNick Desaulniers`releases.llvm.org <https://releases.llvm.org>`_) are supported for building
853519c4d6SNick Desaulnierskernels. Older releases aren't guaranteed to work, and we may drop workarounds
863519c4d6SNick Desaulniersfrom the kernel that were used to support older versions. Please see additional
873519c4d6SNick Desaulniersdocs on :ref:`Building Linux with Clang/LLVM <kbuild_llvm>`.
883519c4d6SNick Desaulniers
89d07479b2SMiguel OjedaRust (optional)
90d07479b2SMiguel Ojeda---------------
91d07479b2SMiguel Ojeda
9263b27f4aSMiguel OjedaA recent version of the Rust compiler is required.
93d07479b2SMiguel Ojeda
94d07479b2SMiguel OjedaPlease see Documentation/rust/quick-start.rst for instructions on how to
95d07479b2SMiguel Ojedasatisfy the build requirements of Rust support. In particular, the ``Makefile``
96d07479b2SMiguel Ojedatarget ``rustavailable`` is useful to check why the Rust toolchain may not
97d07479b2SMiguel Ojedabe detected.
98d07479b2SMiguel Ojeda
99d07479b2SMiguel Ojedabindgen (optional)
100d07479b2SMiguel Ojeda------------------
101d07479b2SMiguel Ojeda
102d07479b2SMiguel Ojeda``bindgen`` is used to generate the Rust bindings to the C side of the kernel.
103d07479b2SMiguel OjedaIt depends on ``libclang``.
104d07479b2SMiguel Ojeda
105186128f7SMauro Carvalho ChehabMake
106186128f7SMauro Carvalho Chehab----
107186128f7SMauro Carvalho Chehab
1085f99665eSMasahiro YamadaYou will need GNU make 4.0 or later to build the kernel.
109186128f7SMauro Carvalho Chehab
110da4288b9SMasahiro YamadaBash
111da4288b9SMasahiro Yamada----
112da4288b9SMasahiro Yamada
113da4288b9SMasahiro YamadaSome bash scripts are used for the kernel build.
114da4288b9SMasahiro YamadaBash 4.2 or newer is needed.
115da4288b9SMasahiro Yamada
116186128f7SMauro Carvalho ChehabBinutils
117186128f7SMauro Carvalho Chehab--------
118186128f7SMauro Carvalho Chehab
119e4412739SMasahiro YamadaBinutils 2.25 or newer is needed to build the kernel.
120186128f7SMauro Carvalho Chehab
1214ab3b801SRandy Dunlappkg-config
1224ab3b801SRandy Dunlap----------
1234ab3b801SRandy Dunlap
1244ab3b801SRandy DunlapThe build system, as of 4.18, requires pkg-config to check for installed
1254ab3b801SRandy Dunlapkconfig tools and to determine flags settings for use in
126fd65465bSMasahiro Yamada'make {g,x}config'.  Previously pkg-config was being used but not
1274ab3b801SRandy Dunlapverified or documented.
1284ab3b801SRandy Dunlap
129033dba2eSMasahiro YamadaFlex
130033dba2eSMasahiro Yamada----
131033dba2eSMasahiro Yamada
132033dba2eSMasahiro YamadaSince Linux 4.16, the build system generates lexical analyzers
133033dba2eSMasahiro Yamadaduring build.  This requires flex 2.5.35 or later.
134033dba2eSMasahiro Yamada
135033dba2eSMasahiro Yamada
136033dba2eSMasahiro YamadaBison
137033dba2eSMasahiro Yamada-----
138033dba2eSMasahiro Yamada
139033dba2eSMasahiro YamadaSince Linux 4.16, the build system generates parsers
140033dba2eSMasahiro Yamadaduring build.  This requires bison 2.0 or later.
141033dba2eSMasahiro Yamada
14240be2369SThorsten Blumpahole
14340be2369SThorsten Blum------
144333b11e5SArnaldo Carvalho de Melo
145333b11e5SArnaldo Carvalho de MeloSince Linux 5.2, if CONFIG_DEBUG_INFO_BTF is selected, the build system
146333b11e5SArnaldo Carvalho de Melogenerates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
147333b11e5SArnaldo Carvalho de Melomodules as well.  This requires pahole v1.16 or later.
148333b11e5SArnaldo Carvalho de Melo
149333b11e5SArnaldo Carvalho de MeloIt is found in the 'dwarves' or 'pahole' distro packages or from
150333b11e5SArnaldo Carvalho de Melohttps://fedorapeople.org/~acme/dwarves/.
151333b11e5SArnaldo Carvalho de Melo
152186128f7SMauro Carvalho ChehabPerl
153186128f7SMauro Carvalho Chehab----
154186128f7SMauro Carvalho Chehab
155186128f7SMauro Carvalho ChehabYou will need perl 5 and the following modules: ``Getopt::Long``,
156186128f7SMauro Carvalho Chehab``Getopt::Std``, ``File::Basename``, and ``File::Find`` to build the kernel.
157186128f7SMauro Carvalho Chehab
158186128f7SMauro Carvalho ChehabBC
159186128f7SMauro Carvalho Chehab--
160186128f7SMauro Carvalho Chehab
161186128f7SMauro Carvalho ChehabYou will need bc to build kernels 3.10 and higher
162186128f7SMauro Carvalho Chehab
163186128f7SMauro Carvalho Chehab
164186128f7SMauro Carvalho ChehabOpenSSL
165186128f7SMauro Carvalho Chehab-------
166186128f7SMauro Carvalho Chehab
167186128f7SMauro Carvalho ChehabModule signing and external certificate handling use the OpenSSL program and
168186128f7SMauro Carvalho Chehabcrypto library to do key creation and signature generation.
169186128f7SMauro Carvalho Chehab
170186128f7SMauro Carvalho ChehabYou will need openssl to build kernels 3.7 and higher if module signing is
171186128f7SMauro Carvalho Chehabenabled.  You will also need openssl development packages to build kernels 4.3
172186128f7SMauro Carvalho Chehaband higher.
173186128f7SMauro Carvalho Chehab
174c584476dSMasahiro YamadaTar
175c584476dSMasahiro Yamada---
176c584476dSMasahiro Yamada
177c584476dSMasahiro YamadaGNU tar is needed if you want to enable access to the kernel headers via sysfs
178c584476dSMasahiro Yamada(CONFIG_IKHEADERS).
179c584476dSMasahiro Yamada
180b230235bSAhmed S. Darwishgtags / GNU GLOBAL (optional)
181b230235bSAhmed S. Darwish-----------------------------
182b230235bSAhmed S. Darwish
183b230235bSAhmed S. DarwishThe kernel build requires GNU GLOBAL version 6.6.5 or later to generate
184b230235bSAhmed S. Darwishtag files through ``make gtags``.  This is due to its use of the gtags
185b230235bSAhmed S. Darwish``-C (--directory)`` flag.
186186128f7SMauro Carvalho Chehab
1877a23b027SSimon Glassmkimage
1887a23b027SSimon Glass-------
1897a23b027SSimon Glass
1907a23b027SSimon GlassThis tool is used when building a Flat Image Tree (FIT), commonly used on ARM
1917a23b027SSimon Glassplatforms. The tool is available via the ``u-boot-tools`` package or can be
1927a23b027SSimon Glassbuilt from the U-Boot source code. See the instructions at
1937a23b027SSimon Glasshttps://docs.u-boot.org/en/latest/build/tools.html#building-tools-for-linux
1947a23b027SSimon Glass
1955f5e7344SKris Van HeesGNU AWK
1965f5e7344SKris Van Hees-------
1975f5e7344SKris Van Hees
1985f5e7344SKris Van HeesGNU AWK is needed if you want kernel builds to generate address range data for
1995f5e7344SKris Van Heesbuiltin modules (CONFIG_BUILTIN_MODULE_RANGES).
2005f5e7344SKris Van Hees
201186128f7SMauro Carvalho ChehabSystem utilities
202186128f7SMauro Carvalho Chehab****************
203186128f7SMauro Carvalho Chehab
204186128f7SMauro Carvalho ChehabArchitectural changes
205186128f7SMauro Carvalho Chehab---------------------
206186128f7SMauro Carvalho Chehab
207186128f7SMauro Carvalho ChehabDevFS has been obsoleted in favour of udev
208e7b4311eSAlexander A. Klimov(https://www.kernel.org/pub/linux/utils/kernel/hotplug/)
209186128f7SMauro Carvalho Chehab
210186128f7SMauro Carvalho Chehab32-bit UID support is now in place.  Have fun!
211186128f7SMauro Carvalho Chehab
212186128f7SMauro Carvalho ChehabLinux documentation for functions is transitioning to inline
213186128f7SMauro Carvalho Chehabdocumentation via specially-formatted comments near their
214ff41c419SMauro Carvalho Chehabdefinitions in the source.  These comments can be combined with ReST
215ff41c419SMauro Carvalho Chehabfiles the Documentation/ directory to make enriched documentation, which can
216ff41c419SMauro Carvalho Chehabthen be converted to PostScript, HTML, LaTex, ePUB and PDF files.
217ff41c419SMauro Carvalho ChehabIn order to convert from ReST format to a format of your choice, you'll need
218ff41c419SMauro Carvalho ChehabSphinx.
219186128f7SMauro Carvalho Chehab
220186128f7SMauro Carvalho ChehabUtil-linux
221186128f7SMauro Carvalho Chehab----------
222186128f7SMauro Carvalho Chehab
223186128f7SMauro Carvalho ChehabNew versions of util-linux provide ``fdisk`` support for larger disks,
224186128f7SMauro Carvalho Chehabsupport new options to mount, recognize more supported partition
225821bd43eSThomas Weißschuhtypes, and similar goodies.
226186128f7SMauro Carvalho ChehabYou'll probably want to upgrade.
227186128f7SMauro Carvalho Chehab
228186128f7SMauro Carvalho ChehabKsymoops
229186128f7SMauro Carvalho Chehab--------
230186128f7SMauro Carvalho Chehab
231186128f7SMauro Carvalho ChehabIf the unthinkable happens and your kernel oopses, you may need the
232186128f7SMauro Carvalho Chehabksymoops tool to decode it, but in most cases you don't.
233186128f7SMauro Carvalho ChehabIt is generally preferred to build the kernel with ``CONFIG_KALLSYMS`` so
234186128f7SMauro Carvalho Chehabthat it produces readable dumps that can be used as-is (this also
235186128f7SMauro Carvalho Chehabproduces better output than ksymoops).  If for some reason your kernel
236186128f7SMauro Carvalho Chehabis not build with ``CONFIG_KALLSYMS`` and you have no way to rebuild and
237186128f7SMauro Carvalho Chehabreproduce the Oops with that option, then you can still decode that Oops
238186128f7SMauro Carvalho Chehabwith ksymoops.
239186128f7SMauro Carvalho Chehab
240186128f7SMauro Carvalho ChehabMkinitrd
241186128f7SMauro Carvalho Chehab--------
242186128f7SMauro Carvalho Chehab
243186128f7SMauro Carvalho ChehabThese changes to the ``/lib/modules`` file tree layout also require that
244186128f7SMauro Carvalho Chehabmkinitrd be upgraded.
245186128f7SMauro Carvalho Chehab
246186128f7SMauro Carvalho ChehabE2fsprogs
247186128f7SMauro Carvalho Chehab---------
248186128f7SMauro Carvalho Chehab
249186128f7SMauro Carvalho ChehabThe latest version of ``e2fsprogs`` fixes several bugs in fsck and
250186128f7SMauro Carvalho Chehabdebugfs.  Obviously, it's a good idea to upgrade.
251186128f7SMauro Carvalho Chehab
252186128f7SMauro Carvalho ChehabJFSutils
253186128f7SMauro Carvalho Chehab--------
254186128f7SMauro Carvalho Chehab
255186128f7SMauro Carvalho ChehabThe ``jfsutils`` package contains the utilities for the file system.
256186128f7SMauro Carvalho ChehabThe following utilities are available:
257186128f7SMauro Carvalho Chehab
258186128f7SMauro Carvalho Chehab- ``fsck.jfs`` - initiate replay of the transaction log, and check
259186128f7SMauro Carvalho Chehab  and repair a JFS formatted partition.
260186128f7SMauro Carvalho Chehab
261186128f7SMauro Carvalho Chehab- ``mkfs.jfs`` - create a JFS formatted partition.
262186128f7SMauro Carvalho Chehab
263186128f7SMauro Carvalho Chehab- other file system utilities are also available in this package.
264186128f7SMauro Carvalho Chehab
265186128f7SMauro Carvalho ChehabReiserfsprogs
266186128f7SMauro Carvalho Chehab-------------
267186128f7SMauro Carvalho Chehab
268186128f7SMauro Carvalho ChehabThe reiserfsprogs package should be used for reiserfs-3.6.x
269186128f7SMauro Carvalho Chehab(Linux kernels 2.4.x). It is a combined package and contains working
270186128f7SMauro Carvalho Chehabversions of ``mkreiserfs``, ``resize_reiserfs``, ``debugreiserfs`` and
271186128f7SMauro Carvalho Chehab``reiserfsck``. These utils work on both i386 and alpha platforms.
272186128f7SMauro Carvalho Chehab
273186128f7SMauro Carvalho ChehabXfsprogs
274186128f7SMauro Carvalho Chehab--------
275186128f7SMauro Carvalho Chehab
276186128f7SMauro Carvalho ChehabThe latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the
277186128f7SMauro Carvalho Chehab``xfs_repair`` utilities, among others, for the XFS filesystem.  It is
278186128f7SMauro Carvalho Chehabarchitecture independent and any version from 2.0.0 onward should
279186128f7SMauro Carvalho Chehabwork correctly with this version of the XFS kernel code (2.6.0 or
280186128f7SMauro Carvalho Chehablater is recommended, due to some significant improvements).
281186128f7SMauro Carvalho Chehab
282186128f7SMauro Carvalho ChehabPCMCIAutils
283186128f7SMauro Carvalho Chehab-----------
284186128f7SMauro Carvalho Chehab
285186128f7SMauro Carvalho ChehabPCMCIAutils replaces ``pcmcia-cs``. It properly sets up
286186128f7SMauro Carvalho ChehabPCMCIA sockets at system startup and loads the appropriate modules
287186128f7SMauro Carvalho Chehabfor 16-bit PCMCIA devices if the kernel is modularized and the hotplug
288186128f7SMauro Carvalho Chehabsubsystem is used.
289186128f7SMauro Carvalho Chehab
290186128f7SMauro Carvalho ChehabQuota-tools
291186128f7SMauro Carvalho Chehab-----------
292186128f7SMauro Carvalho Chehab
293186128f7SMauro Carvalho ChehabSupport for 32 bit uid's and gid's is required if you want to use
294186128f7SMauro Carvalho Chehabthe newer version 2 quota format.  Quota-tools version 3.07 and
295186128f7SMauro Carvalho Chehabnewer has this support.  Use the recommended version or newer
296186128f7SMauro Carvalho Chehabfrom the table above.
297186128f7SMauro Carvalho Chehab
298186128f7SMauro Carvalho ChehabIntel IA32 microcode
299186128f7SMauro Carvalho Chehab--------------------
300186128f7SMauro Carvalho Chehab
301186128f7SMauro Carvalho ChehabA driver has been added to allow updating of Intel IA32 microcode,
302186128f7SMauro Carvalho Chehabaccessible as a normal (misc) character device.  If you are not using
303186128f7SMauro Carvalho Chehabudev you may need to::
304186128f7SMauro Carvalho Chehab
305186128f7SMauro Carvalho Chehab  mkdir /dev/cpu
306186128f7SMauro Carvalho Chehab  mknod /dev/cpu/microcode c 10 184
307186128f7SMauro Carvalho Chehab  chmod 0644 /dev/cpu/microcode
308186128f7SMauro Carvalho Chehab
309186128f7SMauro Carvalho Chehabas root before you can use this.  You'll probably also want to
310186128f7SMauro Carvalho Chehabget the user-space microcode_ctl utility to use with this.
311186128f7SMauro Carvalho Chehab
312186128f7SMauro Carvalho Chehabudev
313186128f7SMauro Carvalho Chehab----
314186128f7SMauro Carvalho Chehab
315186128f7SMauro Carvalho Chehab``udev`` is a userspace application for populating ``/dev`` dynamically with
316186128f7SMauro Carvalho Chehabonly entries for devices actually present. ``udev`` replaces the basic
317186128f7SMauro Carvalho Chehabfunctionality of devfs, while allowing persistent device naming for
318186128f7SMauro Carvalho Chehabdevices.
319186128f7SMauro Carvalho Chehab
320186128f7SMauro Carvalho ChehabFUSE
321186128f7SMauro Carvalho Chehab----
322186128f7SMauro Carvalho Chehab
323186128f7SMauro Carvalho ChehabNeeds libfuse 2.4.0 or later.  Absolute minimum is 2.3.0 but mount
324186128f7SMauro Carvalho Chehaboptions ``direct_io`` and ``kernel_cache`` won't work.
325186128f7SMauro Carvalho Chehab
326186128f7SMauro Carvalho ChehabNetworking
327186128f7SMauro Carvalho Chehab**********
328186128f7SMauro Carvalho Chehab
329186128f7SMauro Carvalho ChehabGeneral changes
330186128f7SMauro Carvalho Chehab---------------
331186128f7SMauro Carvalho Chehab
332186128f7SMauro Carvalho ChehabIf you have advanced network configuration needs, you should probably
333186128f7SMauro Carvalho Chehabconsider using the network tools from ip-route2.
334186128f7SMauro Carvalho Chehab
335186128f7SMauro Carvalho ChehabPacket Filter / NAT
336186128f7SMauro Carvalho Chehab-------------------
337186128f7SMauro Carvalho ChehabThe packet filtering and NAT code uses the same tools like the previous 2.4.x
338186128f7SMauro Carvalho Chehabkernel series (iptables).  It still includes backwards-compatibility modules
339186128f7SMauro Carvalho Chehabfor 2.2.x-style ipchains and 2.0.x-style ipfwadm.
340186128f7SMauro Carvalho Chehab
341186128f7SMauro Carvalho ChehabPPP
342186128f7SMauro Carvalho Chehab---
343186128f7SMauro Carvalho Chehab
344186128f7SMauro Carvalho ChehabThe PPP driver has been restructured to support multilink and to
345186128f7SMauro Carvalho Chehabenable it to operate over diverse media layers.  If you use PPP,
346186128f7SMauro Carvalho Chehabupgrade pppd to at least 2.4.0.
347186128f7SMauro Carvalho Chehab
348186128f7SMauro Carvalho ChehabIf you are not using udev, you must have the device file /dev/ppp
349186128f7SMauro Carvalho Chehabwhich can be made by::
350186128f7SMauro Carvalho Chehab
351186128f7SMauro Carvalho Chehab  mknod /dev/ppp c 108 0
352186128f7SMauro Carvalho Chehab
353186128f7SMauro Carvalho Chehabas root.
354186128f7SMauro Carvalho Chehab
355186128f7SMauro Carvalho ChehabNFS-utils
356186128f7SMauro Carvalho Chehab---------
357186128f7SMauro Carvalho Chehab
358186128f7SMauro Carvalho ChehabIn ancient (2.4 and earlier) kernels, the nfs server needed to know
359186128f7SMauro Carvalho Chehababout any client that expected to be able to access files via NFS.  This
360186128f7SMauro Carvalho Chehabinformation would be given to the kernel by ``mountd`` when the client
361186128f7SMauro Carvalho Chehabmounted the filesystem, or by ``exportfs`` at system startup.  exportfs
362186128f7SMauro Carvalho Chehabwould take information about active clients from ``/var/lib/nfs/rmtab``.
363186128f7SMauro Carvalho Chehab
364186128f7SMauro Carvalho ChehabThis approach is quite fragile as it depends on rmtab being correct
365186128f7SMauro Carvalho Chehabwhich is not always easy, particularly when trying to implement
366186128f7SMauro Carvalho Chehabfail-over.  Even when the system is working well, ``rmtab`` suffers from
367186128f7SMauro Carvalho Chehabgetting lots of old entries that never get removed.
368186128f7SMauro Carvalho Chehab
369186128f7SMauro Carvalho ChehabWith modern kernels we have the option of having the kernel tell mountd
370186128f7SMauro Carvalho Chehabwhen it gets a request from an unknown host, and mountd can give
371186128f7SMauro Carvalho Chehabappropriate export information to the kernel.  This removes the
372186128f7SMauro Carvalho Chehabdependency on ``rmtab`` and means that the kernel only needs to know about
373186128f7SMauro Carvalho Chehabcurrently active clients.
374186128f7SMauro Carvalho Chehab
375186128f7SMauro Carvalho ChehabTo enable this new functionality, you need to::
376186128f7SMauro Carvalho Chehab
377186128f7SMauro Carvalho Chehab  mount -t nfsd nfsd /proc/fs/nfsd
378186128f7SMauro Carvalho Chehab
379186128f7SMauro Carvalho Chehabbefore running exportfs or mountd.  It is recommended that all NFS
380186128f7SMauro Carvalho Chehabservices be protected from the internet-at-large by a firewall where
381186128f7SMauro Carvalho Chehabthat is possible.
382186128f7SMauro Carvalho Chehab
383186128f7SMauro Carvalho Chehabmcelog
384186128f7SMauro Carvalho Chehab------
385186128f7SMauro Carvalho Chehab
386186128f7SMauro Carvalho ChehabOn x86 kernels the mcelog utility is needed to process and log machine check
387186128f7SMauro Carvalho Chehabevents when ``CONFIG_X86_MCE`` is enabled. Machine check events are errors
388186128f7SMauro Carvalho Chehabreported by the CPU. Processing them is strongly encouraged.
389186128f7SMauro Carvalho Chehab
390186128f7SMauro Carvalho ChehabKernel documentation
391186128f7SMauro Carvalho Chehab********************
392186128f7SMauro Carvalho Chehab
393186128f7SMauro Carvalho ChehabSphinx
394186128f7SMauro Carvalho Chehab------
395186128f7SMauro Carvalho Chehab
396f77af637SFederico VagaPlease see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>`
397b8b07b5cSMauro Carvalho Chehabfor details about Sphinx requirements.
398186128f7SMauro Carvalho Chehab
399d07479b2SMiguel Ojedarustdoc
400d07479b2SMiguel Ojeda-------
401d07479b2SMiguel Ojeda
402d07479b2SMiguel Ojeda``rustdoc`` is used to generate the documentation for Rust code. Please see
403d07479b2SMiguel OjedaDocumentation/rust/general-information.rst for more information.
404d07479b2SMiguel Ojeda
405186128f7SMauro Carvalho ChehabGetting updated software
406186128f7SMauro Carvalho Chehab========================
407186128f7SMauro Carvalho Chehab
408186128f7SMauro Carvalho ChehabKernel compilation
409186128f7SMauro Carvalho Chehab******************
410186128f7SMauro Carvalho Chehab
411186128f7SMauro Carvalho Chehabgcc
412186128f7SMauro Carvalho Chehab---
413186128f7SMauro Carvalho Chehab
414186128f7SMauro Carvalho Chehab- <ftp://ftp.gnu.org/gnu/gcc/>
415186128f7SMauro Carvalho Chehab
4163519c4d6SNick DesaulniersClang/LLVM
4173519c4d6SNick Desaulniers----------
4183519c4d6SNick Desaulniers
4193519c4d6SNick Desaulniers- :ref:`Getting LLVM <getting_llvm>`.
4203519c4d6SNick Desaulniers
421d07479b2SMiguel OjedaRust
422d07479b2SMiguel Ojeda----
423d07479b2SMiguel Ojeda
424d07479b2SMiguel Ojeda- Documentation/rust/quick-start.rst.
425d07479b2SMiguel Ojeda
426d07479b2SMiguel Ojedabindgen
427d07479b2SMiguel Ojeda-------
428d07479b2SMiguel Ojeda
429d07479b2SMiguel Ojeda- Documentation/rust/quick-start.rst.
430d07479b2SMiguel Ojeda
431186128f7SMauro Carvalho ChehabMake
432186128f7SMauro Carvalho Chehab----
433186128f7SMauro Carvalho Chehab
434186128f7SMauro Carvalho Chehab- <ftp://ftp.gnu.org/gnu/make/>
435186128f7SMauro Carvalho Chehab
436da4288b9SMasahiro YamadaBash
437da4288b9SMasahiro Yamada----
438da4288b9SMasahiro Yamada
439da4288b9SMasahiro Yamada- <ftp://ftp.gnu.org/gnu/bash/>
440da4288b9SMasahiro Yamada
441186128f7SMauro Carvalho ChehabBinutils
442186128f7SMauro Carvalho Chehab--------
443186128f7SMauro Carvalho Chehab
4443bdadc86SSeongJae Park- <https://www.kernel.org/pub/linux/devel/binutils/>
445186128f7SMauro Carvalho Chehab
446033dba2eSMasahiro YamadaFlex
447033dba2eSMasahiro Yamada----
448033dba2eSMasahiro Yamada
449033dba2eSMasahiro Yamada- <https://github.com/westes/flex/releases>
450033dba2eSMasahiro Yamada
451033dba2eSMasahiro YamadaBison
452033dba2eSMasahiro Yamada-----
453033dba2eSMasahiro Yamada
454033dba2eSMasahiro Yamada- <ftp://ftp.gnu.org/gnu/bison/>
455033dba2eSMasahiro Yamada
456186128f7SMauro Carvalho ChehabOpenSSL
457186128f7SMauro Carvalho Chehab-------
458186128f7SMauro Carvalho Chehab
459186128f7SMauro Carvalho Chehab- <https://www.openssl.org/>
460186128f7SMauro Carvalho Chehab
461186128f7SMauro Carvalho ChehabSystem utilities
462186128f7SMauro Carvalho Chehab****************
463186128f7SMauro Carvalho Chehab
464186128f7SMauro Carvalho ChehabUtil-linux
465186128f7SMauro Carvalho Chehab----------
466186128f7SMauro Carvalho Chehab
4673bdadc86SSeongJae Park- <https://www.kernel.org/pub/linux/utils/util-linux/>
468186128f7SMauro Carvalho Chehab
469934193a6SRandy DunlapKmod
470934193a6SRandy Dunlap----
471934193a6SRandy Dunlap
472934193a6SRandy Dunlap- <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
473934193a6SRandy Dunlap- <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
474934193a6SRandy Dunlap
475186128f7SMauro Carvalho ChehabKsymoops
476186128f7SMauro Carvalho Chehab--------
477186128f7SMauro Carvalho Chehab
4783bdadc86SSeongJae Park- <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
479186128f7SMauro Carvalho Chehab
480186128f7SMauro Carvalho ChehabMkinitrd
481186128f7SMauro Carvalho Chehab--------
482186128f7SMauro Carvalho Chehab
483186128f7SMauro Carvalho Chehab- <https://code.launchpad.net/initrd-tools/main>
484186128f7SMauro Carvalho Chehab
485186128f7SMauro Carvalho ChehabE2fsprogs
486186128f7SMauro Carvalho Chehab---------
487186128f7SMauro Carvalho Chehab
488599e6f8dSRandy Dunlap- <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/>
489599e6f8dSRandy Dunlap- <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/>
490186128f7SMauro Carvalho Chehab
491186128f7SMauro Carvalho ChehabJFSutils
492186128f7SMauro Carvalho Chehab--------
493186128f7SMauro Carvalho Chehab
494383f3088SSeongJae Park- <https://jfs.sourceforge.net/>
495186128f7SMauro Carvalho Chehab
496186128f7SMauro Carvalho ChehabReiserfsprogs
497186128f7SMauro Carvalho Chehab-------------
498186128f7SMauro Carvalho Chehab
499599e6f8dSRandy Dunlap- <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/>
500186128f7SMauro Carvalho Chehab
501186128f7SMauro Carvalho ChehabXfsprogs
502186128f7SMauro Carvalho Chehab--------
503186128f7SMauro Carvalho Chehab
504599e6f8dSRandy Dunlap- <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
505599e6f8dSRandy Dunlap- <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
506186128f7SMauro Carvalho Chehab
507186128f7SMauro Carvalho ChehabPcmciautils
508186128f7SMauro Carvalho Chehab-----------
509186128f7SMauro Carvalho Chehab
5103bdadc86SSeongJae Park- <https://www.kernel.org/pub/linux/utils/kernel/pcmcia/>
511186128f7SMauro Carvalho Chehab
512186128f7SMauro Carvalho ChehabQuota-tools
513186128f7SMauro Carvalho Chehab-----------
514186128f7SMauro Carvalho Chehab
515383f3088SSeongJae Park- <https://sourceforge.net/projects/linuxquota/>
516186128f7SMauro Carvalho Chehab
517186128f7SMauro Carvalho Chehab
518186128f7SMauro Carvalho ChehabIntel P6 microcode
519186128f7SMauro Carvalho Chehab------------------
520186128f7SMauro Carvalho Chehab
521186128f7SMauro Carvalho Chehab- <https://downloadcenter.intel.com/>
522186128f7SMauro Carvalho Chehab
523186128f7SMauro Carvalho Chehabudev
524186128f7SMauro Carvalho Chehab----
525186128f7SMauro Carvalho Chehab
526e7b4311eSAlexander A. Klimov- <https://www.freedesktop.org/software/systemd/man/udev.html>
527186128f7SMauro Carvalho Chehab
528186128f7SMauro Carvalho ChehabFUSE
529186128f7SMauro Carvalho Chehab----
530186128f7SMauro Carvalho Chehab
53186afad7dSMartin Kepplinger- <https://github.com/libfuse/libfuse/releases>
532186128f7SMauro Carvalho Chehab
533186128f7SMauro Carvalho Chehabmcelog
534186128f7SMauro Carvalho Chehab------
535186128f7SMauro Carvalho Chehab
536383f3088SSeongJae Park- <https://www.mcelog.org/>
537186128f7SMauro Carvalho Chehab
538186128f7SMauro Carvalho ChehabNetworking
539186128f7SMauro Carvalho Chehab**********
540186128f7SMauro Carvalho Chehab
541186128f7SMauro Carvalho ChehabPPP
542186128f7SMauro Carvalho Chehab---
543186128f7SMauro Carvalho Chehab
544599e6f8dSRandy Dunlap- <https://download.samba.org/pub/ppp/>
545599e6f8dSRandy Dunlap- <https://git.ozlabs.org/?p=ppp.git>
546599e6f8dSRandy Dunlap- <https://github.com/paulusmack/ppp/>
547186128f7SMauro Carvalho Chehab
548186128f7SMauro Carvalho ChehabNFS-utils
549186128f7SMauro Carvalho Chehab---------
550186128f7SMauro Carvalho Chehab
551383f3088SSeongJae Park- <https://sourceforge.net/project/showfiles.php?group_id=14>
552383f3088SSeongJae Park- <https://nfs.sourceforge.net/>
553186128f7SMauro Carvalho Chehab
554186128f7SMauro Carvalho ChehabIptables
555186128f7SMauro Carvalho Chehab--------
556186128f7SMauro Carvalho Chehab
557599e6f8dSRandy Dunlap- <https://netfilter.org/projects/iptables/index.html>
558186128f7SMauro Carvalho Chehab
559186128f7SMauro Carvalho ChehabIp-route2
560186128f7SMauro Carvalho Chehab---------
561186128f7SMauro Carvalho Chehab
562186128f7SMauro Carvalho Chehab- <https://www.kernel.org/pub/linux/utils/net/iproute2/>
563186128f7SMauro Carvalho Chehab
564186128f7SMauro Carvalho ChehabOProfile
565186128f7SMauro Carvalho Chehab--------
566186128f7SMauro Carvalho Chehab
567383f3088SSeongJae Park- <https://oprofile.sf.net/download/>
568186128f7SMauro Carvalho Chehab
569186128f7SMauro Carvalho ChehabKernel documentation
570186128f7SMauro Carvalho Chehab********************
571186128f7SMauro Carvalho Chehab
572186128f7SMauro Carvalho ChehabSphinx
573186128f7SMauro Carvalho Chehab------
574186128f7SMauro Carvalho Chehab
575e7b4311eSAlexander A. Klimov- <https://www.sphinx-doc.org/>
576