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-allnoconfig 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 4dea97f8636d lib/bitmap: change type of bitmap_weight to unsigned long adds cb32c285cc10 cpumask: change return types to bool where appropriate adds 8b6b795d9bfc lib/cpumask: change return types to unsigned where appropriate adds 9b2e70860ef2 lib/cpumask: move trivial wrappers around find_bit to the header adds db96b0c5f9db headers/deps: mm: Optimize <linux/gfp.h> header dependencies adds cb5a065b4ea9 headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h> adds 7343f2b0db49 headers/deps: mm: align MANITAINERS and Docs with new gfp. [...] adds f0dd891dd5a1 lib/cpumask: move some one-line wrappers to header file adds 3a2ba42cbd0b x86/olpc: fix 'logical not is only applied to the left hand side' new 281f72954c2c lib: add find_nth(,and,andnot)_bit() new 0e50008889af lib/bitmap: add tests for find_nth_bit() new 65c9dd7e67b5 lib/bitmap: remove bitmap_ord_to_pos new 7ac97b2db80a cpumask: add cpumask_nth_{,and,andnot} new bbe8fb1a3c53 lib/nodemask: inline next_node_in() and node_random()
The 5 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 | 2 +- arch/arm/include/asm/bitops.h | 18 +- arch/x86/platform/olpc/olpc-xo1-sci.c | 2 +- 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 | 14 +- include/linux/bitops.h | 19 ++ include/linux/cpumask.h | 169 +++++++-- include/linux/find.h | 83 +++++ include/linux/gfp.h | 348 +------------------ include/linux/{gfp.h => gfp_types.h} | 377 +-------------------- include/linux/nodemask.h | 27 +- lib/Makefile | 2 +- lib/bitmap.c | 47 +-- lib/cpumask.c | 123 +------ lib/find_bit.c | 20 ++ lib/find_bit_benchmark.c | 17 + lib/nodemask.c | 31 -- lib/test_bitmap.c | 42 ++- tools/include/linux/bitmap.h | 12 +- tools/lib/bitmap.c | 6 +- 29 files changed, 422 insertions(+), 967 deletions(-) copy include/linux/{gfp.h => gfp_types.h} (55%) delete mode 100644 lib/nodemask.c