Find a file
Stephen Boyd 7eaf3cf3b7 buildid: add API to parse build ID out of buffer
Add an API that can parse the build ID out of a buffer, instead of a vma,
to support printing a kernel module's build ID for stack traces.

Link: https://lkml.kernel.org/r/20210511003845.2429846-3-swboyd@chromium.org
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Evan Green <evgreen@chromium.org>
Cc: Hsin-Yi Wang <hsinyi@chromium.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-07-08 11:48:22 -07:00
arch x86: convert to setup_initial_init_mm() 2021-07-08 11:48:22 -07:00
block scsi: blkcg: Fix application ID config options 2021-07-04 11:44:22 -07:00
certs
crypto
Documentation Fixes and improvements for FPU handling on x86: 2021-07-07 11:12:01 -07:00
drivers xen: branch for v5.14-rc1 2021-07-07 11:07:13 -07:00
fs fuse update for 5.14 2021-07-06 11:17:41 -07:00
include buildid: add API to parse build ID out of buffer 2021-07-08 11:48:22 -07:00
init mm/slub: use stackdepot to save stack trace in objects 2021-07-08 11:48:20 -07:00
ipc Merge branch 'akpm' (patches from Andrew) 2021-07-02 12:08:10 -07:00
kernel PM: hibernate: disable when there are active secretmem users 2021-07-08 11:48:21 -07:00
lib buildid: add API to parse build ID out of buffer 2021-07-08 11:48:22 -07:00
LICENSES
mm mm: add setup_initial_init_mm() helper 2021-07-08 11:48:21 -07:00
net TTY / Serial patches for 5.14-rc1 2021-07-05 14:08:24 -07:00
samples VFIO update for v5.14-rc1 2021-07-03 11:49:33 -07:00
scripts arch, mm: wire up memfd_secret system call where relevant 2021-07-08 11:48:21 -07:00
security asm-generic/unaligned: Unify asm/unaligned.h around struct helper 2021-07-02 12:43:40 -07:00
sound TTY / Serial patches for 5.14-rc1 2021-07-05 14:08:24 -07:00
tools secretmem: test: add basic selftest for memfd_secret(2) 2021-07-08 11:48:21 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwspinlock updates for v5.14 2021-07-07 10:57:51 -07:00
Makefile
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.