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-release-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
This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarch64-norov-al [...] \ O -- O -- O (52cdf267e77d)
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: 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 | 9 +- lib/cpumask.c | 97 ++++++++++- tools/include/linux/bitmap.h | 12 +- tools/lib/bitmap.c | 6 +- 11 files changed, 477 insertions(+), 483 deletions(-) delete mode 100644 include/linux/gfp_flags.h