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-defconfig in repository toolchain/ci/linux.
from dc34d5036692 lib: test_bitmap: add compile-time optimization/evaluation [...] adds 428bc0986356 lib/bitmap: fix off-by-one in bitmap_to_arr64() adds 30fd8cdf53a0 lib/test_bitmap: test the tail after bitmap_to_arr64() adds b0b0b77ea611 iommu/vt-d: avoid invalid memory access via node_online(NU [...] adds 0b4736a424a1 arm: align find_bit declarations with generic kernel adds e2863a78593d lib/bitmap: change return types to bool where appropriate adds 31563fb891aa lib/bitmap: change type of bitmap_weight to unsigned long adds e6de1c6e222e cpumask: change return types to bool where appropriate adds 1217fa5e5785 lib/cpumask: change return types to unsigned where appropriate adds 1079effbd954 lib/cpumask: move trivial wrappers around find_bit to the header adds 054cbf414641 headers/deps: mm: Optimize <linux/gfp.h> header dependencies adds 34973181c728 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h> adds 0458b184812b headers/deps: mm: align MANITAINERS and Docs with new gfp. [...] adds ae3f9b705709 lib/cpumask: move some one-line wrappers to header file
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 | 18 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +- drivers/gpu/drm/i915/display/intel_display_power.c | 2 +- drivers/gpu/drm/msm/disp/mdp5/mdp5_smp.c | 2 +- drivers/iommu/intel/dmar.c | 2 +- drivers/iommu/intel/iommu.c | 2 +- drivers/net/ethernet/mellanox/mlx4/fw.c | 2 +- drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2 +- drivers/net/wireless/ath/carl9170/debug.c | 2 +- include/linux/bitmap.h | 13 +- include/linux/cpumask.h | 125 +++++-- include/linux/gfp.h | 348 +------------------ include/linux/{gfp.h => gfp_types.h} | 377 +-------------------- lib/bitmap.c | 11 +- lib/cpumask.c | 97 +----- lib/test_bitmap.c | 6 + tools/include/linux/bitmap.h | 12 +- tools/lib/bitmap.c | 6 +- 20 files changed, 164 insertions(+), 874 deletions(-) copy include/linux/{gfp.h => gfp_types.h} (55%)