This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-norov-allyesconfig in repository toolchain/ci/linux.
omits 7ac97b2db80a cpumask: add cpumask_nth_{,and,andnot} omits 65c9dd7e67b5 lib/bitmap: remove bitmap_ord_to_pos omits 0e50008889af lib/bitmap: add tests for find_nth_bit() omits 281f72954c2c lib: add find_nth(,and,andnot)_bit() adds c3aaaf9e2ada powerpc: drop dependency on <asm/machdep.h> in archrandom.h adds 9f0b715d0011 lib/nodemask: inline next_node_in() and node_random()
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (7ac97b2db80a) \ N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 - arch/powerpc/include/asm/archrandom.h | 9 +--- arch/powerpc/kernel/setup-common.c | 10 +++++ include/linux/bitmap.h | 1 + include/linux/bitops.h | 19 -------- include/linux/cpumask.h | 44 ------------------- include/linux/find.h | 83 ----------------------------------- include/linux/nodemask.h | 24 +++++++--- lib/Makefile | 2 +- lib/bitmap.c | 36 +++++++++++++-- lib/cpumask.c | 26 ++++++----- lib/find_bit.c | 20 --------- lib/find_bit_benchmark.c | 17 ------- lib/nodemask.c | 11 +---- lib/test_bitmap.c | 36 +-------------- 15 files changed, 84 insertions(+), 255 deletions(-)