linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: drivers/memstick/core/ms_block.c
@ 2022-02-21 16:55 broonie
  2022-02-22 15:50 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: broonie @ 2022-02-21 16:55 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: build, failure, after, merge, of, the, BRANCH, tree,
	Linux Kernel Mailing List, Linux Next Mailing List

Hi all,

After merging the mmc tree, today's linux-next build (x86 allmodconfig)
failed like this:

/tmp/next/build/drivers/memstick/core/ms_block.c:158:6: error: implicit declaration of function 'bitmap_weight_eq'; did you mean 'bitmap_weight'? [-Werror=implicit-function-declaration]
  158 |  if (bitmap_weight_eq(msb->used_blocks_bitmap, msb->block_count,
      |      ^~~~~~~~~~~~~~~~
      |      bitmap_weight

Caused by commit

  5f8d171cd8a93f ("memstick: replace bitmap_weight with bitmap_weight_eq where appropriate")

I used the mmc tree from 20220217 instead.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: drivers/memstick/core/ms_block.c
  2022-02-21 16:55 linux-next: drivers/memstick/core/ms_block.c broonie
@ 2022-02-22 15:50 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2022-02-22 15:50 UTC (permalink / raw)
  To: broonie; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

On Mon, 21 Feb 2022 at 17:55, <broonie@kernel.org> wrote:
>
> Hi all,
>
> After merging the mmc tree, today's linux-next build (x86 allmodconfig)
> failed like this:
>
> /tmp/next/build/drivers/memstick/core/ms_block.c:158:6: error: implicit declaration of function 'bitmap_weight_eq'; did you mean 'bitmap_weight'? [-Werror=implicit-function-declaration]
>   158 |  if (bitmap_weight_eq(msb->used_blocks_bitmap, msb->block_count,
>       |      ^~~~~~~~~~~~~~~~
>       |      bitmap_weight
>
> Caused by commit
>
>   5f8d171cd8a93f ("memstick: replace bitmap_weight with bitmap_weight_eq where appropriate")
>
> I used the mmc tree from 20220217 instead.

I have now dropped the offending commit from my tree. It turned out to
have dependencies to additional patches.

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-22 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 16:55 linux-next: drivers/memstick/core/ms_block.c broonie
2022-02-22 15:50 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).