Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this:
net/netfilter/nft_hash.c: In function 'nft_hash_tbl_free':
net/netfilter/nft_hash.c:79:3: error: implicit declaration of function 'vfree'
[-Werror=implicit-function-declaration]
vfree(tbl);
^
net/netfilter/nft_hash.c: In function 'nft_hash_tbl_alloc':
net/netfilter/nft_hash.c:92:3: error: implicit declaration of function
'vzalloc' [-Werror=implicit-function-declaration]
tbl = vzalloc(size);
^
net/netfilter/nft_hash.c:92:7: warning: assignment makes pointer from integer
without a cast [enabled by default]
tbl = vzalloc(size);
^
Caused by commit ce6eb0d7c8ec ("netfilter: nft_hash: bug fixes and
resizing") from the net-next tree. See Rule 1 in
Documentation/SubmitChecklist.
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell [email protected]
pgp19PnRCP17k.pgp
Description: PGP signature

