Commit daa394f0f9d3 for kernel

commit daa394f0f9d3cb002c72e2d3db99972e2ee42862
Merge: 9ea925c806db 63a4a9b52c3c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Sep 17 08:14:00 2024 +0200

    Merge tag 'core-debugobjects-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull debugobjects updates from Thomas Gleixner:

     - Use the threshold to check for the pool refill condition and not the
       run time recorded all time low fill value, which is lower than the
       threshold and therefore causes refills to be delayed.

     - KCSAN annotation updates and simplification of the fill_pool() code.

    * tag 'core-debugobjects-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      debugobjects: Remove redundant checks in fill_pool()
      debugobjects: Fix conditions in fill_pool()
      debugobjects: Fix the compilation attributes of some global variables