All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Alasdair G Kergon <agk@redhat.com>,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Heinz Mauelshagen <heinzm@redhat.com>
Subject: Re: linux-next: build failure after merge of the final tree (device-mapper tree related)
Date: Mon, 28 Oct 2013 10:57:29 -0400	[thread overview]
Message-ID: <20131028145728.GA24780@redhat.com> (raw)
In-Reply-To: <20131029013339.e13fe6dda17949fd32bb88b3@canb.auug.org.au>

On Mon, Oct 28 2013 at 10:33am -0400,
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
> 
> drivers/md/dm-cache-policy-hints.c: In function 'alloc_hash':
> drivers/md/dm-cache-policy-hints.c:94:2: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration]
>   hash->table = vzalloc(sizeof(*hash->table) * hash->nr_buckets);
>   ^
> drivers/md/dm-cache-policy-hints.c:94:14: warning: assignment makes pointer from integer without a cast [enabled by default]
>   hash->table = vzalloc(sizeof(*hash->table) * hash->nr_buckets);
>               ^
> drivers/md/dm-cache-policy-hints.c: In function 'free_hash':
> drivers/md/dm-cache-policy-hints.c:101:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
>   vfree(hash->table);
>   ^
> drivers/md/dm-cache-policy-hints.c: In function 'alloc_bitset':
> drivers/md/dm-cache-policy-hints.c:184:2: warning: return makes pointer from integer without a cast [enabled by default]
>   return vzalloc(sizeof(unsigned long) * bit_set_nr_words(nr_cblocks));
>   ^
> 
> Caused by commit ce567d11e819 ("dm cache: add hints policy") from the
> device-mapper tree.
> 
> I have just left this broken for today.

I just pushed an update to linux-dm.git's 'for-next' branch which adds
3 missing #includes to drivers/md/dm-cache-policy-hints.c

Thanks,
Mike

  reply	other threads:[~2013-10-28 14:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28 14:33 linux-next: build failure after merge of the final tree (device-mapper tree related) Stephen Rothwell
2013-10-28 14:57 ` Mike Snitzer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-28  2:19 Stephen Rothwell
2013-02-28  2:19 ` Stephen Rothwell
2012-06-27  3:02 Stephen Rothwell
2012-06-27 10:11 ` Alasdair G Kergon
2011-07-25  5:58 Stephen Rothwell
2011-07-25 10:57 ` Alasdair G Kergon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131028145728.GA24780@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=heinzm@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.