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-allmodconfig 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 [...] new 0b4736a424a1 arm: align find_bit declarations with generic kernel new e2863a78593d lib/bitmap: change return types to bool where appropriate new 31563fb891aa lib/bitmap: change type of bitmap_weight to unsigned long new e6de1c6e222e cpumask: change return types to bool where appropriate new 1217fa5e5785 lib/cpumask: change return types to unsigned where appropriate new 1079effbd954 lib/cpumask: move trivial wrappers around find_bit to the header new 054cbf414641 headers/deps: mm: Optimize <linux/gfp.h> header dependencies new 34973181c728 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h> new 0458b184812b headers/deps: mm: align MANITAINERS and Docs with new gfp. [...] new ae3f9b705709 lib/cpumask: move some one-line wrappers to header file
The 10 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 | 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%)