No description
Find a file
Peter Zijlstra 20aa90da6f locking/lockdep: Fix lockdep_init_map_*() confusion
[ Upstream commit eae6d58d67 ]

Commit dfd5e3f5fe ("locking/lockdep: Mark local_lock_t") added yet
another lockdep_init_map_*() variant, but forgot to update all the
existing users of the most complicated version.

This could lead to a loss of lock_type and hence an incorrect report.
Given the relative rarity of both local_lock and these annotations,
this is unlikely to happen in practise, still, best fix things.

Fixes: dfd5e3f5fe ("locking/lockdep: Mark local_lock_t")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/YqyEDtoan20K0CVD@worktop.programming.kicks-ass.net
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:52:11 +08:00
arch arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1 2023-04-19 17:52:11 +08:00
block
certs
crypto
Documentation dt-bindings: iio: accel: Add DT binding doc for ADXL355 2023-04-19 17:52:10 +08:00
drivers soc: amlogic: Fix refcount leak in meson-secure-pwrc.c 2023-04-19 17:52:10 +08:00
fs ext2: Add more validity checks for inode counts 2023-04-19 17:52:06 +08:00
include locking/lockdep: Fix lockdep_init_map_*() confusion 2023-04-19 17:52:11 +08:00
init
ipc
kernel locking/lockdep: Fix lockdep_init_map_*() confusion 2023-04-19 17:52:11 +08:00
lib kasan: test: Silence GCC 12 warnings 2023-04-19 17:52:09 +08:00
LICENSES
mm
net netfilter: nf_tables: fix null deref due to zeroed list head 2023-04-19 17:52:06 +08:00
samples
scripts
security selinux: Add boundary check in put_entry() 2023-04-19 17:52:09 +08:00
sound ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED 2023-04-19 17:52:00 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.