https://github.com/torvalds/linux
Revision 7a6878bb4e7ac410b8748e115df8265cf32b1be3 authored by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC, committed by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC
Christoph writes:
  "dma mapping fix for 4.19-rc6

   fix a missing Kconfig symbol for commits introduced in 4.19-rc"

* tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping:
  dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
2 parent s e704966 + 974c24c
Raw File
Tip revision: 7a6878bb4e7ac410b8748e115df8265cf32b1be3 authored by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
Tip revision: 7a6878b
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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