lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Oct 2013 01:33:39 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Alasdair G Kergon <agk@...hat.com>,
	Mike Snitzer <snitzer@...hat.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Heinz Mauelshagen <heinzm@...hat.com>
Subject: linux-next: build failure after merge of the final tree
 (device-mapper tree related)

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.
-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ