https://github.com/torvalds/linux
Revision 977282ed17a0213c84d59498a1e3f7088e211470 authored by Ingo Molnar on 23 June 2017, 08:03:27 UTC, committed by Ingo Molnar on 23 June 2017, 08:03:27 UTC
Pull 'perf probe' fix from Arnaldo Carvalho de Melo:

 - Do not double the offset of inline expansions when using
   'perf probe' on inlined functions (Björn Töpel)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parent s fb3a505 + 7598f8b
Raw File
Tip revision: 977282ed17a0213c84d59498a1e3f7088e211470 authored by Ingo Molnar on 23 June 2017, 08:03:27 UTC
Merge tag 'perf-urgent-for-mingo-4.12-20170622' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Tip revision: 977282e
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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