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-master-aarch64-norov-allyesconfig in repository toolchain/ci/linux.
omits 52cdf267e77d lib/cpumask: move some one-line wrappers to header file omits db0e627fee42 mm: split include/linux/gfp.h omits e32bd0390739 lib/cpumask: move one-line wrappers around find_bit to the header omits 50e413c31800 lib/cpumask: change return types to unsigned omits 220fed6b782a cpumask: change return types to bool where appropriate omits 6f020b3fa73b lib/bitmap: change type of bitmap_weight to unsigned int omits a97ee744f07e lib/bitmap: change return values to bool where appropriate omits 0f39d5e59e2d arm: align find_bit defs with generic kernel new aaa4ab5ec044 lib/bitmap: Make length parameter `len` unsigned
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 (52cdf267e77d) \ N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/mm-api.rst | 8 +- MAINTAINERS | 1 - arch/arm/include/asm/bitops.h | 20 +-- include/linux/bitmap.h | 10 +- include/linux/cpumask.h | 125 +++----------- include/linux/gfp.h | 334 ++++++++++++++++++++++++++++++++++++- include/linux/gfp_flags.h | 338 -------------------------------------- lib/bitmap.c | 13 +- lib/cpumask.c | 97 ++++++++++- tools/include/linux/bitmap.h | 12 +- tools/lib/bitmap.c | 6 +- 11 files changed, 479 insertions(+), 485 deletions(-) delete mode 100644 include/linux/gfp_flags.h