This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f81c2b81508c Merge tag 'docs-6.15' of git://git.lwn.net/linux new f54af4af7bd2 bitmap: Align documentation between bitmap_gather() and bi [...] new 158e9d2f3366 bitmap: remove _check_eq_u32_array new 9ffa4b35a62d cpumask: add for_each_{possible,online}_cpu_wrap new d81603b32cde objpool: rework objpool_pop() new f02f2a1fe564 virtio_net: simplify virtnet_set_affinity() new 2a402aa64c10 ibmvnic: simplify ibmvnic_set_queue_affinity() new 40ba13b430cb powerpc/xmon: simplify xmon_batch_next_cpu() new dc5bb9b769c9 cpumask: deprecate cpumask_next_wrap() new 3268cb2e49cc cpumask: re-introduce cpumask_next{,_and}_wrap() new 566babe82b10 cpumask: use cpumask_next_wrap() where appropriate new f954a2d37637 padata: switch padata_find_next() to using cpumask_next_wrap() new 0cad40928587 s390: switch stop_machine_yield() to using cpumask_next_wrap() new 6fef7ed1587c scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_n [...] new aee1bf155db7 scsi: lpfc: rework lpfc_next_{online,present}_cpu() new 7a610694fa64 PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to usin [...] new 14c384131ea0 cpumask: drop cpumask_next_wrap_old() new 1e7933a575ed uapi: Revert "bitops: avoid integer overflow in GENMASK(_ULL)" new 73656765baae rust: Add cpumask helpers new a30047129e09 MAINTAINERS: add rust bindings entry for bitmap API new 0312e94abe48 treewide: fix typo 'unsigned __init128' -> 'unsigned __int128' new e3f42c436d7e riscv: fix test_and_{set,clear}_bit ordering documentation new 1cf8e152e8c9 cpumask: align text in comment new 2f2d52945852 Merge tag 'bitmap-for-6.15' of https://github.com/norov/linux
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 5 +++ arch/powerpc/xmon/xmon.c | 6 +--- arch/riscv/include/asm/bitops.h | 4 +-- arch/s390/kernel/processor.c | 2 +- drivers/net/ethernet/ibm/ibmvnic.c | 18 ++++++---- drivers/net/virtio_net.c | 12 ++++--- drivers/pci/controller/pci-hyperv.c | 3 +- drivers/scsi/lpfc/lpfc.h | 23 +++--------- drivers/scsi/lpfc/lpfc_init.c | 2 +- include/linux/bitmap.h | 8 +++-- include/linux/bits.h | 2 +- include/linux/cpumask.h | 71 +++++++++++++++++++++++++------------ include/linux/objpool.h | 7 ++-- include/uapi/linux/bits.h | 8 ++--- include/uapi/linux/const.h | 2 +- kernel/padata.c | 2 +- lib/cpumask.c | 37 ++----------------- lib/test_bitmap.c | 28 --------------- rust/bindings/bindings_helper.h | 1 + rust/helpers/cpumask.c | 45 +++++++++++++++++++++++ rust/helpers/helpers.c | 1 + tools/include/linux/bits.h | 2 +- tools/include/uapi/linux/const.h | 2 +- 23 files changed, 147 insertions(+), 144 deletions(-) create mode 100644 rust/helpers/cpumask.c