summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-05-28 10:34:30 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-05-28 06:28:30 -0400
commit4dbe28c0fabd69842890ba38f185b96664cba26a (patch)
tree897e71ba816c4687c79ea0d30ac85975dc90dfd0 /tools/perf/scripts/python/bin
parent8f56770d114b0261bc8d69bbc7ce8ce0c196d630 (diff)
downloadkernel-4dbe28c0fabd69842890ba38f185b96664cba26a.tar.gz
rust: add helper for mutex_trylock
After commit c5b6ababd21a ("locking/mutex: implement mutex_trylock_nested", currently in the KVM tree) mutex_trylock() will be a macro when lockdep is enabled. Rust therefore needs the corresponding helper. Just add it and the rust/bindings/bindings_helpers_generated.rs Makefile rules will do their thing. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20250528083431.1875345-1-pbonzini@redhat.com> Acked-by: Miguel Ojeda <ojeda@kernel.org> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
variables to atomicArun KS 2018-10-31mm: remove include/linux/bootmem.hMike Rapoport 2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport 2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik 2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik 2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig 2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig 2017-11-14s390: remove all code using the access register modeMartin Schwidefsky 2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds 2017-11-08s390: avoid undefined behaviourHeiko Carstens 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-08-09s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens 2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens 2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky 2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko 2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko 2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko 2017-06-12s390: rename struct psw_bits membersHeiko Carstens 2017-06-12s390: rename psw_bits enumsHeiko Carstens 2017-06-12s390/mm: use correct address space when enabling DATHeiko Carstens