Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Pi-Hsun Shih d178770d8d scripts/decode_stacktrace: strip basepath from all paths
Currently the basepath is removed only from the beginning of the string.
When the symbol is inlined and there's multiple line outputs of
addr2line, only the first line would have basepath removed.

Change to remove the basepath prefix from all lines.

Fixes: 31013836a7 ("scripts/decode_stacktrace: match basepath using shell prefix operator, not regex")
Co-developed-by: Shik Chen <shik@chromium.org>
Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org>
Signed-off-by: Shik Chen <shik@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Nicolas Boichat <drinkcat@chromium.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Link: http://lkml.kernel.org/r/20200720082709.252805-1-pihsun@chromium.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-07-24 12:42:42 -07:00
arch - Change cpum_cf/perf counter name from DFLT_CCERROR to DFLT_CCFINISH 2020-07-23 13:42:46 -07:00
block
certs
crypto
Documentation sound fixes for 5.8-rc7 2020-07-21 08:06:45 -07:00
drivers media fixes for v5.8-rc7 2020-07-22 11:56:00 -07:00
fs squashfs: fix length field overlap check in metadata reading 2020-07-24 12:42:41 -07:00
include vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way 2020-07-24 12:42:41 -07:00
init
ipc
kernel Two fixes for the timer wheel: 2020-07-19 12:06:08 -07:00
lib
LICENSES
mm khugepaged: fix null-pointer dereference due to race 2020-07-24 12:42:41 -07:00
net
samples
scripts scripts/decode_stacktrace: strip basepath from all paths 2020-07-24 12:42:42 -07:00
security
sound sound fixes for 5.8-rc7 2020-07-21 08:06:45 -07:00
tools s390/cpum_cf,perf: change DFLT_CCERROR counter name 2020-07-21 13:53:56 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for Mike Rapoport 2020-07-24 12:42:41 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - Change cpum_cf/perf counter name from DFLT_CCERROR to DFLT_CCFINISH 2020-07-23 13:42:46 -07:00
Makefile Linux 5.8-rc6 2020-07-19 15:41:18 -07:00
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.