Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Pull bitmap updates from Yury Norov: - bitmap: optimize bitmap_weight() usage, from me - lib/bitmap.c make bitmap_print_bitmask_to_buf parseable, from Mauro Carvalho Chehab - include/linux/find: Fix documentation, from Anna-Maria Behnsen - bitmap: fix conversion from/to fix-sized arrays, from me - bitmap: Fix return values to be unsigned, from Kees Cook It has been in linux-next for at least a week with no problems. * tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux: (31 commits) nodemask: Fix return values to be unsigned bitmap: Fix return values to be unsigned KVM: x86: hyper-v: replace bitmap_weight() with hweight64() KVM: x86: hyper-v: fix type of valid_bank_mask ia64: cleanup remove_siblinginfo() drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate lib/bitmap: add test for bitmap_{from,to}_arr64 lib: add bitmap_{from,to}_arr64 lib/bitmap: extend comment for bitmap_(from,to)_arr32() include/linux/find: Fix documentation lib/bitmap.c make bitmap_print_bitmask_to_buf parseable MAINTAINERS: add cpumask and nodemask files to BITMAP_API arch/x86: replace nodes_weight with nodes_empty where appropriate mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate clocksource: replace cpumask_weight with cpumask_empty in clocksource.c genirq/affinity: replace cpumask_weight with cpumask_empty where appropriate irq: mips: replace cpumask_weight with cpumask_empty where appropriate drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate arch/x86: replace cpumask_weight with cpumask_empty where appropriate ...
Showing
- MAINTAINERS 4 additions, 0 deletionsMAINTAINERS
- arch/alpha/kernel/process.c 1 addition, 1 deletionarch/alpha/kernel/process.c
- arch/ia64/kernel/setup.c 1 addition, 1 deletionarch/ia64/kernel/setup.c
- arch/ia64/kernel/smpboot.c 0 additions, 4 deletionsarch/ia64/kernel/smpboot.c
- arch/riscv/kernel/cpufeature.c 3 additions, 4 deletionsarch/riscv/kernel/cpufeature.c
- arch/s390/kvm/kvm-s390.c 3 additions, 7 deletionsarch/s390/kvm/kvm-s390.c
- arch/x86/kvm/hyperv.c 6 additions, 6 deletionsarch/x86/kvm/hyperv.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
- drivers/gpu/drm/i915/i915_pmu.c 1 addition, 1 deletiondrivers/gpu/drm/i915/i915_pmu.c
- drivers/iio/dummy/iio_simple_dummy_buffer.c 19 additions, 29 deletionsdrivers/iio/dummy/iio_simple_dummy_buffer.c
- drivers/net/dsa/b53/b53_common.c 1 addition, 5 deletionsdrivers/net/dsa/b53/b53_common.c
- drivers/net/ethernet/broadcom/bcmsysport.c 1 addition, 5 deletionsdrivers/net/ethernet/broadcom/bcmsysport.c
- drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c 2 additions, 2 deletionsdrivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
- drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c 1 addition, 1 deletiondrivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
- drivers/net/ethernet/mellanox/mlx4/cmd.c 6 additions, 17 deletionsdrivers/net/ethernet/mellanox/mlx4/cmd.c
- drivers/net/ethernet/qlogic/qed/qed_rdma.c 14 additions, 31 deletionsdrivers/net/ethernet/qlogic/qed/qed_rdma.c
- drivers/net/ethernet/qlogic/qed/qed_roce.c 1 addition, 1 deletiondrivers/net/ethernet/qlogic/qed/qed_roce.c
- include/linux/bitmap.h 38 additions, 18 deletionsinclude/linux/bitmap.h
- include/linux/find.h 3 additions, 3 deletionsinclude/linux/find.h
Loading
Please register or sign in to comment