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-arm-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 [...] adds 0b4736a424a1 arm: align find_bit declarations with generic kernel adds e2863a78593d lib/bitmap: change return types to bool where appropriate new 4dea97f8636d lib/bitmap: change type of bitmap_weight to unsigned long new cb32c285cc10 cpumask: change return types to bool where appropriate new 8b6b795d9bfc lib/cpumask: change return types to unsigned where appropriate new 9b2e70860ef2 lib/cpumask: move trivial wrappers around find_bit to the header new db96b0c5f9db headers/deps: mm: Optimize <linux/gfp.h> header dependencies new cb5a065b4ea9 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h> new 7343f2b0db49 headers/deps: mm: align MANITAINERS and Docs with new gfp. [...] new f0dd891dd5a1 lib/cpumask: move some one-line wrappers to header file
The 8 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/dma/ti/k3-udma.c | 6 +- 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 +- 21 files changed, 167 insertions(+), 877 deletions(-) copy include/linux/{gfp.h => gfp_types.h} (55%)