This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-norov-allmodconfig in repository toolchain/ci/linux.
from 3a2ba42cbd0b x86/olpc: fix 'logical not is only applied to the left hand side' adds 281f72954c2c lib: add find_nth(,and,andnot)_bit() adds 0e50008889af lib/bitmap: add tests for find_nth_bit() adds 65c9dd7e67b5 lib/bitmap: remove bitmap_ord_to_pos adds 7ac97b2db80a cpumask: add cpumask_nth_{,and,andnot}
No new revisions were added by this update.
Summary of changes: include/linux/bitmap.h | 1 - include/linux/bitops.h | 19 +++++++++++ include/linux/cpumask.h | 44 +++++++++++++++++++++++++ include/linux/find.h | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ lib/bitmap.c | 36 ++------------------- lib/cpumask.c | 26 +++++++-------- lib/find_bit.c | 20 ++++++++++++ lib/find_bit_benchmark.c | 17 ++++++++++ lib/nodemask.c | 3 +- lib/test_bitmap.c | 36 +++++++++++++++++++-- 10 files changed, 232 insertions(+), 53 deletions(-)