[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180201172508.5739-1-ynorov@caviumnetworks.com>
Date: Thu, 1 Feb 2018 20:25:06 +0300
From: Yury Norov <ynorov@...iumnetworks.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Yury Norov <ynorov@...iumnetworks.com>,
Arnd Bergmann <arnd@...db.de>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
linux-kernel@...r.kernel.org
Subject: [Next] [PATCH 0/2] Fixes for bitmap_{from,to}_arr32()
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
Powered by blists - more mailing lists