Re: [GIT PULL] bitmap: fixes for v6.5-rc5

From: Yury Norov
Date: Mon Jul 31 2023 - 17:04:11 EST


(Sorry, accidentally dropped CC section.)

On Mon, Jul 31, 2023 at 02:00:27PM -0700, Yury Norov wrote:
> Hi Linus,
>
> Please pull bitmap fixes for v6.5-rc5.
>
> The 2nd patch in the series fixes (workarounds) build for CLANG+GCOV+KASAN
> configuration, so I believe it's worth to merge it in current merging cycle.
>
> The patches spent for ~2 weeks in -next with no issues.
>
> Thanks,
> Yury
>
> The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
>
> Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)
>
> are available in the Git repository at:
>
> https://github.com:/norov/linux.git tags/bitmap-6.5-rc5
>
> for you to fetch changes up to 2356d198d2b4ddec24efea98271cb3be230bc787:
>
> lib/bitmap: workaround const_eval test build failure (2023-07-18 13:25:37 -0700)
>
> ----------------------------------------------------------------
> bitmap fixes for v6.5
>
> - Fix for bitmap documentation;
> - Fix for kernel build under certain configuration.
>
> ----------------------------------------------------------------
> Randy Dunlap (1):
> cpumask: eliminate kernel-doc warnings
>
> Yury Norov (1):
> lib/bitmap: workaround const_eval test build failure
>
> include/linux/cpumask.h | 8 ++++++--
> lib/Makefile | 6 ++++++
> lib/cpumask.c | 5 ++++-
> lib/test_bitmap.c | 8 ++++----
> 4 files changed, 20 insertions(+), 7 deletions(-)
>