https://github.com/torvalds/linux
Revision 1803d0c5ee1a3bbee23db2336e21add067824f02 authored by Matthew Wilcox (Oracle) on 18 December 2023, 14:03:28 UTC, committed by Andrew Morton on 20 December 2023, 21:46:20 UTC
This address now bounces, remap it to a current address.

Link: https://lkml.kernel.org/r/20231218140328.3313474-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 39ebd6d
Raw File
Tip revision: 1803d0c5ee1a3bbee23db2336e21add067824f02 authored by Matthew Wilcox (Oracle) on 18 December 2023, 14:03:28 UTC
mailmap: add an old address for Naoya Horiguchi
Tip revision: 1803d0c
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.
back to top