First patch replaces bitmap_from_u32array() from drivers/perf/arm_dsu_pmu.c. The change that adds dependency on bitmap_from_u32array() appeared in linux-next recently, so patch may be applied only now.
Second patch renames bitmap_copy_safe with bitmap_copy_clear_tail as suggested in review: https://lkml.org/lkml/2018/1/8/1052 Andrew, Stephen, please apply it in linux-next branch, or meld in corresponding commits if you prefer: 87e93201a5264c3 (bitmap: replace bitmap_{from,to}_u32array) c27460ea428a257 (bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32) (branch next-20180201) Arnd Bergmann (1): perf: arm_dsu_pmu: convert to bitmap_from_arr32 Yury Norov (1): rename bitmap_copy_safe to bitmap_copy_clear_tail drivers/perf/arm_dsu_pmu.c | 6 ++---- include/linux/bitmap.h | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) -- 2.11.0