Go to file
Peter Zijlstra ee3a41bebc locking/lockdep: Avoid RCU-induced noinstr fail
BugLink: https://bugs.launchpad.net/bugs/1953387

[ Upstream commit ce0b9c805dd66d5e49fd53ec5415ae398f4c56e6 ]

vmlinux.o: warning: objtool: look_up_lock_class()+0xc7: call to rcu_read_lock_any_held() leaves .noinstr.text section

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210624095148.311980536@infradead.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
2022-01-13 18:42:05 +01:00
Documentation xen/balloon: add late_initcall_sync() for initial ballooning done 2022-01-13 18:42:00 +01:00
LICENSES
arch MIPS: lantiq: dma: reset correct number of channel 2022-01-13 18:42:05 +01:00
block
certs
crypto
debian
debian.master
drivers platform/x86: wmi: do not fail if disabling fails 2022-01-13 18:42:04 +01:00
fs quota: correct error number in free_dqentry() 2022-01-13 18:42:02 +01:00
include serial: core: Fix initializing and restoring termios speed 2022-01-13 18:42:00 +01:00
init
ipc
kernel locking/lockdep: Avoid RCU-induced noinstr fail 2022-01-13 18:42:05 +01:00
lib
mm
net Bluetooth: fix use-after-free error in lock_sock_nested() 2022-01-13 18:42:04 +01:00
samples
scripts
security evm: mark evm_fixmode as __ro_after_init 2022-01-13 18:41:56 +01:00
sound ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume 2022-01-13 18:42:00 +01:00
tools
ubuntu
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Ubuntu.md
dropped.txt
snapcraft.yaml
update-dkms-versions
update-version-dkms

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.