mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +00:00
Ingo Molnar
90df9792d9
Merge branch into tip/master: 'locking/core'
# New commits in locking/core: cb4ccc70344c ("MAINTAINERS: Add static_call_inline.c to STATIC BRANCH/CALL") a937f384c9da ("cleanup, tags: Create tags for the cleanup primitives") abfdccd6af2b ("sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled") fbd7a5a0359b ("rust: sync: Add lock::Backend::assert_is_held()") eb5ccb038284 ("rust: sync: Add SpinLockGuard type alias") 37624dde4768 ("rust: sync: Add MutexGuard type alias") daa03fe50ec3 ("rust: sync: Make Guard::new() public") 15abc88057ee ("rust: sync: Add Lock::from_raw() for Lock<(), B>") 9793c9bb91f1 ("locking: MAINTAINERS: Start watching Rust locking primitives") 343060092585 ("lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING") 8148fa2e022b ("lockdep: Mark chain_hlock_class_idx() with __maybe_unused") bd7b5ae26618 ("lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculation") 88a79e88a97c ("lockdep: Clarify size for LOCKDEP_*_BITS configs") e638072e6172 ("lockdep: Fix upper limit for LOCKDEP_*_BITS configs") 0d3547df6934 ("locking/ww_mutex/test: Use swap() macro") 63a48181fbcd ("smp/scf: Evaluate local cond_func() before IPI side-effects") d387ceb17149 ("locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RT") Signed-off-by: Ingo Molnar <mingo@kernel.org>
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 reStructuredText 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.
Description
Languages
C
97.5%
Assembly
1%
Shell
0.6%
Python
0.3%
Makefile
0.3%